/* Aroma Goodi — stylesheet ported 1:1 from the Claude Design source */

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #FBF7F0;
  color: #2E241C;
  font-family: 'Jost', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: #8A5A2B; text-decoration: none; }
a:hover { color: #A9612F; text-decoration: underline; }
::selection { background: #E8D9C3; }
img { max-width: 100%; display: block; }
button { font: inherit; }
.visually-hidden {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap;
}

@keyframes agFade { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
@keyframes agSlide { from { transform: translateX(30px); opacity: 0; } to { transform: none; opacity: 1; } }

/* NOTE: intentionally no horizontal padding here — .wrap is only ever nested
   inside a parent that already carries its own left/right padding (promo bar,
   footer, trust strip, dark process section). Adding padding here would double it. */
.wrap { max-width: 1240px; margin: 0 auto; }

.photo { width: 100%; height: 100%; object-fit: cover; display: block; }

.btn { cursor: pointer; border: none; border-radius: 999px; font-family: 'Jost', sans-serif; font-size: 15px; letter-spacing: .04em; padding: 15px 30px; display: inline-flex; align-items: center; gap: 8px; }
.btn-dark { background: #2E241C; color: #F7EFE2; }
.btn-dark:hover { background: #A9612F; }
.btn-outline { background: transparent; color: #2E241C; border: 1px solid #C7B69B; }
.btn-outline:hover { border-color: #A9612F; color: #A9612F; }
.btn-accent { background: #C08A4A; color: #241B13; }
.btn-accent:hover { background: #EFE3D0; }
.btn-ghost-dark { background: transparent; color: #DCCBB1; border: 1px solid #6B5A46; }
.btn-ghost-dark:hover { border-color: #C08A4A; }
.btn-small { padding: 12px 18px; font-size: 14px; }

/* ===== Promo bar & header ===== */
.promo-bar {
  background: #2E241C; color: #EFE3D0; font-size: 13px; letter-spacing: .08em;
  text-transform: uppercase; padding: 9px 20px; text-align: center; font-weight: 400;
}
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(251,247,240,.94); backdrop-filter: blur(10px);
  border-bottom: 1px solid #E4D8C6;
}
.site-header-inner {
  max-width: 1240px; margin: 0 auto; padding: 14px 24px;
  display: flex; align-items: center; gap: 28px;
}
.brand { cursor: pointer; display: flex; align-items: center; gap: 12px; flex-shrink: 0; color: inherit; }
.brand:hover { text-decoration: none; }
.brand-mark {
  width: 40px; height: 40px; border: 1px solid #A9612F; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif; font-size: 19px; color: #A9612F; letter-spacing: .02em;
  flex-shrink: 0;
}
.brand-text { line-height: 1.05; }
.brand-name { font-family: 'Cormorant Garamond', serif; font-size: 23px; font-weight: 600; letter-spacing: .01em; color: #2E241C; display: block; }
.brand-tagline { font-family: 'JetBrains Mono', monospace; font-size: 9.5px; letter-spacing: .22em; color: #9A8570; text-transform: uppercase; display: block; }

.site-nav { display: flex; gap: 22px; margin-left: auto; flex-wrap: wrap; font-size: 14.5px; letter-spacing: .03em; }
.nav-link { cursor: pointer; padding: 6px 0; border-bottom: 1px solid transparent; color: #4A3928; }
.nav-link:hover, .nav-link.active { color: #A9612F; border-bottom: 1px solid #A9612F; text-decoration: none; }

.header-actions { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.phone-link { font-size: 14px; color: #4A3928; white-space: nowrap; }
.cart-btn {
  cursor: pointer; border: 1px solid #C7B69B; background: #F3EADD; color: #2E241C;
  border-radius: 999px; padding: 9px 18px; font-family: 'Jost', sans-serif; font-size: 14px;
  letter-spacing: .04em; display: flex; align-items: center; gap: 8px;
}
.cart-btn:hover { background: #E8D9C3; border-color: #A9612F; }
.cart-count { font-family: 'JetBrains Mono', monospace; font-size: 12px; color: #8A5A2B; }

.nav-toggle {
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  width: 38px; height: 34px; background: transparent; border: 1px solid #C7B69B; border-radius: 6px;
  cursor: pointer; padding: 0; flex-shrink: 0;
}
.nav-toggle span { display: block; width: 18px; height: 2px; background: #2E241C; margin: 0 auto; }

/* ===== Sections & typography ===== */
.section { max-width: 1240px; margin: 0 auto; padding: 72px 24px; }
.section-narrow { max-width: 900px; margin: 0 auto; padding: 56px 24px 76px; }
.section-mid { max-width: 1100px; margin: 0 auto; padding: 56px 24px 30px; }
.section-mid-body { max-width: 1100px; margin: 0 auto; padding: 10px 24px 72px; }
.section-post { max-width: 820px; margin: 0 auto; padding: 56px 24px 76px; }
.section-alt { background: #F3EADD; border-top: 1px solid #E4D8C6; border-bottom: 1px solid #E4D8C6; }
.section-alt-top { background: #F3EADD; border-top: 1px solid #E4D8C6; }
.section-white { background: #fff; border-top: 1px solid #E4D8C6; border-bottom: 1px solid #E4D8C6; }
.section-dark { background: #2E241C; color: #EFE3D0; padding: 76px 24px; }

.eyebrow { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: .22em; color: #A9612F; text-transform: uppercase; margin-bottom: 14px; }
.eyebrow-light { color: #C08A4A; }

.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 36px; flex-wrap: wrap; }
.section-head h2 { margin: 0; }
.section-link { cursor: pointer; font-size: 14.5px; color: #8A5A2B; border-bottom: 1px solid #C7B69B; padding-bottom: 3px; }

h1, h2, h3 { font-family: 'Cormorant Garamond', serif; font-weight: 600; }

/* ===== Grids (with mobile overrides further below) ===== */
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; }
.grid-2-hero { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.grid-2-about { display: grid; grid-template-columns: 1.05fr .95fr; gap: 52px; align-items: start; }
.grid-2-process { display: grid; grid-template-columns: .85fr 1.15fr; gap: 56px; }
.grid-2-cta { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-3-tight { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }

/* ===== Home: hero ===== */
.hero-copy { animation: agFade .6s ease both; }
.hero-copy h1 { font-size: 60px; line-height: 1.04; margin: 0 0 22px; letter-spacing: -.01em; }
.hero-copy p.lead { font-size: 18px; line-height: 1.7; color: #5A4835; margin: 0 0 30px; max-width: 52ch; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 36px; }
.stats-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; border-top: 1px solid #E4D8C6; padding-top: 24px; }
.stat-num { font-family: 'Cormorant Garamond', serif; font-size: 34px; color: #8A5A2B; line-height: 1; }
.stat-label { font-size: 13px; color: #7A6650; letter-spacing: .04em; }

.hero-media { position: relative; }
.hero-photo-wrap { aspect-ratio: 4/5; border-radius: 4px; overflow: hidden; border: 1px solid #DDCDB4; }
.hero-tag { position: absolute; bottom: -26px; left: -30px; width: 190px; background: #2E241C; color: #EFE3D0; padding: 20px; border-radius: 3px; }
.hero-tag-title { font-family: 'Cormorant Garamond', serif; font-size: 22px; line-height: 1.2; }
.hero-tag-sub { font-size: 12.5px; color: #BBA88C; margin-top: 6px; line-height: 1.5; }

/* ===== Trust strip ===== */
.trust-strip { padding: 26px 24px; }
.trust-strip .wrap { display: flex; gap: 34px; flex-wrap: wrap; justify-content: space-between; font-size: 14px; color: #5A4835; }
.trust-item { display: flex; align-items: center; gap: 10px; }
.dot { width: 6px; height: 6px; background: #A9612F; border-radius: 50%; flex-shrink: 0; }

/* ===== Home services ===== */
.service-card { cursor: pointer; background: #fff; border: 1px solid #E4D8C6; border-radius: 4px; padding: 26px; display: flex; flex-direction: column; gap: 12px; transition: border-color .15s, transform .15s; }
.service-card:hover { border-color: #A9612F; transform: translateY(-3px); }
.service-card .num { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: #B09B7C; }
.service-card h3 { font-size: 26px; margin: 0; line-height: 1.15; }
.service-card p { font-size: 14.5px; line-height: 1.65; color: #5A4835; margin: 0; flex: 1; }
.service-card .meta-row { display: flex; justify-content: space-between; align-items: baseline; border-top: 1px solid #EFE3D0; padding-top: 12px; font-size: 13.5px; color: #7A6650; }
.service-card .meta-row .price { color: #8A5A2B; font-size: 15px; }

/* ===== Process (dark) ===== */
.process-copy h2 { font-size: 40px; margin: 0 0 18px; line-height: 1.1; }
.process-copy p { font-size: 15.5px; line-height: 1.75; color: #BBA88C; margin: 0; }
.process-list { display: grid; gap: 2px; }
.process-step { display: grid; grid-template-columns: 64px 1fr; gap: 20px; padding: 20px 0; border-bottom: 1px solid #45372A; }
.process-step-num { font-family: 'Cormorant Garamond', serif; font-size: 30px; color: #C08A4A; line-height: 1; }
.process-step-title { font-size: 17px; font-weight: 500; margin-bottom: 5px; }
.process-step-desc { font-size: 14.5px; line-height: 1.65; color: #A9977E; }

/* ===== Thumbnails (gallery/blog previews) ===== */
.thumb-1-1 { aspect-ratio: 1/1; border: 1px solid #DDCDB4; border-radius: 3px; overflow: hidden; }
.thumb-4-3 { aspect-ratio: 4/3; border: 1px solid #DDCDB4; border-radius: 3px; overflow: hidden; }
.thumb-16-10 { aspect-ratio: 16/10; border: 1px solid #DDCDB4; border-radius: 3px; overflow: hidden; margin-bottom: 14px; }
.thumb-16-9 { aspect-ratio: 16/9; border: 1px solid #DDCDB4; border-radius: 3px; overflow: hidden; }
.gallery-top-caption { font-size: 14px; color: #5A4835; margin-top: 10px; }

/* ===== Product cards ===== */
.product-card { background: #fff; border: 1px solid #E4D8C6; border-radius: 4px; overflow: hidden; display: flex; flex-direction: column; }
.product-photo-wrap { aspect-ratio: 1/1; position: relative; overflow: hidden; }
.product-badge { position: absolute; top: 12px; left: 12px; background: #2E241C; color: #EFE3D0; font-size: 11px; letter-spacing: .08em; padding: 5px 10px; border-radius: 999px; }
.product-body { padding: 20px; display: flex; flex-direction: column; gap: 9px; flex: 1; }
.product-cat { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: .14em; color: #B09B7C; text-transform: uppercase; }
.product-name { font-family: 'Cormorant Garamond', serif; font-size: 22px; line-height: 1.2; }
.product-desc { font-size: 13.5px; color: #7A6650; line-height: 1.6; flex: 1; }
.product-vol { font-size: 12.5px; color: #9A8570; font-family: 'JetBrains Mono', monospace; }
.product-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; border-top: 1px solid #EFE3D0; padding-top: 12px; }
.product-price { font-size: 18px; }
.btn-add { cursor: pointer; border: 1px solid #C7B69B; background: #F3EADD; border-radius: 999px; padding: 9px 15px; font-family: 'Jost', sans-serif; font-size: 13px; }
.btn-add:hover { background: #2E241C; color: #F7EFE2; border-color: #2E241C; }

.featured-card .product-body { padding: 18px; gap: 8px; }
.featured-card .product-name { font-size: 21px; }
.featured-card .product-desc { font-size: 13.5px; line-height: 1.55; }
.featured-card .product-price { font-size: 17px; color: #2E241C; }
.featured-card .btn-add { padding: 8px 14px; }

/* ===== Testimonials ===== */
.testimonial { border-left: 1px solid #DDCDB4; padding: 4px 0 4px 22px; }
.testimonial-text { font-family: 'Cormorant Garamond', serif; font-size: 19px; line-height: 1.55; color: #3D2F22; margin-bottom: 16px; }
.testimonial-who { font-size: 13.5px; color: #7A6650; }

/* ===== Blog cards ===== */
.blog-card { cursor: pointer; }
.blog-card .blog-meta { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: .14em; color: #A9612F; text-transform: uppercase; margin-bottom: 8px; }
.blog-card h3 { font-size: 24px; margin: 0 0 8px; line-height: 1.2; }
.blog-card .blog-excerpt { font-size: 14.5px; line-height: 1.65; color: #5A4835; margin: 0; }
.blog-card a { color: inherit; }
.blog-card a:hover { text-decoration: none; }

/* ===== CTA banner ===== */
.cta-box { background: #2E241C; color: #EFE3D0; border-radius: 5px; padding: 56px; }
.cta-box h2 { font-size: 38px; margin: 0 0 14px; line-height: 1.1; }
.cta-box p { font-size: 15.5px; line-height: 1.7; color: #BBA88C; margin: 0; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.cta-actions a.mail-link { border: 1px solid #6B5A46; border-radius: 999px; padding: 15px 28px; font-size: 15px; color: #EFE3D0; }
.cta-actions a.mail-link:hover { border-color: #C08A4A; text-decoration: none; }

/* ===== Page hero (services/shop/blog/gallery/faq/about titles) ===== */
.page-hero h1 { font-size: 52px; margin: 0 0 18px; line-height: 1.06; }
.page-hero p { font-size: 17px; line-height: 1.7; color: #5A4835; max-width: 70ch; margin: 0; }
.page-hero-sm { padding-bottom: 24px !important; }

/* ===== Services list ===== */
.service-row { background: #fff; border: 1px solid #E4D8C6; border-radius: 4px; padding: 32px; display: grid; grid-template-columns: .9fr 1.1fr 200px; gap: 34px; }
.service-row + .service-row { margin-top: 20px; }
.service-rows { display: grid; gap: 20px; }
.service-row .row-num { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: #B09B7C; margin-bottom: 10px; }
.service-row h2 { font-size: 30px; margin: 0 0 10px; line-height: 1.12; }
.service-row .row-desc { font-size: 14.5px; line-height: 1.7; color: #5A4835; margin: 0; }
.service-row .included-label { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: .16em; color: #A9612F; text-transform: uppercase; margin-bottom: 12px; }
.feature-list { display: grid; gap: 8px; }
.feature-item { display: grid; grid-template-columns: 16px 1fr; gap: 10px; font-size: 14.5px; line-height: 1.55; color: #4A3928; }
.feature-item span { color: #A9612F; }
.service-row .row-right { border-left: 1px solid #EFE3D0; padding-left: 26px; display: flex; flex-direction: column; gap: 8px; }
.row-right .price-label { font-size: 13px; color: #7A6650; }
.row-right .price { font-family: 'Cormorant Garamond', serif; font-size: 34px; color: #8A5A2B; line-height: 1; }
.row-right .time { font-size: 13px; color: #7A6650; margin-bottom: 8px; }

.addon-card { background: #fff; border: 1px solid #E4D8C6; border-radius: 4px; padding: 22px; }
.addon-head { display: flex; justify-content: space-between; gap: 12px; align-items: baseline; margin-bottom: 8px; }
.addon-head .t { font-size: 16.5px; font-weight: 500; }
.addon-head .p { font-family: 'JetBrains Mono', monospace; font-size: 13px; color: #8A5A2B; white-space: nowrap; }
.addon-card .d { font-size: 14px; line-height: 1.6; color: #6B5942; }

/* ===== Shop ===== */
.category-pills { display: flex; gap: 10px; flex-wrap: wrap; }
.pill { cursor: pointer; border: 1px solid #C7B69B; border-radius: 999px; padding: 9px 18px; font-size: 14px; background: #F3EADD; color: #4A3928; }
.pill:hover, .pill.active { border-color: #A9612F; color: #A9612F; text-decoration: none; }

.shop-info-item .t { font-family: 'Cormorant Garamond', serif; font-size: 22px; margin-bottom: 8px; }
.shop-info-item .d { font-size: 14px; line-height: 1.65; color: #6B5942; }

/* ===== Blog list ===== */
.blog-rows { display: grid; gap: 2px; }
.blog-row { cursor: pointer; display: grid; grid-template-columns: 260px 1fr; gap: 28px; padding: 26px 0; border-bottom: 1px solid #E4D8C6; align-items: center; }
.blog-row a { color: inherit; }
.blog-row a:hover { text-decoration: none; }
.blog-row .blog-meta { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: .14em; color: #A9612F; text-transform: uppercase; margin-bottom: 10px; }
.blog-row h2 { font-size: 29px; margin: 0 0 10px; line-height: 1.15; }
.blog-row p { font-size: 15px; line-height: 1.7; color: #5A4835; margin: 0 0 12px; max-width: 70ch; }
.blog-row .read-more { font-size: 14px; color: #8A5A2B; }

/* ===== Blog post ===== */
.post-back { cursor: pointer; font-size: 14px; color: #8A5A2B; }
.post-meta { font-family: 'JetBrains Mono', monospace; font-size: 10.5px; letter-spacing: .16em; color: #A9612F; text-transform: uppercase; margin: 26px 0 14px; }
.post-title { font-size: 46px; margin: 0 0 20px; line-height: 1.08; }
.post-lead { font-size: 19px; line-height: 1.65; color: #5A4835; margin: 0 0 30px; font-family: 'Cormorant Garamond', serif; }
.post-hero { aspect-ratio: 16/9; border: 1px solid #DDCDB4; border-radius: 3px; overflow: hidden; margin-bottom: 36px; }
.post-body { display: grid; gap: 22px; }
.post-body h2 { font-size: 29px; margin: 14px 0 12px; line-height: 1.2; }
.post-body p { font-size: 16.5px; line-height: 1.8; color: #3D2F22; margin: 0; }
.post-quote { border-left: 2px solid #C08A4A; padding: 6px 0 6px 22px; font-family: 'Cormorant Garamond', serif; font-size: 22px; line-height: 1.5; color: #6B4A2F; }
.post-list { display: grid; gap: 10px; background: #F3EADD; border: 1px solid #E4D8C6; border-radius: 4px; padding: 22px; }
.post-list-item { display: grid; grid-template-columns: 18px 1fr; gap: 10px; font-size: 15.5px; line-height: 1.65; color: #4A3928; }
.post-list-item span { color: #A9612F; }
.post-cta { margin-top: 44px; padding: 30px; background: #2E241C; color: #EFE3D0; border-radius: 4px; display: flex; justify-content: space-between; gap: 24px; align-items: center; flex-wrap: wrap; }
.post-cta .t { font-family: 'Cormorant Garamond', serif; font-size: 26px; margin-bottom: 6px; }
.post-cta .d { font-size: 14.5px; color: #BBA88C; }

/* ===== About ===== */
.about-copy h1 { font-size: 50px; margin: 0 0 20px; line-height: 1.07; }
.about-copy-body { display: grid; gap: 18px; font-size: 16.5px; line-height: 1.8; color: #3D2F22; }
.about-copy-body p { margin: 0; }
.about-media { display: grid; gap: 16px; }
.about-media .thumb-4-3 { border: 1px solid #DDCDB4; }
.facts-card { background: #F3EADD; border: 1px solid #E4D8C6; border-radius: 4px; padding: 24px; display: grid; gap: 12px; }
.fact-row { display: flex; justify-content: space-between; gap: 16px; font-size: 14.5px; border-bottom: 1px dashed #DDCDB4; padding-bottom: 10px; }
.fact-row .k { color: #7A6650; }
.fact-row .v { color: #2E241C; text-align: right; }

.team-card .thumb-1-1 { border: 1px solid #DDCDB4; margin-bottom: 14px; }
.team-name { font-family: 'Cormorant Garamond', serif; font-size: 24px; }
.team-role { font-family: 'JetBrains Mono', monospace; font-size: 10.5px; letter-spacing: .14em; color: #A9612F; text-transform: uppercase; margin: 6px 0 10px; }
.team-bio { font-size: 14.5px; line-height: 1.65; color: #5A4835; }

.value-card { border-top: 2px solid #C08A4A; padding-top: 18px; }
.value-card .t { font-family: 'Cormorant Garamond', serif; font-size: 23px; margin-bottom: 10px; }
.value-card .d { font-size: 14.5px; line-height: 1.7; color: #5A4835; }

/* ===== Gallery ===== */
.gallery-card { background: #fff; border: 1px solid #E4D8C6; border-radius: 4px; overflow: hidden; }
.gallery-card .thumb-4-3 { border: none; border-radius: 0; }
.gallery-card-body { padding: 20px; }
.gallery-card-body .caption { font-family: 'Cormorant Garamond', serif; font-size: 22px; margin-bottom: 8px; }
.gallery-card-body .desc { font-size: 14px; line-height: 1.65; color: #6B5942; margin-bottom: 12px; }
.gallery-card-meta { display: flex; justify-content: space-between; font-family: 'JetBrains Mono', monospace; font-size: 11px; color: #9A8570; border-top: 1px solid #EFE3D0; padding-top: 10px; }

/* ===== FAQ ===== */
.faq-list { display: grid; gap: 2px; }
.faq-item { border-bottom: 1px solid #E4D8C6; }
.faq-q { cursor: pointer; display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; align-items: baseline; background: none; border: none; width: 100%; text-align: left; }
.faq-q .q { font-size: 18px; color: #2E241C; font-weight: 500; }
.faq-q .sign { font-family: 'JetBrains Mono', monospace; font-size: 16px; color: #A9612F; flex-shrink: 0; }
.faq-a { font-size: 15.5px; line-height: 1.8; color: #5A4835; padding: 0 0 22px; max-width: 78ch; display: none; }
.faq-item.open .faq-a { display: block; }

/* ===== Contact ===== */
.contact-info p.lead { font-size: 16.5px; line-height: 1.75; color: #5A4835; margin: 0 0 28px; }
.contact-info h1 { font-size: 48px; margin: 0 0 18px; line-height: 1.07; }
.info-card { display: grid; gap: 16px; background: #F3EADD; border: 1px solid #E4D8C6; border-radius: 4px; padding: 26px; }
.info-row { display: grid; grid-template-columns: 130px 1fr; gap: 16px; font-size: 15px; line-height: 1.6; }
.info-row .k { color: #7A6650; }
.info-row .v { color: #2E241C; }
.map-box { margin-top: 20px; aspect-ratio: 16/9; border: 1px solid #DDCDB4; border-radius: 3px; overflow: hidden; background: #F3EADD; display: flex; align-items: center; justify-content: center; }
.map-box svg { width: 100%; height: 100%; }

.contact-form-card { background: #fff; border: 1px solid #E4D8C6; border-radius: 4px; padding: 32px; height: fit-content; }
.contact-form-card h2 { font-size: 30px; margin: 0 0 20px; }
.form-success { background: #F3EADD; border: 1px solid #C08A4A; border-radius: 4px; padding: 22px; font-size: 15.5px; line-height: 1.7; color: #4A3928; margin-bottom: 16px; }
.contact-form { display: grid; gap: 16px; }
.form-field { display: grid; gap: 7px; }
.form-field label { font-size: 13px; color: #7A6650; letter-spacing: .04em; }
.form-field input, .form-field textarea {
  border: 1px solid #DDCDB4; border-radius: 3px; padding: 12px 14px; font-family: 'Jost', sans-serif;
  font-size: 15px; background: #FBF7F0; color: #2E241C; width: 100%;
}
.form-field textarea { min-height: 130px; resize: vertical; }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.checkbox-row { display: grid; grid-template-columns: 20px 1fr; gap: 12px; font-size: 13.5px; line-height: 1.6; color: #6B5942; }
.checkbox-row input { margin-top: 3px; }
.form-fine { font-size: 12.5px; color: #9A8570; line-height: 1.6; }
.form-error { background: #fff3ee; border: 1px solid #C0704A; border-radius: 4px; padding: 16px; font-size: 14.5px; color: #6B2E1A; margin-bottom: 16px; }

/* ===== Legal ===== */
.legal-updated { font-family: 'JetBrains Mono', monospace; font-size: 11.5px; color: #9A8570; margin-bottom: 32px; }
.legal-sections { display: grid; gap: 26px; }
.legal-section h2 { font-size: 27px; margin: 0 0 12px; line-height: 1.2; }
.legal-section-body { display: grid; gap: 12px; }
.legal-section-body p { font-size: 16px; line-height: 1.8; color: #3D2F22; margin: 0; }
.legal-nav-pills { margin-top: 44px; padding-top: 26px; border-top: 1px solid #E4D8C6; display: flex; gap: 14px; flex-wrap: wrap; }

/* ===== Footer ===== */
.site-footer { background: #241B13; color: #CBB89C; padding: 60px 24px 26px; margin-top: auto; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid #3D2F22; }
.footer-brand { font-family: 'Cormorant Garamond', serif; font-size: 27px; color: #F0E4D2; margin-bottom: 12px; }
.footer-desc { font-size: 14.5px; line-height: 1.8; }
.footer-contact { margin-top: 18px; font-size: 14px; line-height: 1.9; }
.footer-contact a { color: #C08A4A; }
.footer-heading { font-family: 'JetBrains Mono', monospace; font-size: 10.5px; letter-spacing: .18em; color: #8A7660; text-transform: uppercase; margin-bottom: 16px; }
.footer-links { display: grid; gap: 10px; font-size: 14.5px; }
.footer-link { color: #CBB89C; }
.footer-link:hover { color: #C08A4A; text-decoration: none; }
.footer-bottom { padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; font-size: 12.5px; color: #8A7660; line-height: 1.8; }

body { min-height: 100vh; display: flex; flex-direction: column; }
.main { flex: 1; width: 100%; }

/* ===== Cart drawer ===== */
.cart-overlay { position: fixed; inset: 0; background: rgba(36,27,19,.5); z-index: 90; display: none; }
.cart-overlay.open { display: block; }
.cart-drawer {
  position: fixed; top: 0; right: 0; bottom: 0; width: 440px; max-width: 92vw;
  background: #FBF7F0; z-index: 95; display: none; flex-direction: column;
  border-left: 1px solid #E4D8C6;
}
.cart-drawer.open { display: flex; animation: agSlide .25s ease both; }
.cart-drawer-head { padding: 24px; border-bottom: 1px solid #E4D8C6; display: flex; justify-content: space-between; align-items: center; }
.cart-drawer-title { font-family: 'Cormorant Garamond', serif; font-size: 26px; }
.cart-close { cursor: pointer; font-family: 'JetBrains Mono', monospace; font-size: 18px; color: #8A5A2B; background: none; border: none; }
.cart-drawer-body { flex: 1; overflow-y: auto; padding: 20px 24px; }
.cart-empty { text-align: center; padding: 50px 10px; color: #7A6650; font-size: 15px; line-height: 1.7; }
.cart-empty[hidden] { display: none; }
.cart-items { display: grid; gap: 18px; }
.cart-item { display: grid; grid-template-columns: 64px 1fr; gap: 14px; padding-bottom: 18px; border-bottom: 1px solid #E4D8C6; }
.cart-item-thumb { aspect-ratio: 1/1; border: 1px solid #DDCDB4; border-radius: 2px; overflow: hidden; }
.cart-item-name { font-size: 15.5px; margin-bottom: 4px; }
.cart-item-meta { font-family: 'JetBrains Mono', monospace; font-size: 11.5px; color: #9A8570; margin-bottom: 10px; }
.cart-item-row { display: flex; align-items: center; gap: 12px; }
.qty-stepper { display: flex; align-items: center; border: 1px solid #DDCDB4; border-radius: 999px; overflow: hidden; }
.qty-stepper button { cursor: pointer; padding: 5px 12px; font-size: 15px; color: #6B4A2F; background: none; border: none; }
.qty-stepper .qty { font-family: 'JetBrains Mono', monospace; font-size: 13px; min-width: 22px; text-align: center; }
.cart-item-line { font-size: 15px; margin-left: auto; }
.cart-item-remove { cursor: pointer; font-size: 12.5px; color: #9A8570; border-bottom: 1px solid #DDCDB4; background: none; border-top: none; border-left: none; border-right: none; }
.cart-drawer-foot { border-top: 1px solid #E4D8C6; padding: 22px 24px; background: #F3EADD; display: grid; gap: 12px; }
.cart-row { display: flex; justify-content: space-between; font-size: 14.5px; color: #5A4835; }
.cart-total { font-size: 19px; padding-top: 10px; border-top: 1px dashed #C7B69B; }
.cart-total span:first-child { font-family: 'Cormorant Garamond', serif; }
.cart-checkout { width: 100%; justify-content: center; margin-top: 6px; }
.cart-note { font-size: 13px; line-height: 1.65; color: #6B5942; background: #fff; border: 1px solid #DDCDB4; border-radius: 3px; padding: 12px; }
.cart-note[hidden] { display: none; }
.cart-fine { font-size: 12px; color: #9A8570; line-height: 1.6; }

/* ===== Cookie banner ===== */
.cookie-banner { position: fixed; bottom: 20px; left: 20px; right: 20px; z-index: 100; display: flex; justify-content: center; }
.cookie-banner[hidden] { display: none; }
.cookie-inner {
  max-width: 1100px; width: 100%; background: #241B13; color: #DCCBB1; border-radius: 5px;
  padding: 24px 26px; display: grid; grid-template-columns: 1fr auto; gap: 26px; align-items: center;
  box-shadow: 0 18px 50px rgba(36,27,19,.35);
}
.cookie-text { font-size: 14.5px; line-height: 1.7; }
.cookie-text strong { color: #F0E4D2; font-weight: 500; }
.cookie-text a { color: #C08A4A; border-bottom: 1px solid #6B5A46; }
.cookie-actions { display: flex; gap: 10px; flex-wrap: wrap; }

/* =====================================================================
   Responsive overrides — the source design was a fixed desktop mock-up;
   these breakpoints add real mobile/tablet layouts without touching the
   desktop appearance above.
   ===================================================================== */
@media (max-width: 980px) {
  .grid-2-hero, .grid-2-process, .grid-2-about, .grid-2, .grid-2-cta { grid-template-columns: 1fr !important; }
  .grid-4 { grid-template-columns: repeat(2, 1fr) !important; }
  .footer-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 32px 24px; }
  .service-row { grid-template-columns: 1fr 1fr !important; }
  .service-row .row-right { grid-column: 1 / -1; border-left: none; border-top: 1px solid #EFE3D0; padding-left: 0; padding-top: 18px; flex-direction: row; align-items: baseline; flex-wrap: wrap; gap: 14px 24px; }
  .blog-row { grid-template-columns: 180px 1fr !important; }
  .hero-tag { position: static; width: auto; margin-top: 16px; }
  .site-nav { order: 10; }

  .nav-toggle { display: flex; }
  .site-header-inner { flex-wrap: wrap; }
  .site-nav {
    display: none; width: 100%; flex-direction: column; gap: 2px;
    padding-top: 10px; border-top: 1px solid #E4D8C6; margin-top: 10px;
  }
  .site-nav.nav-open { display: flex; }
  .header-actions { margin-left: auto; }
}

@media (max-width: 720px) {
  .grid-3, .grid-3-tight, .stats-row { grid-template-columns: 1fr !important; }
  .grid-4 { grid-template-columns: repeat(2, 1fr) !important; }
  .service-row { grid-template-columns: 1fr !important; }
  .service-row .row-right { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr !important; }
  .blog-row { grid-template-columns: 1fr !important; }
  .blog-row .thumb-4-3 { max-width: 320px; }
  .form-row-2 { grid-template-columns: 1fr !important; }
  .info-row { grid-template-columns: 100px 1fr !important; }
  .hero-copy h1 { font-size: 42px !important; }
  .page-hero h1 { font-size: 38px !important; }
  .post-title { font-size: 34px !important; }
  .about-copy h1 { font-size: 36px !important; }
  .contact-info h1 { font-size: 34px !important; }
  .cta-box { padding: 34px !important; }
  .cookie-inner { grid-template-columns: 1fr !important; }
  .trust-strip .wrap { justify-content: flex-start !important; gap: 16px 28px !important; }
}

@media (max-width: 480px) {
  .grid-4 { grid-template-columns: 1fr !important; }
  .section, .section-narrow, .section-post, .section-mid, .section-mid-body { padding-left: 16px !important; padding-right: 16px !important; }
  .site-header-inner { padding-left: 16px; padding-right: 16px; }
  .cart-drawer { width: 100%; }
}
