@charset "UTF-8";
/*
Theme Name: Ciel Vert
Description: cielvert.comのオリジナルテーマ
Version: 1.0.0
*/

:root {
  --primary: #8bc34a;
  /* vibrant green for titles */
  --dark-green: #415d39;
  /* dark green for around */
  --dark: #333;
  --bg-light: #f5f4ef;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: var(--dark);
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.7;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.section {
  padding: 80px 0;
}

.section-title {
  font-family: 'Montserrat', sans-serif;
  color: var(--primary);
  font-size: 28px;
  letter-spacing: 0.15em;
  font-weight: 500;
  margin: 0 0 40px;
}

.section-title.center {
  text-align: center;
}

.section-title.left {
  text-align: left;
}

.btn-more {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 150px;
  padding: 12px 20px;
  border: 1px solid var(--primary);
  color: var(--primary);
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  border-radius: 4px;
}

.btn-more::after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

.btn-more.white {
  border-color: #fff;
  color: #fff;
}

/* Header */
.header {
  padding: 20px 0;
  background: #fff;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  margin: 0;
  color: var(--primary);
  text-align: center;
}

.logo-sub {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
}

.logo-main {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.1;
}

.gnav ul {
  display: flex;
  list-style: none;
  gap: 40px;
  align-items: center;
  margin: 0;
  padding: 0;
}

.gnav a {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
}

/* Hero */
.hero {
  position: relative;
  width: 100%;
}

.hero-images img {
  width: 100%;
  object-fit: cover;
}

.hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.hero-text .en {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  letter-spacing: 0.3em;
  margin: 0 0 10px;
}

.hero-text h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 56px;
  letter-spacing: 0.15em;
  margin: 0;
  font-weight: 600;
}

/* News */
.news-inner {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

.news-head {
  width: 160px;
  flex-shrink: 0;
}

.news-list {
  display: flex;
  gap: 20px;
  flex-grow: 1;
}

.news-item {
  width: 25%;
}

.news-item .img-wrap {
  aspect-ratio: 1;
  overflow: hidden;
  margin-bottom: 20px;
}

.news-item .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-item .date {
  color: var(--primary);
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 8px;
}

.news-item .title {
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}

/* About */
.about {
  background: var(--dark-green);
  padding: 120px 0;
  margin: 120px 0;
  position: relative;
  color: #fff;
}

.about-inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
}

.about-img {
  position: absolute;
  z-index: 1;
  max-width: 320px;
}

.about-img-left {
  left: 0;
  top: -200px;
}

.about-img-right {
  right: 0;
  bottom: -200px;
}

.about-content {
  width: 45%;
  background-color: var(--dark-green);
  padding: 20px;
  max-width: 500px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.about-content .section-title {
  color: #fff;
}

.about-text {
  line-height: 2;
  font-size: 14px;
  margin-bottom: 40px;
  text-align: left;
}

.btn-wrap {
  text-align: center;
}

/* Sweet Item */
.sweet-item {
  padding: 120px 0 80px;
}

.item-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px 40px;
  margin-top: 60px;
}

.item-card {
  text-align: center;
}

.item-card .img-wrap {
  margin-bottom: 20px;
  overflow: hidden;
}

.item-card .img-wrap img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  transition: transform 0.5s;
}

.item-card:hover .img-wrap img {
  transform: scale(1.05);
}

.item-card .en-title {
  color: var(--primary);
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 0 0 10px;
}

.item-card .ja-title {
  font-size: 13px;
  color: #666;
  margin: 0;
}

