:root {
  --boda-ivory: #f3efe7;
  --boda-paper: #faf8f3;
  --boda-brown: #7a4933;
  --boda-cognac: #9b5e35;
  --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;
}

html { scroll-behavior: smooth; }
body { background: var(--boda-paper); color: var(--boda-charcoal); }
body.home .entry-header,
body.home .site-footer,
body.home .ast-container > .ast-article-single { margin: 0; padding: 0; max-width: none; }
body.home #colophon { display: none; }
body.home .site-content .ast-container { max-width: none; padding: 0; }
body.home .elementor-widget-shortcode > .elementor-widget-container { margin: 0; }

.site-header { position: relative; z-index: 20; background: rgba(250, 248, 243, 0.96); }
.ast-primary-header-bar { min-height: 86px; border-bottom: 1px solid var(--boda-line); background: transparent; }
.site-title { margin: 0; }
.site-title a { display: block; width: 126px; height: 38px; overflow: hidden; color: transparent !important; font-size: 0 !important; background: url('brand/boda-wordmark-dark.svg') center/contain no-repeat; }
.main-header-menu > .menu-item > .menu-link { color: var(--boda-charcoal); font: 500 12px/1 var(--boda-sans); letter-spacing: 0.08em; text-transform: uppercase; padding-inline: 15px; }
.main-header-menu > .boda-menu-instagram > .menu-link::after { content: "↗"; margin-left: 5px; font-size: .85em; }
.main-header-menu > .menu-item:last-child > .menu-link { background: var(--boda-charcoal); color: var(--boda-ivory); margin-left: 14px; padding-inline: 22px; height: 44px; }
.ast-mobile-header-wrap .ast-primary-header-bar { min-height: 70px; }

.boda-home, .boda-home * { box-sizing: border-box; }
.boda-home { overflow: hidden; font-family: var(--boda-sans); }
.boda-shell { width: min(100% - 96px, 1400px); margin-inline: auto; }
.boda-section { padding: 140px 0; }
.boda-kicker, .boda-eyebrow { margin: 0 0 28px; text-transform: uppercase; letter-spacing: 0.19em; font-size: 11px; font-weight: 600; }
.boda-section h2, .boda-craft h2, .boda-cta h2 { margin: 0; font-family: var(--boda-serif); font-weight: 400; letter-spacing: -0.035em; line-height: 0.95; }
.boda-craft h2, .boda-cta h2 { color: inherit; }
.boda-section-head { display: grid; grid-template-columns: 1fr 1.3fr 1fr; gap: 48px; align-items: end; margin-bottom: 72px; }
.boda-section-head .boda-kicker { align-self: start; }
.boda-section-head h2 { font-size: clamp(54px, 5.7vw, 86px); }
.boda-section-head > p:last-child { max-width: 390px; margin: 0 0 6px; color: var(--boda-muted); font-size: 15px; line-height: 1.75; }

.boda-hero { min-height: 760px; height: calc(100vh - 86px); max-height: 970px; background: linear-gradient(90deg, rgba(243,239,231,.98) 0%, rgba(243,239,231,.92) 33%, rgba(243,239,231,.22) 64%, rgba(29,28,26,.1) 100%), var(--hero-image) center/cover no-repeat; }
.boda-hero__inner { height: 100%; display: flex; align-items: center; }
.boda-hero__copy { width: min(650px, 53%); padding-top: 18px; }
.boda-hero h1 { margin: 0; font-family: var(--boda-serif); font-size: clamp(74px, 7.6vw, 122px); line-height: .88; letter-spacing: -.055em; font-weight: 400; }
.boda-hero__lead { max-width: 520px; margin: 38px 0 0; font-size: 17px; line-height: 1.65; color: #4d4842; }
.boda-actions { display: flex; gap: 14px; margin-top: 42px; }
.boda-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 28px; text-decoration: none !important; text-transform: uppercase; letter-spacing: .12em; font-size: 11px; font-weight: 600; transition: background .2s ease, color .2s ease; }
.boda-button--dark { background: var(--boda-charcoal); color: var(--boda-ivory) !important; border: 1px solid var(--boda-charcoal); }
.boda-button--line { color: var(--boda-charcoal) !important; border: 1px solid rgba(29,28,26,.48); }
.boda-button--dark:hover { background: var(--boda-brown); border-color: var(--boda-brown); }
.boda-button--line:hover { background: rgba(255,255,255,.38); }
.boda-placeholder-note { margin: 24px 0 0; color: rgba(29,28,26,.58); font-size: 10px; letter-spacing: .05em; }

