:root {
  --store-ink: #1f2421;
  --store-chocolate: #332522;
  --store-mint: #cfe3da;
  --store-mint-strong: #6f9c88;
  --store-blush: #e8b6aa;
  --store-paper: #ffffff;
  --store-cloud: #f4f7f5;
  --store-line: #dce5e0;
  --store-muted: #66716b;
  --store-focus: #1e6d9b;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; }
button, input, select, textarea { font: inherit; }
a { color: inherit; }
img { max-width: 100%; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.storefront {
  min-width: 320px;
  color: var(--store-ink);
  background: var(--store-paper);
  font-family: "Sarabun", system-ui, sans-serif;
  line-height: 1.55;
}

.store-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  min-height: 72px;
  padding: 11px clamp(18px, 4vw, 64px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  color: var(--store-ink);
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(31, 36, 33, .1);
  backdrop-filter: blur(12px);
}
.store-brand { display: inline-flex; align-items: center; gap: 11px; color: inherit; text-decoration: none; font-weight: 700; }
.store-brand img { width: 46px; height: 46px; flex: 0 0 auto; border-radius: 50%; object-fit: cover; border: 2px solid var(--store-mint); }
.store-brand span { font-size: 18px; }
.store-menu { display: flex; align-items: center; gap: clamp(18px, 3vw, 38px); }
.store-menu a { color: inherit; text-decoration: none; font-weight: 600; }
.store-menu a:hover { color: #956055; }
.store-menu-contact { padding: 9px 16px; border: 1px solid var(--store-chocolate); border-radius: 7px; }
.store-menu-button { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid var(--store-chocolate); border-radius: 7px; background: #fff; position: relative; }
.store-menu-button::before, .store-menu-button::after, .store-menu-button > span:first-child { content: ""; position: absolute; left: 11px; width: 20px; height: 2px; background: var(--store-chocolate); }
.store-menu-button::before { top: 14px; }
.store-menu-button > span:first-child { top: 20px; }
.store-menu-button::after { top: 26px; }

.store-hero {
  position: relative;
  min-height: min(820px, 88svh);
  padding: 132px clamp(20px, 7vw, 112px) 92px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--store-line);
}
.store-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.store-hero-wash { position: absolute; inset: 0; background: rgba(255, 255, 255, .52); }
.store-hero-copy { position: relative; z-index: 1; width: min(620px, 92%); }
.store-eyebrow { margin: 0 0 12px; color: #8f5e54; font-size: 13px; font-weight: 700; letter-spacing: 0; }
.store-hero h1 { margin: 0; font-size: clamp(54px, 8vw, 112px); line-height: .95; letter-spacing: 0; color: var(--store-chocolate); text-shadow: 0 2px 0 rgba(255,255,255,.75); }
.store-hero-lead { max-width: 560px; margin: 26px 0 0; font-size: clamp(20px, 2.1vw, 30px); line-height: 1.35; font-weight: 600; color: #2b3430; text-shadow: 0 1px 0 #fff; }
.store-hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px; }
.store-button { min-height: 48px; padding: 12px 22px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 7px; font-weight: 700; text-decoration: none; cursor: pointer; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.store-button:hover { transform: translateY(-2px); }
.store-button-primary { background: var(--store-chocolate); color: #fff; }
.store-button-primary:hover { background: #201714; }
.store-button-secondary { background: rgba(255,255,255,.88); color: var(--store-chocolate); border-color: var(--store-chocolate); }
.store-scroll-cue { position: absolute; z-index: 1; left: 50%; bottom: 22px; transform: translateX(-50%); padding-bottom: 9px; color: var(--store-chocolate); border-bottom: 2px solid var(--store-blush); text-decoration: none; font-weight: 600; }

.store-intro, .store-process { padding: 86px clamp(18px, 6vw, 96px); }
.store-section-heading { width: min(760px, 100%); margin: 0 auto 48px; text-align: center; }
.store-section-heading h2, .contact-copy h2 { margin: 0; font-size: clamp(34px, 4vw, 58px); line-height: 1.12; letter-spacing: 0; }
.store-section-heading > p:last-child { margin: 18px auto 0; max-width: 680px; color: var(--store-muted); font-size: 18px; }
.product-types { width: min(1180px, 100%); margin: 0 auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--store-line); border-bottom: 1px solid var(--store-line); }
.product-types article { padding: 34px clamp(20px, 3vw, 42px); }
.product-types article + article { border-left: 1px solid var(--store-line); }
.product-types span { color: #9b675c; font-size: 13px; font-weight: 700; }
.product-types h3 { margin: 14px 0 8px; font-size: 22px; }
.product-types p { margin: 0; color: var(--store-muted); }

.work-band { padding: 86px clamp(18px, 5vw, 78px); color: #f7faf8; background: var(--store-chocolate); }
.store-section-heading-light > p:last-child { color: #cbd7d1; }
.work-gallery { width: min(1320px, 100%); margin: 0 auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.work-item { margin: 0; min-width: 0; background: #fff; color: var(--store-ink); border: 1px solid rgba(255,255,255,.18); border-radius: 8px; overflow: hidden; }
.work-item img { display: block; width: 100%; height: clamp(280px, 32vw, 470px); object-fit: cover; }
.work-item-left img { object-position: 14% center; }
.work-item-center img { object-position: 52% center; }
.work-item-right img { object-position: 88% center; }
.work-item figcaption { padding: 18px 20px 20px; display: grid; gap: 3px; }
.work-item figcaption strong { font-size: 19px; }
.work-item figcaption span { color: var(--store-muted); }

.store-process { background: var(--store-cloud); }
.process-list { width: min(960px, 100%); margin: 0 auto; padding: 0; list-style: none; display: grid; }
.process-list li { display: grid; grid-template-columns: 62px minmax(0, 1fr); gap: 22px; padding: 26px 0; border-top: 1px solid #cbd8d1; }
.process-list li:last-child { border-bottom: 1px solid #cbd8d1; }
.process-list > li > span { width: 50px; height: 50px; display: grid; place-items: center; color: var(--store-chocolate); background: var(--store-mint); border-radius: 50%; font-weight: 700; }
.process-list h3 { margin: 0 0 5px; font-size: 22px; }
.process-list p { margin: 0; color: var(--store-muted); }

.contact-band { padding: 90px clamp(18px, 7vw, 110px); display: grid; grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr); gap: clamp(48px, 8vw, 120px); align-items: start; background: #fff; }
.contact-copy { position: sticky; top: 110px; }
.contact-copy h2 { color: var(--store-chocolate); }
.contact-copy > p:not(.store-eyebrow) { max-width: 520px; margin: 22px 0 0; color: var(--store-muted); font-size: 18px; }
.social-actions { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 10px; }
.social-actions a { min-height: 44px; padding: 10px 15px; border: 1px solid var(--store-chocolate); border-radius: 7px; color: var(--store-chocolate); text-decoration: none; font-weight: 700; }
.lead-form { padding: clamp(22px, 4vw, 42px); border: 1px solid var(--store-line); border-radius: 8px; background: var(--store-cloud); }
.lead-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.lead-form label { display: grid; gap: 7px; min-width: 0; }
.lead-form label > span:first-child { font-weight: 600; }
.lead-form input:not([type="checkbox"]), .lead-form select, .lead-form textarea { width: 100%; min-height: 48px; padding: 10px 12px; color: var(--store-ink); background: #fff; border: 1px solid #b9c8c0; border-radius: 6px; outline: none; }
.lead-form textarea { min-height: 130px; resize: vertical; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--store-focus); box-shadow: 0 0 0 3px rgba(30,109,155,.14); }
.lead-form-wide { grid-column: 1 / -1; }
.consent-row { margin: 20px 0; display: grid !important; grid-template-columns: 22px minmax(0, 1fr); align-items: start; gap: 10px !important; color: #46514b; }
.consent-row input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--store-chocolate); }
.store-button-submit { width: 100%; background: var(--store-chocolate); color: #fff; }
.store-button-submit:disabled { opacity: .65; cursor: wait; transform: none; }
.form-note { margin: 12px 0 0; color: var(--store-muted); font-size: 13px; text-align: center; }
.form-status { display: none; margin: 0 0 18px; padding: 11px 13px; border-radius: 6px; }
.form-status:not(:empty) { display: block; }
.form-status.is-success { color: #155d46; background: #dff2e9; border: 1px solid #a9d9c4; }
.form-status.is-error { color: #8a2630; background: #fbe7e8; border: 1px solid #efb9bd; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.store-footer { padding: 30px clamp(18px, 5vw, 72px); display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 24px; color: #dce6e1; background: #1e2522; }
.store-footer .store-brand img { width: 38px; height: 38px; }
.store-footer p, .store-footer > span { margin: 0; color: #aebbb5; }
.store-footer > div:not(.store-brand) { display: flex; gap: 18px; }
.store-footer a { color: #fff; text-decoration: none; }
.floating-contact { position: fixed; z-index: 15; right: 18px; bottom: 18px; min-height: 46px; padding: 11px 17px; border-radius: 7px; color: #fff; background: #a86355; box-shadow: 0 10px 26px rgba(51,37,34,.22); text-decoration: none; font-weight: 700; }

@media (max-width: 1023px) {
  .store-nav { min-height: 64px; }
  .store-menu-button { display: block; }
  .store-menu { position: absolute; top: 100%; left: 0; right: 0; display: none; padding: 12px 18px 18px; background: #fff; border-bottom: 1px solid var(--store-line); }
  .store-menu.is-open { display: grid; gap: 4px; }
  .store-menu a { padding: 11px 8px; }
  .store-menu-contact { border: 0; }
  .store-hero { min-height: 780px; padding-top: 112px; align-items: flex-end; }
  .store-hero-wash { background: rgba(255,255,255,.64); }
  .product-types { grid-template-columns: 1fr; }
  .product-types article + article { border-left: 0; border-top: 1px solid var(--store-line); }
  .work-gallery { grid-template-columns: 1fr 1fr; }
  .work-item:last-child { grid-column: 1 / -1; }
  .work-item:last-child img { height: 360px; }
  .contact-band { grid-template-columns: 1fr; }
  .contact-copy { position: static; }
  .store-footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .store-nav { padding-inline: 14px; }
  .store-brand span { font-size: 16px; }
  .store-brand img { width: 42px; height: 42px; }
  .store-hero { min-height: 720px; padding: 108px 18px 84px; align-items: flex-end; }
  .store-hero-image { object-position: 55% center; }
  .store-hero-wash { background: rgba(255,255,255,.67); }
  .store-hero-copy { width: 100%; }
  .store-hero h1 { font-size: clamp(48px, 16vw, 72px); }
  .store-hero-lead { font-size: 20px; }
  .store-hero-actions, .store-hero-actions .store-button { width: 100%; }
  .store-intro, .store-process, .work-band, .contact-band { padding: 66px 16px; }
  .store-section-heading { margin-bottom: 34px; }
  .store-section-heading h2, .contact-copy h2 { font-size: 34px; }
  .product-types article { padding: 26px 18px; }
  .work-gallery { grid-template-columns: 1fr; }
  .work-item:last-child { grid-column: auto; }
  .work-item img, .work-item:last-child img { height: 360px; }
  .process-list li { grid-template-columns: 50px minmax(0, 1fr); gap: 14px; }
  .process-list > li > span { width: 42px; height: 42px; }
  .lead-form { padding: 20px 14px; }
  .lead-form-grid { grid-template-columns: 1fr; }
  .lead-form-wide { grid-column: auto; }
  .lead-form input:not([type="checkbox"]), .lead-form select, .lead-form textarea { font-size: 16px; }
  .store-footer { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .store-footer > div:not(.store-brand) { flex-wrap: wrap; justify-content: center; }
  .floating-contact { right: 12px; bottom: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .store-button { transition: none; }
}