/* Concept */
.concept-inner {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.concept-img-left {
  box-sizing: border-box;
  width: 50vw;
  margin-left: calc(50% - 50vw);
  padding-right: 40px;
  flex-shrink: 0;
}

.concept-img-left img {
  width: 100%;
}

.concept-content {
  box-sizing: border-box;
  width: 50%;
  padding-left: 40px;
  flex-shrink: 0;
}

.concept-text {
  line-height: 2;
  font-size: 14px;
  margin-bottom: 50px;
}

.concept-img-small {
  text-align: right;
}

.concept-img-small img {
  width: 65%;
}

/* Bg Light wrapper */
.bg-light-wrapper {
  background: var(--bg-light);
  margin: 30px 0;
}

/* Instagram */
.ig-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.ig-grid a {
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
}

.ig-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.ig-grid a:hover img {
  transform: scale(1.1);
}

/* Footer */
.footer {
  padding: 80px 0 0;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
}

.footer-logo {
  color: var(--primary);
  margin: 0 0 20px;
}

.footer-logo .en {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  letter-spacing: 0.2em;
}

.footer-logo .main {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.1;
}

.footer-info {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 5px 25px;
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}

.footer-info dt {
  font-weight: 500;
  color: var(--primary);
  letter-spacing: 0.1em;
}

.footer-info dd {
  margin: 0;
}

.footer-right {
  display: flex;
  gap: 100px;
}

.footer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav li {
  margin-bottom: 15px;
}

.footer-nav a {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.ig-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1px solid var(--primary);
  color: var(--primary);
  padding: 12px 30px;
  border-radius: 40px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.copyright {
  background: var(--primary);
  color: #fff;
  text-align: center;
  padding: 15px 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-top: 40px;
}

/* ページ内リンクで固定ヘッダー等に被らないようにする調整 */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 130px;
}

/* ページ下層用のタイトルヘッダー */
.page-header {
  background: url('img/hero-image.jpg') center/cover no-repeat;
  padding: 80px 0;
  text-align: center;
  position: relative;
}

.page-title {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  font-size: 36px;
  letter-spacing: 0.15em;
  font-weight: 600;
  margin: 0;
}

.page-title-ja {
  font-size: 14px;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  margin-top: 10px;
  letter-spacing: 0.1em;
}

/* アンカーナビゲーション（メニュー） */
.anchor-nav {
  background: #fff;
  padding: 20px 0;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid #eee;
}

body.admin-bar .anchor-nav {
  top: 32px;
}

.anchor-nav ul {
  display: flex;
  justify-content: center;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.anchor-nav a {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--dark);
  letter-spacing: 0.05em;
  position: relative;
}

.anchor-nav a:hover {
  color: var(--primary);
}

/* アイテム一覧セクション */
.item-catalog-grid {
  margin-top: 50px;
}

.catalog-card {
  text-align: left;
}

.catalog-card .img-wrap {
  overflow: hidden;
  margin-bottom: 15px;
  aspect-ratio: 4 / 3;
}

.catalog-card .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catalog-name {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 1.4;
}

.catalog-price {
  color: var(--primary);
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 10px;
}

.catalog-desc {
  font-size: 13px;
  line-height: 1.6;
  color: #666;
  margin: 0;
}

.section-subtitle {
  display: block;
  font-size: 14px;
  color: #777;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

/* NEWSページ用のシンプルなリスト */
.news-page-list {
  max-width: 800px;
  margin: 80px auto;
  padding: 0 40px;
}

.news-page-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #ddd;
}

.news-page-list li {
  border-bottom: 1px solid #ddd;
}

.news-page-list>ul>li>a {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 25px 0;
  color: var(--dark);
  transition: background-color 0.3s;
}

.news-page-list>ul>li>a:hover {
  background-color: #faf9f5;
  opacity: 1;
}

.news-thumb {
  width: 140px;
  flex-shrink: 0;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 4px;
}

.news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.news-page-list>ul>li>a:hover .news-thumb img {
  transform: scale(1.05);
}

.news-body {
  flex-grow: 1;
}

.news-page-list time {
  font-family: 'Montserrat', sans-serif;
  color: var(--primary);
  font-weight: 600;
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
}

.news-page-list .news-title {
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

/* ページネーション */
.pagination {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 60px;
}

.pagination a,
.pagination span {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  border-radius: 50%;
  text-decoration: none;
}

.pagination span.current {
  background: var(--primary);
  color: #fff;
}

.pagination a {
  background: #fff;
  border: 1px solid #ddd;
  color: var(--dark);
  transition: all 0.3s;
}

.pagination a:hover {
  border-color: var(--primary);
  color: var(--primary);
}

/* スマホ想定の簡単なレスポンシブ崩れ防止 */
@media (max-width: 768px) {
  .news-page-list>ul>li>a {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .item-catalog-grid {
    margin-top: 30px;
  }

  .news-thumb {
    width: 100%;
    aspect-ratio: 1;
  }

  .article-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .article-thumb {
    width: 100%;
    aspect-ratio: 1;
  }
}

/* --- SINGLE ARTICLE PAGE --- */
.single-article .inner {
  max-width: 800px;
  margin: 0 auto;
}

.article-header {
  border-bottom: 2px solid var(--primary);
  padding-bottom: 30px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.article-thumb {
  width: 160px;
  flex-shrink: 0;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 4px;
}

.article-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-title-wrap {
  flex-grow: 1;
}

.article-date {
  font-family: 'Montserrat', sans-serif;
  color: var(--primary);
  font-weight: 600;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}

.article-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}

.article-content {
  font-size: 15px;
  line-height: 2;
  color: var(--dark);
}

.article-content p {
  margin-bottom: 30px;
}

.article-main-img {
  width: 100%;
  margin-bottom: 40px;
}

.article-footer {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}

/* --- ABOUT PAGE --- */
.about-page-section {
  padding: 100px 0;
}

.two-col-layout {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-top: 50px;
}

.two-col-layout .col-img {
  width: 50%;
  flex-shrink: 0;
}

.two-col-layout .col-img img {
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.two-col-layout .col-text {
  width: 50%;
  font-size: 15px;
  line-height: 2;
  color: var(--dark);
}

.two-col-layout .col-text p {
  margin-bottom: 25px;
}

.two-col-layout .col-text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .two-col-layout {
    flex-direction: column;
    gap: 40px;
  }

  .two-col-layout.reverse {
    flex-direction: column-reverse;
  }

  .two-col-layout .col-img,
  .two-col-layout .col-text {
    width: 100%;
  }
}

/* --- ACCESS PAGE --- */
.access-page-section .inner {
  max-width: 900px;
}

.access-content {
  margin-bottom: 60px;
}

.access-table,
.access-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.8;
  color: var(--dark);
  margin: 0;
}

.access-table th {
  width: 30%;
  text-align: left;
  padding: 25px 0;
  border: none;
  border-bottom: 1px solid #ddd;
  font-weight: 500;
  vertical-align: top;
  position: relative;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  letter-spacing: 0.1em;
}

.access-table td {
  width: 70%;
  padding: 25px 0;
  border: none;
  border-bottom: 1px solid #ddd;
}

.access-table tr:first-child th,
.access-table tr:first-child td {
  border-top: 1px solid #ddd;
}

.access-table td p {
  margin: 0 0 10px;
}

.access-table td p:last-child {
  margin: 0;
}

.map-wrap {
  width: 100%;
  aspect-ratio: 21 / 9;
  background: #eee;
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

@media (max-width: 768px) {

  .access-table th,
  .access-table td {
    display: block;
    width: 100%;
    padding: 15px 0 5px;
    border: none;
  }

  .access-table td {
    padding: 0 0 20px;
  }

  .access-table tr {
    display: block;
    border-bottom: 1px solid #ddd;
  }

  .access-table tr:first-child {
    border-top: 1px solid #ddd;
  }

  .access-table th {
    color: var(--primary);
    font-size: 14px;
    padding-bottom: 5px;
  }

  .map-wrap {
    aspect-ratio: 4 / 3;
  }
}

/* --- CONTACT PAGE --- */
.contact-page-section .inner {
  max-width: 800px;
}

.contact-notes {
  background: var(--bg-light);
  padding: 40px;
  border-radius: 4px;
  margin-bottom: 50px;
}

.contact-notes h3 {
  font-size: 15px;
  margin: 0 0 20px;
  color: var(--primary);
  text-align: center;
  letter-spacing: 0.05em;
}

.contact-notes ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
}

.contact-notes .note-red {
  color: #db4437;
  font-size: 13px;
}

.contact-form {
  background: #fff;
}

.form-group {
  margin-bottom: 30px;
}

.form-group label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

.form-group label .required {
  background: #db4437;
  color: #fff;
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 2px;
  margin-left: 10px;
  vertical-align: middle;
}

.form-group label .note {
  font-size: 12px;
  color: #666;
  font-weight: normal;
  margin-left: 10px;
}

.form-group input[type="text"],
.form-group input[type="tel"],
.form-group input[type="email"],
.form-group textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 15px;
  font-family: inherit;
  box-sizing: border-box;
  background: #fafafa;
  transition: border-color 0.3s;
}

.form-group input[type="text"]:focus,
.form-group input[type="tel"]:focus,
.form-group input[type="email"]:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--primary);
  background: #fff;
}