.boda-products { background: var(--boda-paper); }
.boda-product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 64px 22px; }
.boda-product-card { margin: 0; }
.boda-product-card__link { display: block; color: inherit; text-decoration: none; }
.boda-product-card__link:focus-visible { outline: 1px solid var(--boda-charcoal); outline-offset: 6px; }
.boda-product-card:nth-child(2), .boda-product-card:nth-child(5) { transform: translateY(42px); }
.boda-product-card__image { position: relative; aspect-ratio: .78; overflow: hidden; background: #e4ddd2; }
.boda-product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.boda-product-card:hover img { transform: scale(1.025); }
.boda-product-card__image > span { position: absolute; left: 14px; bottom: 14px; padding: 7px 9px; background: rgba(250,248,243,.88); color: #5f584f; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.boda-product-card__meta { display: flex; justify-content: space-between; padding-top: 17px; border-top: 1px solid var(--boda-line); margin-top: 12px; }
.boda-product-card h3 { margin: 0; font-family: var(--boda-serif); font-size: 29px; font-weight: 400; }
.boda-product-card__meta > span { color: var(--boda-muted); font-size: 11px; }

.boda-trust { padding: 52px 0; color: var(--boda-ivory); background: var(--boda-charcoal); }
.boda-trust__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.boda-trust__grid > div { padding: 0 34px; border-left: 1px solid rgba(243,239,231,.25); }
.boda-trust__grid > div:first-child { padding-left: 0; border-left: 0; }
.boda-trust strong { display: block; font-family: var(--boda-serif); font-size: 31px; font-weight: 400; }
.boda-trust span { display: block; margin-top: 8px; color: rgba(243,239,231,.64); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }

.boda-development { background: var(--boda-ivory); }
.boda-section-head--wide { grid-template-columns: 1fr 2.3fr; }
.boda-process { list-style: none; padding: 0; margin: 92px 0 0; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--boda-line); }
.boda-process li { position: relative; padding: 30px 26px 0 0; border-right: 1px solid var(--boda-line); min-height: 208px; }
.boda-process li:last-child { border-right: 0; }
.boda-process li > span { display: block; color: var(--boda-brown); font-size: 10px; letter-spacing: .14em; }
.boda-process strong { display: block; margin-top: 34px; font-family: var(--boda-serif); font-size: 30px; font-weight: 400; }
.boda-process p { max-width: 190px; margin: 13px 0 0; color: var(--boda-muted); font-size: 12px; line-height: 1.6; }

.boda-craft { display: grid; grid-template-columns: 58% 42%; min-height: 820px; background: #2b241f; color: var(--boda-ivory); }
.boda-craft__image { position: relative; background-position: 66% center; background-size: cover; filter: saturate(.74) contrast(.96); }
.boda-craft__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 65%, rgba(43,36,31,.52)); }
.boda-craft__image > span { position: absolute; z-index: 1; left: 28px; bottom: 28px; padding: 8px 10px; background: rgba(29,28,26,.7); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.boda-craft__copy { display: flex; flex-direction: column; justify-content: center; padding: 90px 11%; }
.boda-craft h2 { font-size: clamp(58px, 5.2vw, 84px); }
.boda-craft__copy > p:not(.boda-kicker) { max-width: 450px; margin: 40px 0 52px; color: rgba(243,239,231,.65); line-height: 1.75; }
.boda-craft ul { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(243,239,231,.24); }
.boda-craft li { display: flex; align-items: center; min-height: 64px; border-bottom: 1px solid rgba(243,239,231,.24); font-family: var(--boda-serif); font-size: 25px; }

.boda-about { background: var(--boda-paper); }
.boda-about__grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 9vw; align-items: center; }
.boda-about h2 { max-width: 700px; font-size: clamp(54px, 5.1vw, 80px); }
.boda-about__copy > p:not(.boda-kicker) { max-width: 590px; margin: 38px 0 0; color: var(--boda-muted); font-size: 15px; line-height: 1.85; }
.boda-about__copy .boda-honesty { padding-top: 24px; border-top: 1px solid var(--boda-line); font-size: 11px !important; }
.boda-about__image { margin: 0; }
.boda-about__image img { width: 100%; aspect-ratio: 1.04; object-fit: cover; }
.boda-about__image figcaption { margin-top: 12px; color: var(--boda-muted); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }

.boda-inside { background: var(--boda-ivory); }
.boda-inside__grid { display: grid; grid-template-columns: 1fr; gap: 6vw; align-items: start; }
.boda-inside__item,
.boda-inside__item--wide,
.boda-inside__item--detail { grid-column: 1; width: 100%; margin: 0; }
.boda-inside__item img,
.boda-inside__item--wide img,
.boda-inside__item--detail img { display: block; width: 100%; aspect-ratio: 2.05; object-fit: cover; }
.boda-inside__item figcaption { margin-top: 13px; color: var(--boda-muted); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }

.boda-resources-marker { height: 0; }
.boda-cta { padding: 150px 0; text-align: center; color: var(--boda-ivory); background: var(--boda-brown); }
.boda-cta__inner { display: flex; flex-direction: column; align-items: center; }
.boda-cta h2 { font-size: clamp(68px, 8.4vw, 124px); }
.boda-cta p:not(.boda-kicker) { max-width: 590px; margin: 36px auto 0; color: rgba(243,239,231,.75); font-size: 15px; line-height: 1.75; }
.boda-button--ivory { margin-top: 46px; background: var(--boda-ivory); color: var(--boda-charcoal) !important; }
.boda-button--ivory:hover { background: #fff; }
.boda-cta__note { margin-top: 18px; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; color: rgba(243,239,231,.5); }
.boda-footer { padding: 40px 0; color: var(--boda-ivory); background: var(--boda-charcoal); }
.boda-footer .boda-shell { display: grid; grid-template-columns: 1fr 2fr auto auto; gap: 24px; align-items: center; }
.boda-footer__logo { display: block; width: 108px; height: auto; }
.boda-footer span { color: rgba(243,239,231,.6); font-size: 10px; }
.boda-footer a { color: var(--boda-ivory); font-size: 10px; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.boda-footer a:hover { color: #fff; }

@media (max-width: 1024px) {
  .boda-shell { width: min(100% - 48px, 940px); }
  .main-header-menu > .menu-item > .menu-link { padding-inline: 9px; font-size: 10px; }
  .boda-section { padding: 105px 0; }
  .boda-section-head { grid-template-columns: 1fr 2fr; }
  .boda-section-head > p:last-child { grid-column: 2; }
  .boda-product-grid { gap-block: 54px; }
  .boda-product-card h3 { font-size: 24px; }
  .boda-trust strong { font-size: 25px; }
  .boda-craft { grid-template-columns: 52% 48%; min-height: 720px; }
  .boda-about__grid { gap: 6vw; }
}

@media (max-width: 767px) {
  .site-title a { width: 108px; height: 31px; }
  .boda-shell { width: calc(100% - 36px); }
  .boda-section { padding: 82px 0; }
  .boda-kicker, .boda-eyebrow { margin-bottom: 19px; }
  .boda-section-head, .boda-section-head--wide { display: block; margin-bottom: 45px; }
  .boda-section-head h2 { font-size: 50px; }
  .boda-section-head > p:last-child { margin-top: 25px; }
  .boda-hero { min-height: 690px; height: calc(100vh - 70px); max-height: 820px; background: linear-gradient(180deg, rgba(243,239,231,.96) 0%, rgba(243,239,231,.88) 46%, rgba(243,239,231,.18) 77%, rgba(29,28,26,.2) 100%), var(--hero-image) 63% center/cover no-repeat; }
  .boda-hero__inner { align-items: flex-start; padding-top: 74px; }
  .boda-hero__copy { width: 100%; }
  .boda-hero h1 { font-size: clamp(46px, 13vw, 56px); }
  .boda-hero__lead { width: 88%; margin-top: 28px; font-size: 15px; }
  .boda-actions { gap: 8px; margin-top: 30px; }
  .boda-button { min-height: 46px; padding-inline: 16px; font-size: 9px; }
  .boda-placeholder-note { width: 78%; line-height: 1.5; }
  .boda-product-grid { grid-template-columns: 1fr; gap: 46px; }
  .boda-product-card:nth-child(2), .boda-product-card:nth-child(5) { transform: none; }
  .boda-product-card__image { aspect-ratio: .82; }
  .boda-trust { padding: 20px 0; }
  .boda-trust__grid { grid-template-columns: 1fr 1fr; }
  .boda-trust__grid > div, .boda-trust__grid > div:first-child { padding: 20px 13px; border-left: 1px solid rgba(243,239,231,.18); border-bottom: 1px solid rgba(243,239,231,.18); }
  .boda-trust__grid > div:nth-child(odd) { border-left: 0; }
  .boda-trust__grid > div:nth-child(n+3) { border-bottom: 0; }
  .boda-trust strong { font-size: 21px; }
  .boda-process { display: block; margin-top: 48px; border-bottom: 1px solid var(--boda-line); }
  .boda-process li { min-height: 0; padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--boda-line); display: grid; grid-template-columns: 44px 1fr; }
  .boda-process li:last-child { border-bottom: 0; }
  .boda-process strong { margin: 0; font-size: 26px; }
  .boda-process p { grid-column: 2; max-width: none; margin-top: 7px; }
  .boda-craft { display: block; min-height: 0; }
  .boda-craft__image { height: 490px; background-position: 66% center; }
  .boda-craft__copy { padding: 78px 24px 86px; }
  .boda-craft h2 { font-size: 52px; }
  .boda-about__grid { display: flex; flex-direction: column; gap: 58px; }
  .boda-about h2 { font-size: 50px; }
  .boda-about__image { width: 100%; }
  .boda-inside__grid { display: block; }
  .boda-inside__item, .boda-inside__item--wide, .boda-inside__item--detail { width: 100%; margin: 0 0 42px; }
  .boda-inside__item img, .boda-inside__item--wide img, .boda-inside__item--detail img { aspect-ratio: 1.3; }
  .boda-cta { padding: 96px 0; }
  .boda-cta h2 { font-size: 58px; }
  .boda-footer .boda-shell { grid-template-columns: 1fr; gap: 10px; }
}
