:root {
  --boda-ivory: #f3efe7;
  --boda-paper: #faf8f3;
  --boda-brown: #7a4933;
  --boda-charcoal: #1d1c1a;
  --boda-muted: #777067;
  --boda-line: rgba(29, 28, 26, 0.18);
  --boda-serif: "Iowan Old Style", "Palatino Linotype", Baskerville, Georgia, serif;
  --boda-sans: Inter, "Helvetica Neue", Arial, sans-serif;
}

body.boda-product-template { background: var(--boda-paper); color: var(--boda-charcoal); }
body.boda-product-template #colophon { display: none; }
.boda-product, .boda-product * { box-sizing: border-box; }
.boda-product { overflow: hidden; font-family: var(--boda-sans); }
.boda-product-shell { width: min(100% - 96px, 1400px); margin-inline: auto; }
.boda-product-kicker { margin: 0 0 24px; color: inherit; font-size: 10px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.boda-product h1, .boda-product h2 { color: inherit; font-family: var(--boda-serif); font-weight: 400; letter-spacing: -.045em; }
.boda-product a { text-decoration: none; }

.boda-review-bar { position: relative; z-index: 10; display: flex; align-items: center; justify-content: space-between; min-height: 42px; padding: 8px max(24px, calc((100vw - 1400px) / 2)); color: var(--boda-ivory); background: var(--boda-brown); font-size: 10px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.boda-review-bar a { color: inherit; border-bottom: 1px solid rgba(243,239,231,.55); }

.boda-product-hero { padding: 72px 0 112px; background: var(--boda-ivory); }
.boda-product-hero__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 8vw; align-items: center; }
.boda-product-hero__copy { max-width: 610px; padding-block: 36px; }
.boda-product-back { display: inline-block; margin-bottom: 78px; color: var(--boda-muted); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.boda-product-hero h1 { max-width: 650px; margin: 0; font-size: clamp(68px, 7vw, 112px); line-height: .9; }
.boda-product-lead { max-width: 520px; margin: 36px 0 0; color: #514b45; font-size: 16px; line-height: 1.75; }
.boda-product-actions { display: flex; align-items: center; gap: 28px; margin-top: 42px; }
.boda-product-button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 28px; font-size: 10px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; transition: background .2s ease, color .2s ease; }
.boda-product-button--dark { color: var(--boda-ivory) !important; background: var(--boda-charcoal); }
.boda-product-button--dark:hover { background: var(--boda-brown); }
.boda-product-text-link { color: var(--boda-charcoal) !important; font-size: 10px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; border-bottom: 1px solid var(--boda-charcoal); padding-bottom: 5px; }
.boda-product-note { max-width: 470px; margin: 25px 0 0; color: var(--boda-muted); font-size: 10px; line-height: 1.6; }
.boda-product-hero__media { margin: 0; }
.boda-product-hero__media img { display: block; width: 100%; height: min(72vh, 850px); min-height: 620px; object-fit: cover; background: #e5ded3; }
.boda-product-hero__media figcaption { margin-top: 12px; color: var(--boda-muted); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }

.boda-product-facts { padding: 48px 0; color: var(--boda-ivory); background: var(--boda-charcoal); }
.boda-product-facts__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.boda-product-facts__grid > div { min-height: 64px; padding: 0 34px; border-left: 1px solid rgba(243,239,231,.2); }
.boda-product-facts__grid > div:first-child { padding-left: 0; border-left: 0; }
.boda-product-facts span { display: block; margin-bottom: 12px; color: rgba(243,239,231,.55); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.boda-product-facts strong { font-family: var(--boda-serif); font-size: 27px; font-weight: 400; }

.boda-product-gallery { padding: 140px 0 160px; background: var(--boda-paper); }
.boda-product-section-head { display: grid; grid-template-columns: 1.55fr .75fr; gap: 8vw; align-items: end; margin-bottom: 78px; }
.boda-product-section-head h2 { margin: 0; font-size: clamp(60px, 6.7vw, 100px); line-height: .92; }
.boda-product-section-head > p { max-width: 430px; margin: 0 0 7px; color: var(--boda-muted); font-size: 14px; line-height: 1.85; }
.boda-product-gallery__grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 2.2vw; align-items: start; }
.boda-product-gallery__item { margin: 0; overflow: hidden; background: #e8e2d9; }
.boda-product-gallery__item:nth-child(3n+2) { margin-top: 7vw; }
.boda-product-gallery__item--lead { grid-column: 1 / -1; margin: 0 0 4.5vw !important; }
.boda-product-gallery__item img { display: block; width: 100%; height: 680px; object-fit: cover; cursor: zoom-in; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.boda-product-gallery__item--lead img { height: min(80vh, 980px); object-position: center; }
.boda-product-gallery__item:hover img { transform: scale(1.015); }
.boda-product-gallery__item img.is-contain { object-fit: contain; background: var(--boda-ivory); cursor: zoom-out; transform: none; }

.boda-product-development { padding: 150px 0; color: var(--boda-ivory); background: #2b241f; }
.boda-product-development__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; }
.boda-product-development h2 { margin: 0; font-size: clamp(58px, 5.5vw, 86px); line-height: .94; }
.boda-product-development__copy > p:not(.boda-product-kicker) { max-width: 560px; margin: 38px 0; color: rgba(243,239,231,.65); font-size: 15px; line-height: 1.8; }
.boda-product-development .boda-product-text-link { color: var(--boda-ivory) !important; border-color: var(--boda-ivory); }
.boda-product-customization { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(243,239,231,.22); }
.boda-product-customization li { display: grid; grid-template-columns: 42px 1fr 1.2fr; gap: 18px; align-items: baseline; min-height: 98px; padding: 24px 0; border-bottom: 1px solid rgba(243,239,231,.22); }
.boda-product-customization span { color: rgba(243,239,231,.42); font-size: 9px; }
.boda-product-customization strong { font-family: var(--boda-serif); font-size: 23px; font-weight: 400; }
.boda-product-customization p { margin: 0; color: rgba(243,239,231,.56); font-size: 11px; line-height: 1.6; }

.boda-product-video { padding: 140px 0; background: var(--boda-ivory); }
.boda-product-video__grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; align-items: center; }
.boda-product-video h2 { margin: 0; font-size: clamp(58px, 5.6vw, 86px); line-height: .94; }
.boda-product-video__media { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; justify-items: end; }
.boda-product-video video { display: block; width: min(100%, 600px); max-height: 780px; object-fit: cover; background: #1d1c1a; }

.boda-product-process { padding: 140px 0; background: var(--boda-paper); }
.boda-product-section-head--compact { grid-template-columns: 1fr; margin-bottom: 72px; }
.boda-product-process ol { list-style: none; display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--boda-line); }
.boda-product-process li { min-height: 150px; padding: 28px 20px 0 0; border-right: 1px solid var(--boda-line); }
.boda-product-process li:last-child { border-right: 0; }
.boda-product-process li span { display: block; color: var(--boda-brown); font-size: 9px; letter-spacing: .13em; }
.boda-product-process li strong { display: block; margin-top: 32px; font-family: var(--boda-serif); font-size: 27px; font-weight: 400; }

.boda-product-cta { padding: 145px 0; text-align: center; color: var(--boda-ivory); background: var(--boda-brown); }
.boda-product-cta .boda-product-shell { display: flex; flex-direction: column; align-items: center; }
.boda-product-cta h2 { margin: 0; font-size: clamp(70px, 8vw, 122px); line-height: .9; }
.boda-product-cta p:not(.boda-product-kicker) { max-width: 610px; margin: 36px auto 0; color: rgba(243,239,231,.75); font-size: 14px; line-height: 1.8; }
.boda-product-button--ivory { margin-top: 44px; color: var(--boda-charcoal) !important; background: var(--boda-ivory); }
.boda-product-button--ivory:hover { background: #fff; }
.boda-product-footer { padding: 38px 0; color: var(--boda-ivory); background: var(--boda-charcoal); }
.boda-product-footer .boda-product-shell { display: grid; grid-template-columns: 1fr 2fr auto auto; align-items: center; gap: 24px; }
.boda-product-footer strong { font-family: var(--boda-serif); font-size: 22px; letter-spacing: .12em; }
.boda-product-footer span { color: rgba(243,239,231,.58); font-size: 10px; }
.boda-product-footer a { color: var(--boda-ivory) !important; font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.boda-product-footer a:hover { color: #fff !important; }

.boda-catalog-review__hero { padding: 110px 0 90px; background: var(--boda-ivory); }
.boda-catalog-review__hero h1 { margin: 0; font-size: clamp(78px, 8vw, 124px); line-height: .88; }
.boda-catalog-review__hero > .boda-product-shell > p:last-child { max-width: 590px; margin: 38px 0 0; color: var(--boda-muted); font-size: 15px; line-height: 1.8; }
.boda-catalog-review__products { padding: 100px 0 150px; background: var(--boda-paper); }
.boda-catalog-review__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 70px 24px; }
.boda-catalog-card { display: block; color: var(--boda-charcoal) !important; }
.boda-catalog-card__image { display: block; aspect-ratio: .82; overflow: hidden; background: #e7e0d6; }
.boda-catalog-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.boda-catalog-card:hover img { transform: scale(1.02); }
.boda-catalog-card__meta { display: grid; grid-template-columns: 1fr auto; gap: 9px 18px; padding-top: 16px; border-top: 1px solid var(--boda-line); margin-top: 12px; }
.boda-catalog-card small { grid-column: 1 / -1; color: var(--boda-muted); font-size: 9px; font-style: normal; letter-spacing: .13em; text-transform: uppercase; }
.boda-catalog-card strong { font-family: var(--boda-serif); font-size: 25px; font-weight: 400; }
.boda-catalog-card em { align-self: center; color: var(--boda-muted); font-size: 9px; font-style: normal; letter-spacing: .1em; text-transform: uppercase; }

.boda-products-hero { padding: 118px 0 130px; background: var(--boda-ivory); }
.boda-products-hero__grid { display: grid; grid-template-columns: 1.5fr .7fr; gap: 8vw; align-items: end; }
.boda-products-hero h1 { max-width: 980px; margin: 0; font-size: clamp(76px, 8.8vw, 138px); line-height: .86; }
.boda-products-hero__intro { padding-bottom: 8px; }
.boda-products-hero__intro p { max-width: 480px; margin: 0 0 36px; color: var(--boda-muted); font-size: 15px; line-height: 1.85; }

.boda-products-feature { display: grid; grid-template-columns: 58% 42%; min-height: 800px; color: var(--boda-ivory); background: #2b241f; }
.boda-products-feature__image { overflow: hidden; }
.boda-products-feature__image img { display: block; width: 100%; height: 100%; min-height: 800px; object-fit: cover; }
.boda-products-feature__copy { display: flex; flex-direction: column; justify-content: center; padding: 90px 12%; }
.boda-products-feature h2 { margin: 0; font-size: clamp(56px, 5vw, 80px); line-height: .94; }
.boda-products-feature__copy > p:not(.boda-product-kicker) { max-width: 470px; margin: 38px 0 48px; color: rgba(243,239,231,.65); font-size: 14px; line-height: 1.8; }
.boda-products-feature dl { margin: 0; border-top: 1px solid rgba(243,239,231,.22); }
.boda-products-feature dl > div { display: flex; justify-content: space-between; align-items: baseline; min-height: 62px; padding: 18px 0; border-bottom: 1px solid rgba(243,239,231,.22); }
.boda-products-feature dt { color: rgba(243,239,231,.52); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.boda-products-feature dd { margin: 0; font-family: var(--boda-serif); font-size: 23px; }

.boda-products-selection { padding: 140px 0 170px; background: var(--boda-paper); }
.boda-products-selection__head { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin-bottom: 58px; }
.boda-products-selection__head h2 { margin: 0; font-size: clamp(66px, 7vw, 102px); line-height: .92; }
.boda-products-selection__head > p { margin: 0 0 10px; color: var(--boda-muted); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.boda-products-filters { display: flex; flex-wrap: wrap; gap: 0; margin-bottom: 80px; border-top: 1px solid var(--boda-line); border-bottom: 1px solid var(--boda-line); }
.boda-products-filters button { min-height: 58px; margin: 0; padding: 0 25px; color: var(--boda-muted); background: transparent; border: 0; border-right: 1px solid var(--boda-line); border-radius: 0; font: 600 9px/1 var(--boda-sans); letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }
.boda-products-filters button:first-child { padding-left: 0; }
.boda-products-filters button:hover, .boda-products-filters button.is-active { color: var(--boda-charcoal); background: transparent; }
.boda-products-filters button span { margin-left: 8px; color: var(--boda-brown); font-size: 8px; vertical-align: top; }
.boda-products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 78px 24px; align-items: start; }
.boda-products-card[hidden] { display: none !important; }
.boda-products-card:nth-child(3n+2) { margin-top: 54px; }
.boda-products-grid.is-filtered .boda-products-card { margin-top: 0; }
.boda-products-card__image { position: relative; display: block; aspect-ratio: .82; overflow: hidden; background: #e6dfd5; }
.boda-products-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.boda-products-card__image > span { position: absolute; right: 16px; bottom: 16px; padding: 10px 12px; color: var(--boda-charcoal); background: rgba(250,248,243,.9); font-size: 8px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; opacity: 0; transform: translateY(5px); transition: opacity .25s ease, transform .25s ease; }
.boda-products-card:hover .boda-products-card__image img { transform: scale(1.025); }
.boda-products-card:hover .boda-products-card__image > span { opacity: 1; transform: translateY(0); }
.boda-products-card__meta { display: grid; grid-template-columns: 1fr auto; gap: 18px; padding-top: 18px; margin-top: 12px; border-top: 1px solid var(--boda-line); }
.boda-products-card small { display: block; margin-bottom: 8px; color: var(--boda-muted); font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.boda-products-card h3 { margin: 0; font-family: var(--boda-serif); font-size: clamp(24px, 2.1vw, 32px); font-weight: 400; line-height: 1.08; }
.boda-products-card h3 a { color: var(--boda-charcoal); }
.boda-products-card__details { min-width: 86px; display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; color: var(--boda-muted); font-size: 8px; letter-spacing: .09em; text-transform: uppercase; }

.boda-products-note { padding: 145px 0; color: var(--boda-ivory); background: var(--boda-charcoal); }
.boda-products-note__grid { display: grid; grid-template-columns: .55fr 1.25fr .8fr; gap: 6vw; align-items: start; }
.boda-products-note h2 { margin: 0; font-size: clamp(58px, 6vw, 90px); line-height: .92; }
.boda-products-note__grid > p:last-child { margin: 10px 0 0; color: rgba(243,239,231,.62); font-size: 14px; line-height: 1.85; }

@media (max-width: 1024px) {
  .boda-product-shell { width: min(100% - 48px, 940px); }
  .boda-product-hero__grid { gap: 5vw; }
  .boda-product-back { margin-bottom: 50px; }
  .boda-product-hero__media img { min-height: 560px; }
  .boda-product-gallery__item img { height: 530px; }
  .boda-product-development__grid { gap: 6vw; }
  .boda-product-customization li { grid-template-columns: 34px 1fr; }
  .boda-product-customization p { grid-column: 2; }
  .boda-catalog-review__grid { grid-template-columns: repeat(2, 1fr); }
  .boda-products-hero__grid { grid-template-columns: 1.35fr .65fr; gap: 5vw; }
  .boda-products-feature { grid-template-columns: 53% 47%; min-height: 720px; }
  .boda-products-feature__image img { min-height: 720px; }
  .boda-products-feature__copy { padding-inline: 9%; }
  .boda-products-grid { gap-block: 62px; }
  .boda-products-note__grid { grid-template-columns: .4fr 1.2fr .8fr; gap: 4vw; }
}

@media (max-width: 767px) {
  .boda-product-shell { width: calc(100% - 36px); }
  .boda-review-bar { min-height: 54px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 4px; padding: 8px 18px; font-size: 8px; }
  .boda-product-hero { padding: 48px 0 72px; }
  .boda-product-hero__grid { display: flex; flex-direction: column; gap: 48px; }
  .boda-product-hero__copy { padding: 0; }
  .boda-product-back { margin-bottom: 46px; }
  .boda-product-hero h1 { font-size: clamp(58px, 17vw, 76px); }
  .boda-product-lead { margin-top: 26px; font-size: 14px; }
  .boda-product-actions { gap: 20px; margin-top: 32px; }
  .boda-product-button { min-height: 48px; padding-inline: 18px; font-size: 9px; }
  .boda-product-text-link { font-size: 9px; }
  .boda-product-hero__media { width: 100%; }
  .boda-product-hero__media img { width: 100%; height: auto; min-height: 0; max-height: 650px; aspect-ratio: .82; object-fit: cover; }
  .boda-product-facts { padding: 22px 0; }
  .boda-product-facts__grid { grid-template-columns: 1fr 1fr; }
  .boda-product-facts__grid > div, .boda-product-facts__grid > div:first-child { min-height: 92px; padding: 20px 14px; border-left: 1px solid rgba(243,239,231,.18); border-bottom: 1px solid rgba(243,239,231,.18); }
  .boda-product-facts__grid > div:nth-child(odd) { border-left: 0; }
  .boda-product-facts__grid > div:nth-child(n+3) { border-bottom: 0; }
  .boda-product-facts strong { font-size: 21px; }
  .boda-product-gallery, .boda-product-development, .boda-product-video, .boda-product-process { padding: 86px 0; }
  .boda-product-section-head { display: block; margin-bottom: 48px; }
  .boda-product-section-head h2, .boda-product-development h2, .boda-product-video h2 { font-size: 52px; }
  .boda-product-section-head > p { margin-top: 26px; }
  .boda-product-gallery__grid { display: block; }
  .boda-product-gallery__item, .boda-product-gallery__item:nth-child(3n+2), .boda-product-gallery__item--lead { margin: 0 0 18px !important; }
  .boda-product-gallery__item img, .boda-product-gallery__item--lead img { height: auto; max-height: 680px; aspect-ratio: .86; object-fit: cover; }
  .boda-product-development__grid, .boda-product-video__grid { display: block; }
  .boda-product-customization { margin-top: 60px; }
  .boda-product-video__media { margin-top: 48px; }
  .boda-product-video video { width: 100%; }
  .boda-product-process ol { display: block; border-bottom: 1px solid var(--boda-line); }
  .boda-product-process li { min-height: 0; display: grid; grid-template-columns: 46px 1fr; align-items: center; padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--boda-line); }
  .boda-product-process li:last-child { border-bottom: 0; }
  .boda-product-process li strong { margin: 0; font-size: 25px; }
  .boda-product-cta { padding: 96px 0; }
  .boda-product-cta h2 { font-size: 58px; }
  .boda-product-footer .boda-product-shell { grid-template-columns: 1fr; gap: 10px; }
  .boda-catalog-review__hero { padding: 72px 0 62px; }
  .boda-catalog-review__hero h1 { font-size: 66px; }
  .boda-catalog-review__products { padding: 70px 0 100px; }
  .boda-catalog-review__grid { grid-template-columns: 1fr; gap: 48px; }
  .boda-products-hero { padding: 78px 0 88px; }
  .boda-products-hero__grid { display: block; }
  .boda-products-hero h1 { font-size: clamp(60px, 17vw, 76px); }
  .boda-products-hero__intro { padding: 0; margin-top: 38px; }
  .boda-products-hero__intro p { font-size: 14px; }
  .boda-products-feature { display: block; min-height: 0; }
  .boda-products-feature__image img { min-height: 0; height: auto; aspect-ratio: .86; object-fit: cover; }
  .boda-products-feature__copy { padding: 78px 24px 84px; }
  .boda-products-feature h2 { font-size: 52px; }
  .boda-products-selection { padding: 86px 0 105px; }
  .boda-products-selection__head { display: block; margin-bottom: 42px; }
  .boda-products-selection__head h2 { font-size: 54px; }
  .boda-products-selection__head > p { margin-top: 22px; }
  .boda-products-filters { flex-wrap: nowrap; overflow-x: auto; margin-inline: -18px; margin-bottom: 56px; padding-inline: 18px; scrollbar-width: none; }
  .boda-products-filters::-webkit-scrollbar { display: none; }
  .boda-products-filters button, .boda-products-filters button:first-child { flex: 0 0 auto; min-height: 52px; padding: 0 18px; }
  .boda-products-filters button:first-child { padding-left: 0; }
  .boda-products-grid { grid-template-columns: 1fr; gap: 54px; }
  .boda-products-card:nth-child(3n+2) { margin-top: 0; }
  .boda-products-card__image > span { opacity: 1; transform: none; }
  .boda-products-card h3 { font-size: 28px; }
  .boda-products-note { padding: 88px 0; }
  .boda-products-note__grid { display: block; }
  .boda-products-note h2 { margin-top: 28px; font-size: 54px; }
  .boda-products-note__grid > p:last-child { margin-top: 34px; }
}