.form-group input[type="file"] {
  font-size: 14px;
  padding: 10px 0;
}

.checkbox-group {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.checkbox-group .wpcf7-list-item {
  margin: 0;
}

.checkbox-group label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
}

.checkbox-group input {
  width: 18px;
  height: 18px;
  accent-color: var(--primary);
  cursor: pointer;
}

.form-submit {
  text-align: center;
}

button.btn-more,
input[type="submit"].btn-more {
  background: #fff;
  cursor: pointer;
  transition: all 0.3s;
}

button.btn-more:hover,
input[type="submit"].btn-more:hover {
  background: var(--primary);
  color: #fff;
}

button.btn-more:disabled,
input[type="submit"].btn-more:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

/* Hamburger (hidden on PC) */
.hamburger {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* ========================================= */
/* スマホ向けレスポンシブデザイン (Global) */
/* ========================================= */
@media (max-width: 768px) {

  .access-table tr:first-child th,
  .access-table tr:first-child td {
    border-top: none;
  }

  /* Global Inner spacing */
  .inner {
    padding: 0 15px;
  }

  /* Header / Nav (Hamburger) */
  html {
    scroll-padding-top: 180px;
  }

  .header {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1000;
  }

  body.admin-bar .header {
    top: 46px;
  }

  .header-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .hamburger {
    display: block;
    position: relative;
    width: 30px;
    height: 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 100;
  }

  .hamburger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--primary);
    transition: all 0.3s;
    border-radius: 2px;
  }

  .hamburger span:nth-child(1) {
    top: 0;
  }

  .hamburger span:nth-child(2) {
    top: 11px;
  }

  .hamburger span:nth-child(3) {
    bottom: 0;
  }

  .hamburger.active span:nth-child(1) {
    transform: translateY(11px) rotate(45deg);
  }

  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active span:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg);
  }

  .gnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    padding-top: 60px;
    background: rgba(255, 255, 255, 0.98);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    z-index: 99;
  }

  .gnav.active {
    opacity: 1;
    visibility: visible;
  }

  .gnav ul {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .gnav a {
    font-size: 18px;
  }

  /* Hero */
  .hero-images img {
    height: 60vh;
    min-height: 400px;
  }

  .hero-text h2 {
    font-size: 36px;
  }

  .hero-text .en {
    font-size: 14px;
    letter-spacing: 0.1em;
  }

  /* News (Top) */
  .news-inner {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .news-head {
    display: contents;
  }

  .news-head h2 {
    order: 1;
    margin-bottom: 20px;
    text-align: center;
  }

  .news-list {
    order: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 100%;
  }

  .news-item {
    width: 100%;
  }

  .news-head .btn-more {
    order: 3;
    margin: 30px auto 0;
    width: 150px;
  }

  /* About (Top) */
  .about {
    margin: 0;
    padding: 60px 0;
  }

  .about-inner {
    flex-direction: column;
    height: auto;
    min-height: auto;
  }

  .about-img {
    position: relative;
    max-width: 80%;
    margin: 0 auto 30px;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .about-img-right {
    display: none;
  }

  .about-content {
    width: 100%;
    padding: 20px 0;
  }

  /* Sweet Item (Top) */
  .sweet-item {
    padding: 60px 0;
  }

  .item-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  /* Concept (Top) */
  .concept-inner {
    flex-direction: column;
    padding: 0 15px;
  }

  .concept-img-left {
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0;
  }

  .concept-content {
    width: 100%;
    padding: 0;
  }

  .concept-img-small {
    display: none;
  }

  /* Instagram */
  .ig-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  /* Footer */
  .footer-inner {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    text-align: center;
  }

  .footer-right {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }

  .footer-info {
    text-align: left;
    margin: 0 auto;
    font-size: 13px;
  }

  .footer-nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }

  /* Components: Page Header, Sections */
  .section {
    padding: 60px 0;
  }

  .page-header {
    padding: 60px 0;
  }

  .section-title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  /* Item Catalog Page & Anchor Nav */
  .item-catalog-grid {
    grid-template-columns: 1fr 1fr;
  }

  .anchor-nav {
    top: 78px;
    /* Fixed under sticky header */
  }

  body.admin-bar .anchor-nav {
    top: 124px;
    /* header + wp admin bar */
  }

  .anchor-nav ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }

  /* Contact Page */
  .contact-notes {
    padding: 25px;
  }

  /* News Page List Override for 2 Columns */
  .news-page-list {
    padding: 0 15px;
    margin: 40px auto;
  }

  .news-page-list>ul {
    border-top: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 15px;
  }

  .news-page-list li {
    border-bottom: none;
  }

  .news-page-list>ul>li>a {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 0;
  }

  /* Single Article Full Bleed Thumb */
  .article-thumb {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    aspect-ratio: 1;
    border-radius: 0;
  }

  .article-thumb img {
    width: 100vw;
    height: 100%;
    max-height: none;
  }

  .article-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding-bottom: 20px;
  }
}

/* Gutenberg Utilities */
.bg-light {
  background-color: var(--bg-light) !important;
}

.petit-fours-desc {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}