/* Madame O — Concept B v2: Cinematic but Light
   Alterna sezioni scure (cinema) e sezioni avorio (riposo).
   Tipografia contenuta, una sola corsiva per pagina, movimento misurato. */

:root {
  --ivory: #f3eee6;
  --ivory-warm: #f7f1e8;
  --paper: #ede6d8;
  --ink: #1a1411;
  --ink-2: #201a17;
  --ink-soft: #5a4d43;
  --rule: rgba(32,26,23,0.18);
  --rule-light: rgba(243,238,230,0.22);
  --oxblood: #5b2f32;
  --rose: #a77972;
  --rose-warm: #c79587;
  --moss: #65705c;
  --brass: #8e7a52;
  --display: "Newsreader", "Times New Roman", serif;
  --sans: "Schibsted Grotesk", "Helvetica Neue", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 0; }
body {
  font-family: var(--sans);
  color: var(--ink-2);
  background: var(--ivory);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
em { font-style: italic; }

/* ========== Header ========== */
.b-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  padding: 22px 40px;
  color: var(--ivory);
  transition: background 320ms ease, color 320ms ease, padding 320ms ease,
              border-color 320ms ease, backdrop-filter 320ms ease;
  border-bottom: 1px solid transparent;
}
.b-header.is-light {
  background: rgba(243,238,230,0.94);
  backdrop-filter: blur(12px) saturate(1.05);
  -webkit-backdrop-filter: blur(12px) saturate(1.05);
  color: var(--ink-2);
  border-bottom-color: var(--rule);
  padding: 14px 40px;
}
/* Header shrink dopo 80px scroll — sottile, fluido */
.b-header.is-scrolled {
  padding-top: 14px; padding-bottom: 14px;
}
.b-header.is-scrolled .b-brand-mark {
  font-size: 19px;
}
.b-header.is-scrolled .b-brand-meta {
  opacity: 0.55;
}
.b-brand-mark, .b-brand-meta {
  transition: font-size 320ms ease, opacity 320ms ease;
}
.b-brand {
  position: relative;
  display: grid; gap: 4px;
  padding: 4px 0 4px 0;
  isolation: isolate;
}
.b-brand-mark {
  font-family: var(--display); font-size: 22px; font-weight: 500; letter-spacing: -0.02em;
  position: relative; z-index: 2;
}
.b-brand-bee {
  position: absolute;
  left: 36px; top: 50%;
  transform: translateY(-46%);
  width: 64px; height: 64px;
  pointer-events: none;
  z-index: 1;
  opacity: 0.5;
}
.b-brand-bee img {
  width: 100%; height: 100%; object-fit: contain;
  filter: brightness(0) invert(1);
  transition: filter 320ms ease, opacity 320ms ease;
}
.b-header.is-light .b-brand-bee { opacity: 0.55; }
.b-header.is-light .b-brand-bee img { filter: brightness(0); }
.b-brand-meta {
  font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; opacity: 0.95;
  position: relative; z-index: 3;
  text-shadow: 0 0 8px rgba(20,16,14,0.4);
}
.b-header.is-light .b-brand-meta { text-shadow: 0 0 8px rgba(243,238,230,0.85); }

/* Section bee — quiet flourish, used sparingly between sections */
.b-bee-flourish {
  display: flex; justify-content: center; padding: 60px 0 0;
  background: var(--ivory);
}
.b-bee-flourish img {
  width: 80px; height: 80px; opacity: 0.55;
  filter: grayscale(0.2);
}
.b-bee-flourish.on-dark { background: var(--ink); }
.b-bee-flourish.on-dark img { filter: invert(1) grayscale(1); opacity: 0.35; }
.b-nav { display: flex; gap: 28px; font-size: 13px; letter-spacing: 0.04em; }
.b-nav a { cursor: pointer; opacity: 0.85; transition: opacity 220ms ease; }
.b-nav a:hover { opacity: 1; }

/* ========== Hero ========== */
.b-hero {
  position: relative; height: 100vh; min-height: 720px; overflow: hidden;
  color: var(--ivory);
  background: var(--ink);
}
.b-hero-img {
  position: absolute; inset: -4%;
  will-change: transform;
}
.b-hero-img img {
  width: 100%; height: 100%; object-fit: cover;
  filter: saturate(0.95) contrast(1.02);
}
.b-hero-veil {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(20,16,14,0.45) 0%, rgba(20,16,14,0) 22%, rgba(20,16,14,0) 60%, rgba(20,16,14,0.7) 100%),
    linear-gradient(90deg, rgba(20,16,14,0.4) 0%, rgba(20,16,14,0) 45%);
}
.b-hero-content {
  position: absolute; left: 56px; right: 56px; bottom: 96px;
  display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: end;
}
.b-eyebrow {
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  margin: 0 0 22px; opacity: 0.85;
}
.b-hero h1 {
  font-family: var(--display); font-weight: 400;
  font-size: clamp(56px, 9vw, 132px);
  line-height: 0.94; letter-spacing: -0.035em;
  margin: 0; max-width: 13ch;
}
.b-hero h1 em { color: var(--rose-warm); font-style: italic; }
.b-hero-foot {
  position: absolute; left: 56px; right: 56px; bottom: 28px;
  display: flex; align-items: center; gap: 18px;
  font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; opacity: 0.7;
}
.b-foot-rule { flex: 1; height: 1px; background: var(--rule-light); }

/* ========== Section frame ========== */
.b-section { padding: 140px 56px; position: relative; }
.b-section.is-light { background: var(--ivory); color: var(--ink-2); }
.b-section.is-paper { background: var(--paper); color: var(--ink-2); }
.b-section.is-dark  { background: var(--ink); color: var(--ivory); }

.b-section-mark {
  display: flex; align-items: baseline; gap: 16px;
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  margin-bottom: 56px;
  color: currentColor; opacity: 1;
}
.b-section-mark .b-num {
  font-family: var(--display); font-size: 22px; letter-spacing: 0;
  font-style: italic; color: var(--oxblood);
}
.b-section.is-dark .b-section-mark .b-num { color: var(--rose-warm); }
.b-section-mark .b-rule { flex: 1; height: 1px; background: var(--rule); }
.b-section.is-dark .b-section-mark .b-rule { background: var(--rule-light); }
.b-section-mark .b-side { opacity: 0.6; font-variant-numeric: tabular-nums; }

/* ========== Approach (light) ========== */
.b-approach, .b-feature, .b-services, .b-about, .b-end { padding-top: 60px; }
.b-work, .b-backyard-invite { padding-top: 0; }
.b-approach .b-grid {
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 96px;
  max-width: 1280px;
}
.b-approach-lede {
  font-family: var(--display); font-weight: 400;
  font-size: clamp(32px, 3.6vw, 52px);
  line-height: 1.18; letter-spacing: -0.018em;
  margin: 0; color: var(--ink-2);
  max-width: 22ch;
}
.b-approach-lede em { color: var(--oxblood); }
.b-approach-meta { display: grid; gap: 22px; align-content: start; padding-top: 12px; }
.b-approach-meta div {
  display: grid; gap: 6px; padding-bottom: 16px;
  border-bottom: 1px solid var(--rule);
}
.b-approach-meta dt {
  font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-soft);
  margin: 0;
}
.b-approach-meta dd {
  font-family: var(--display); font-weight: 400; font-size: 20px;
  letter-spacing: -0.01em; margin: 0;
}

/* ========== Work — filmstrip (dark) ========== */
.b-work { padding-top: 120px; padding-bottom: 120px; }
.b-strip {
  display: grid; grid-auto-flow: column; grid-auto-columns: 380px;
  gap: 28px;
  overflow-x: auto; scroll-snap-type: x mandatory;
  padding-bottom: 24px;
  scrollbar-width: thin; scrollbar-color: rgba(243,238,230,0.3) transparent;
}
.b-strip::-webkit-scrollbar { height: 6px; }
.b-strip::-webkit-scrollbar-thumb { background: rgba(243,238,230,0.25); }
.b-strip-item { scroll-snap-align: start; transition: transform 480ms ease; }
.b-strip-item:hover { transform: translateY(-4px); }
.b-strip-item .b-fig {
  width: 100%; aspect-ratio: 3 / 4; overflow: hidden; background: #2a2320;
}
.b-strip-item .b-fig img {
  width: 100%; height: 100%; object-fit: cover;
  filter: saturate(0.96);
  transition: transform 1200ms ease;
}
.b-strip-item:hover .b-fig img { transform: scale(1.04); }
.b-strip-cap {
  display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: baseline;
  padding-top: 14px; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
}
.b-strip-n {
  font-family: var(--display); font-style: italic; font-size: 15px;
  letter-spacing: 0; color: var(--rose-warm); text-transform: none;
}
.b-strip-d { opacity: 0.6; }

/* ========== Feature (paper, image+text) ========== */
.b-feature {
  display: grid; grid-template-columns: 1.05fr 1fr; gap: 80px; align-items: center;
}
.b-feature-img { position: relative; overflow: hidden; aspect-ratio: 4/5; }
.b-feature-img img { width: 100%; height: 100%; object-fit: cover; }
.b-feature-img figcaption {
  position: absolute; left: 16px; bottom: 16px;
  background: var(--ivory); color: var(--ink-2);
  padding: 8px 14px; font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;
}
.b-feature-text h2 {
  font-family: var(--display); font-weight: 400;
  font-size: clamp(40px, 4.6vw, 68px);
  line-height: 1.02; letter-spacing: -0.025em; margin: 0 0 28px;
  max-width: 12ch;
}
.b-feature-text h2 em { color: var(--oxblood); }
.b-feature-text p {
  font-size: 17px; line-height: 1.55; color: var(--ink-soft);
  margin: 0 0 24px; max-width: 44ch;
}
.b-feature-text .b-pull {
  font-family: var(--display); font-style: italic; font-size: 22px;
  color: var(--oxblood); border-left: 1px solid var(--oxblood); padding-left: 16px;
  margin: 28px 0 0; max-width: 36ch; line-height: 1.4;
}

/* ========== Services — sequenza tipografica ========== */
.b-services { background: var(--ivory); }
.b-services .b-section-mark { margin-bottom: 72px; }
.b-services-head {
  display: grid; grid-template-columns: 1fr; gap: 20px;
  margin-bottom: 56px;
}
.b-services-head h2 {
  font-family: var(--display); font-weight: 400;
  font-size: clamp(48px, 5.6vw, 84px);
  line-height: 0.98; letter-spacing: -0.03em; margin: 0;
  max-width: 14ch;
}
.b-services-head h2 em { color: var(--oxblood); }
.b-services-intro {
  font-family: var(--display); font-style: italic;
  color: var(--ink); font-size: clamp(20px, 1.8vw, 26px);
  line-height: 1.35; max-width: 40ch; margin: 0;
}

.b-srv-list { list-style: none; padding: 0; margin: 0; }
.b-srv-row {
  display: grid;
  grid-template-columns: 60px 1.3fr 1.7fr auto;
  align-items: center; gap: 24px;
  padding: 32px 0;
  border-top: 1px solid var(--rule);
  cursor: pointer;
  transition: padding 360ms ease, background 360ms ease;
  position: relative;
}
a.b-srv-row { color: inherit; text-decoration: none; }
div.b-srv-row { cursor: default; }
div.b-srv-row:hover { padding-left: 0; }
div.b-srv-row:hover .b-srv-arrow { transform: none; }
.b-srv-row:last-child { border-bottom: 1px solid var(--rule); }
.b-srv-row:hover { padding-left: 12px; }
.b-srv-row:hover .b-srv-arrow { transform: translateX(8px); color: var(--oxblood); }
.b-srv-row .b-srv-n {
  font-family: var(--display); font-style: italic; font-size: 20px;
  color: var(--oxblood); letter-spacing: 0;
}
.b-srv-row .b-srv-t {
  font-family: var(--display); font-weight: 400; font-size: clamp(28px, 2.6vw, 38px);
  letter-spacing: -0.018em; line-height: 1;
}
.b-srv-row .b-srv-d {
  color: var(--ink-soft); font-size: 14px; max-width: 50ch;
}
.b-srv-arrow {
  font-size: 18px; color: var(--ink-soft);
  transition: transform 360ms ease, color 360ms ease;
}

/* ========== Founder note (dark, small) ========== */
.b-note { padding: 110px 56px; background: var(--ink); color: var(--ivory); }
.b-note-inner { max-width: 880px; margin: 0 auto; text-align: left; }
.b-note .b-eyebrow { opacity: 0.7; }
.b-note .b-eyebrow {
  font-family: var(--sans) !important;
  font-style: normal !important;
  font-size: 11px !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  line-height: 1.5 !important;
  color: inherit !important;
  max-width: none !important;
  margin: 0 0 22px !important;
  opacity: 0.7;
}
.b-note p {
  font-family: var(--display); font-weight: 400; font-style: italic;
  font-size: clamp(28px, 3vw, 40px); line-height: 1.3; letter-spacing: -0.01em;
  margin: 0; max-width: 28ch;
}
.b-note p span { color: var(--rose-warm); }
/* Founder signature — PNG ripulito programmaticamente (canvas threshold).
   Vera trasparenza alpha, tratto originale preservato. Su sfondo dark applicato
   filter: invert per rendere il tratto cream invece di nero. */
.b-note-signature {
  display: block;
  margin: 36px 25% 0 auto;
  width: clamp(180px, 24%, 240px);
  height: auto;
  filter: invert(1) brightness(0.92);
  opacity: 0.85;
}

/* ========== Inquiry / End ========== */
.b-end {
  padding: 140px 56px 100px; background: var(--ivory);
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 96px;
  align-items: start;
}
.b-end-main {
  display: grid; gap: 28px;
  padding-top: 8px;
}
.b-end h2 {
  font-family: var(--display); font-weight: 400;
  font-size: clamp(56px, 7vw, 108px);
  line-height: 0.96; letter-spacing: -0.03em; margin: 0 0 12px;
  max-width: 14ch;
  text-wrap: balance;
}
.b-end h2 em { color: var(--oxblood); }
.b-cta {
  display: inline-flex; align-items: center; gap: 14px;
  padding: 20px 32px; background: var(--ink-2); color: var(--ivory);
  font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
  cursor: pointer; transition: transform 240ms ease, background 240ms ease;
  align-self: start;
  justify-self: start;
}
.b-cta:hover { transform: translateY(-2px); background: var(--oxblood); }
.b-cta .b-cta-arrow { display: inline-block; transition: transform 240ms ease; }
.b-cta:hover .b-cta-arrow { transform: translateX(4px); }

.b-end-side {
  display: grid; gap: 0;
  padding-top: 36px;
  border-top: 1px solid var(--rule);
}
.b-end-side div {
  padding: 18px 0 16px;
  border-bottom: 1px solid var(--rule);
  font-size: 14px;
  line-height: 1.4;
}
.b-end-side div:last-child { border-bottom: none; padding-bottom: 0; }
.b-end-side div span {
  display: block; font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--ink-soft); margin-bottom: 6px;
}

.b-footer {
  padding: 40px 56px 56px;
  display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 24px;
  border-top: 1px solid var(--rule);
  background: var(--ivory);
}
.b-footer-meta {
  display: flex; flex-wrap: wrap; gap: 8px 28px;
  font-size: 12px; letter-spacing: 0.02em; color: var(--ink-soft);
}
.b-footer-mark {
  margin: 0; width: 130px; height: auto;
  mix-blend-mode: multiply;
  opacity: 0.85;
}
.b-footer-mark img { width: 100%; height: auto; display: block; }

/* ========== Reveal animation ========== */
.b-reveal {
  opacity: 0; transform: translateY(20px);
  transition: opacity 800ms cubic-bezier(0.22, 0.61, 0.36, 1),
              transform 800ms cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
}
.b-reveal.is-in { opacity: 1; transform: none; }

/* Soft variant — meno traslazione, per elementi minori (didascalie, side rails) */
.b-reveal-soft {
  opacity: 0; transform: translateY(10px);
  transition: opacity 600ms cubic-bezier(0.22, 0.61, 0.36, 1),
              transform 600ms cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
}
.b-reveal-soft.is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .b-reveal, .b-reveal-soft { opacity: 1; transform: none; transition: none; }
  .b-strip-item:hover { transform: none; }
  .b-strip-item:hover .b-fig img { transform: none; }
  .b-edition-item:hover { transform: none; }
  .b-edition-item:hover .b-fig img { transform: none; }
  .b-cta:hover, .b-back-to-top:hover { transform: none; }
  .b-srv-row:hover { padding-left: 0; }
  .b-srv-row:hover .b-srv-arrow { transform: none; }
  html { scroll-behavior: auto; }
}

/* ========== Brand link reset ========== */
a.b-brand { display: grid; gap: 4px; color: inherit; }

/* ========== Selected Work — lede ========== */
.b-work-lede {
  font-family: var(--display); font-weight: 400;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.18; letter-spacing: -0.018em;
  margin: 0 0 56px; color: var(--ivory);
  max-width: 26ch;
}
.b-work-lede em { color: var(--rose-warm); }

/* ========== Services — Studio Accounts as ongoing row in same list ========== */
.b-srv-row.is-ongoing .b-srv-n {
  font-style: normal; color: var(--brass);
  font-size: 26px; line-height: 1;
}
.b-srv-row.is-ongoing .b-srv-t {
  display: inline-flex; align-items: baseline; gap: 14px;
  flex-wrap: wrap;
}
.b-srv-ongoing-tag {
  font-family: var(--sans); font-style: normal;
  font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--brass);
  border: 1px solid var(--brass); padding: 3px 8px;
  border-radius: 999px;
  line-height: 1;
}
.b-srv-row.is-ongoing:hover .b-srv-arrow { color: var(--brass); }

/* ========== Header — shop status (B3) ========== */
.b-header-meta {
  display: grid; gap: 4px; justify-items: end;
  text-align: right;
}
.b-shop-status {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--sans); font-size: 12px; font-weight: 500; letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--rose-warm);
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  transition: color 240ms ease, border-color 240ms ease;
}
.b-shop-status:hover { border-bottom-color: currentColor; }
.b-shop-arrow { display: inline-block; transition: transform 240ms ease; }
.b-shop-status:hover .b-shop-arrow { transform: translateX(3px); }
.b-header.is-light .b-shop-status { color: var(--oxblood); }

.b-booking-status {
  font-family: var(--display); font-style: italic;
  font-size: 14px; letter-spacing: 0;
  color: var(--rose-warm);
  white-space: nowrap;
}
.b-header.is-light .b-booking-status { color: var(--oxblood); }

/* ========== About mini (paper) ========== */
.b-about { padding-top: 120px; padding-bottom: 120px; }
.b-about-grid {
  display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; align-items: center;
  max-width: 1200px; margin: 0 auto;
}
.b-about-visual {
  position: relative; margin: 0;
  aspect-ratio: 4/5;
  display: flex; align-items: center; justify-content: center;
}
.b-about-botanic {
  width: 78%; height: 86%; object-fit: cover;
  margin-left: auto;
  filter: saturate(0.9) contrast(1.02);
}
.b-about-text { display: grid; gap: 22px; max-width: 36ch; }
.b-about-text h2 {
  font-family: var(--display); font-weight: 400;
  font-size: clamp(40px, 4.6vw, 64px);
  line-height: 1; letter-spacing: -0.025em; margin: 0;
}
.b-about-text h2 em { color: var(--oxblood); }
.b-about-text p {
  font-size: 16px; line-height: 1.55; color: var(--ink-soft); margin: 0;
}
.b-about-quote {
  font-family: var(--display) !important; font-style: italic;
  font-size: 20px !important; color: var(--oxblood) !important;
  border-left: 1px solid var(--oxblood); padding-left: 16px;
  margin: 8px 0 0 !important;
}

/* ========== V — Backyard Editions (dark) ========== */
.b-editions-lede {
  font-family: var(--display); font-weight: 400;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.2; letter-spacing: -0.018em;
  margin: 0 0 56px; color: var(--ivory);
  max-width: 30ch;
}
.b-editions-lede em { color: var(--rose-warm); }
.b-editions-strip {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
  margin-bottom: 48px;
}
.b-edition-item {
  margin: 0; transition: transform 480ms ease;
}
.b-edition-item:hover { transform: translateY(-4px); }
.b-edition-item .b-fig {
  width: 100%; aspect-ratio: 3/4; overflow: hidden; background: #2a2320;
}
.b-edition-item .b-fig img {
  width: 100%; height: 100%; object-fit: cover;
  filter: saturate(0.96);
  transition: transform 1200ms ease;
}
.b-edition-item:hover .b-fig img { transform: scale(1.04); }
.b-edition-cap {
  display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: baseline;
  padding-top: 14px; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
}
.b-edition-n {
  font-family: var(--display); font-style: italic; font-size: 15px;
  letter-spacing: 0; color: var(--rose-warm); text-transform: none;
}
.b-edition-status {
  color: var(--rose-warm); font-size: 10px; letter-spacing: 0.18em;
}
.b-editions-foot {
  display: flex; justify-content: flex-start; padding-top: 24px;
  border-top: 1px solid var(--rule-light);
}
.b-editions-cta {
  display: inline-flex; align-items: center; gap: 14px;
  font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ivory); cursor: pointer;
  border-bottom: 1px solid var(--rule-light); padding-bottom: 10px;
  transition: color 240ms ease, border-color 240ms ease;
}
.b-editions-cta:hover { color: var(--rose-warm); border-color: var(--rose-warm); }
.b-editions-cta .b-cta-arrow { display: inline-block; transition: transform 240ms ease; }
.b-editions-cta:hover .b-cta-arrow { transform: translateX(4px); }

/* ========== Inquiry — Studio Consultation sub-block ========== */
.b-end-main { display: grid; gap: 28px; }
.b-end-sub {
  font-family: var(--display); font-style: italic;
  font-size: 18px; color: var(--ink-soft); margin: -12px 0 12px;
  max-width: 40ch;
}

/* ========== Footer — links ========== */
.b-footer-meta a {
  color: inherit; border-bottom: 1px solid transparent;
  transition: border-color 240ms ease;
}
.b-footer-meta a:hover { border-bottom-color: var(--ink-soft); }

/* ========== Inquiry form (editorial minimal) ========== */
.inquiry-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 40px;
  margin-top: 56px;
}
.inquiry-form .full-width { grid-column: 1 / -1; }
.inquiry-form label { display: grid; gap: 10px; }
.inquiry-form label > span {
  font-family: var(--sans);
  font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--ink-soft);
}
.inquiry-form input,
.inquiry-form textarea,
.inquiry-form select {
  font-family: var(--sans); font-size: 16px;
  color: var(--ink-2);
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--rule);
  padding: 8px 0 10px;
  outline: none;
  transition: border-color 240ms ease;
  appearance: none; -webkit-appearance: none;
  border-radius: 0;
}
.inquiry-form textarea { resize: vertical; min-height: 140px; line-height: 1.5; }
.inquiry-form input:focus,
.inquiry-form textarea:focus,
.inquiry-form select:focus { border-bottom-color: var(--oxblood); }
.inquiry-form input::placeholder,
.inquiry-form textarea::placeholder { color: var(--ink-soft); opacity: 0.55; }
.inquiry-form select {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' stroke='%235a4d43' fill='none' stroke-width='1.2'/></svg>");
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 12px;
  padding-right: 24px;
  cursor: pointer;
}
.inquiry-form .form-actions {
  grid-column: 1 / -1; margin-top: 24px;
  display: grid; gap: 16px;
}
.inquiry-form .form-action-group { display: flex; gap: 16px; flex-wrap: wrap; }
.inquiry-form .button {
  display: inline-flex; align-items: center;
  font-family: var(--sans);
  font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase;
  padding: 14px 28px;
  cursor: pointer;
  border: 1px solid var(--ink-2);
  background: var(--ink-2); color: var(--ivory);
  transition: background 240ms ease, color 240ms ease, border-color 240ms ease, transform 240ms ease;
}
.inquiry-form .button:hover {
  background: var(--oxblood); border-color: var(--oxblood);
  transform: translateY(-2px);
}
.inquiry-form .button-secondary { background: transparent; color: var(--ink-2); }
.inquiry-form .button-secondary:hover { background: var(--ink-2); color: var(--ivory); }
.inquiry-form .form-note {
  font-size: 12px; line-height: 1.6;
  color: var(--ink-soft); margin: 0;
}
.inquiry-form .form-note a { border-bottom: 1px solid currentColor; }
.inquiry-form .form-status {
  grid-column: 1 / -1;
  font-size: 13px; color: var(--oxblood); margin: 0;
}

/* ========== Responsive ========== */
@media (max-width: 1024px) {
  .b-section { padding: 96px 32px; }
  .b-hero-content { left: 32px; right: 32px; bottom: 72px; grid-template-columns: 1fr; }
  .b-hero-foot { left: 32px; right: 32px; }
  .b-approach .b-grid { grid-template-columns: 1fr; gap: 40px; }
  .b-feature { grid-template-columns: 1fr; gap: 32px; }
  .b-services-head { grid-template-columns: 1fr; gap: 24px; }
  .b-srv-row { grid-template-columns: 40px 1fr auto; gap: 16px; }
  .b-srv-row .b-srv-d { display: none; }
  .b-shop-status { display: none; }
  .b-about-grid { grid-template-columns: 1fr; gap: 32px; }
  .b-about-visual { max-width: 380px; }
  .b-editions-strip { grid-template-columns: 1fr; gap: 24px; }
  .b-end { grid-template-columns: 1fr; gap: 40px; }
  .b-strip { grid-auto-columns: 280px; }
  .b-header { padding: 16px 24px; grid-template-columns: 1fr auto; }
  .b-bki-grid { grid-template-columns: 1fr; gap: 32px; }
  .inquiry-form { grid-template-columns: 1fr; gap: 28px; margin-top: 40px; }
}

/* Small mobile (iPhone SE / piccoli Android) */
@media (max-width: 560px) {
  .b-section { padding: 72px 20px; }
  .b-footer {
    grid-template-columns: 1fr;
    padding: 32px 20px 40px;
    gap: 24px;
    align-items: start;
  }
  .b-footer-mark { width: 100px; }
}

/* ========== Backyard invite (V — dark, image+text) ========== */
.b-backyard-invite { padding-top: 120px; padding-bottom: 140px; }
.b-bki-grid {
  display: grid; grid-template-columns: 1.05fr 1fr; gap: 80px; align-items: center;
  margin-top: 56px;
}
.b-bki-img { position: relative; overflow: hidden; aspect-ratio: 4/5; margin: 0; }
.b-bki-img img { width: 100%; height: 100%; object-fit: cover; }
.b-bki-text .b-eyebrow { color: var(--rose-warm); opacity: 0.85; }
.b-bki-text h2 {
  font-family: var(--display); font-weight: 400;
  font-size: clamp(40px, 4.6vw, 68px);
  line-height: 1.02; letter-spacing: -0.025em; margin: 14px 0 28px;
  max-width: 12ch;
}
.b-bki-text h2 em { color: var(--rose-warm); font-style: italic; }
.b-bki-text p {
  font-size: 17px; line-height: 1.55; color: var(--ivory); opacity: 0.85;
  margin: 0 0 32px; max-width: 44ch;
}
.b-bki-text .b-cta { background: var(--ivory); color: var(--ink); }
.b-bki-text .b-cta:hover { background: var(--rose-warm); color: var(--ink); }

/* ============================================================
   BACKYARD PAGE (/backyard.html)
   Stesso linguaggio del Concept B, palette warm-paper, tono retail.
   ============================================================ */
.bk { background: var(--ivory-warm); color: var(--ink-2); }

/* Header semplificato */
.bk-header {
  position: sticky; top: 0; z-index: 50;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  padding: 22px 56px;
  background: var(--ivory-warm);
  border-bottom: 1px solid var(--rule);
}
.bk-back {
  font-family: var(--sans); font-size: 13px; letter-spacing: 0.02em;
  color: var(--ink-soft); justify-self: start;
  display: inline-flex; align-items: center; gap: 6px;
  transition: color 240ms ease;
}
.bk-back:hover { color: var(--oxblood); }
.bk-back-arrow { font-size: 16px; }
.bk-brand { justify-self: center; text-align: center; line-height: 1.1; }
.bk-brand-mark {
  display: block;
  font-family: var(--display); font-size: 22px; letter-spacing: -0.01em;
  color: var(--ink);
}
.bk-brand-meta {
  display: block;
  font-family: var(--sans); font-size: 10px; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--ink-soft); margin-top: 4px;
}
.bk-header-meta { justify-self: end; }
.bk-updated {
  font-family: var(--sans); font-size: 11px; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--ink-soft);
}

/* Intro */
.bk-intro {
  padding: 100px 56px 60px;
  max-width: 880px; margin: 0 auto;
}
.bk-intro .b-eyebrow {
  font-family: var(--sans); font-size: 11px; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--ink-soft); margin: 0 0 16px;
}
.bk-intro h1 {
  font-family: var(--display); font-weight: 400;
  font-size: clamp(48px, 6vw, 84px);
  line-height: 1.02; letter-spacing: -0.025em;
  margin: 0 0 32px; color: var(--ink);
  max-width: 14ch;
}
.bk-intro h1 em { color: var(--oxblood); font-style: italic; }
.bk-lede {
  font-size: 18px; line-height: 1.55; color: var(--ink-soft);
  max-width: 56ch; margin: 0;
}

/* Grid prodotti */
.bk-grid-section {
  padding: 40px 56px 80px;
  max-width: 1280px; margin: 0 auto;
}
.bk-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 40px;
  margin-bottom: 56px;
}
.bk-item { margin: 0; }
.bk-item-link {
  display: block;
  transition: transform 360ms ease;
}
.bk-item-link:hover { transform: translateY(-4px); }
.bk-fig {
  position: relative; overflow: hidden;
  aspect-ratio: 4/5; margin: 0 0 16px;
  background: var(--paper);
}
.bk-fig img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 800ms ease;
}
.bk-item-link:hover .bk-fig img { transform: scale(1.03); }
.bk-cap {
  display: grid; grid-template-columns: auto 1fr auto; gap: 14px;
  align-items: baseline;
  padding: 0 2px;
}
.bk-n {
  font-family: var(--display); font-style: italic; font-size: 16px;
  color: var(--oxblood);
}
.bk-t {
  font-family: var(--display); font-size: 18px; color: var(--ink);
  letter-spacing: -0.01em;
}
.bk-meta {
  font-family: var(--sans); font-size: 11px; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--ink-soft); text-align: right;
}
.bk-grid-note {
  font-family: var(--display); font-style: italic;
  font-size: 18px; line-height: 1.55; color: var(--ink-soft);
  max-width: 56ch; margin: 40px auto 0; text-align: center;
}

/* Pickup / delivery info */
.bk-info {
  padding: 80px 56px 100px;
  max-width: 1100px; margin: 0 auto;
  border-top: 1px solid var(--rule);
}
.bk-info-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 56px;
  margin-bottom: 56px;
}
.bk-info-block .b-eyebrow {
  font-family: var(--sans); font-size: 11px; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--oxblood); margin: 0 0 14px;
}
.bk-info-block p {
  font-size: 16px; line-height: 1.55; color: var(--ink-soft);
  margin: 0; max-width: 36ch;
}
.bk-cta { display: inline-flex; }

/* Footer ridotto */
.bk-footer {
  padding: 48px 56px 60px;
  border-top: 1px solid var(--rule);
  background: var(--ivory-warm);
}
.bk-footer-meta {
  display: flex; flex-wrap: wrap; gap: 12px 32px; align-items: center;
  font-family: var(--sans); font-size: 12px; letter-spacing: 0.02em;
  color: var(--ink-soft);
  max-width: 1100px; margin: 0 auto;
}
.bk-footer-meta a { color: var(--ink-soft); transition: color 240ms ease; }
.bk-footer-meta a:hover { color: var(--oxblood); }

/* Backyard responsive */
@media (max-width: 980px) {
  .bk-header { padding: 16px 24px; grid-template-columns: 1fr 1fr; }
  .bk-brand { justify-self: end; text-align: right; }
  .bk-header-meta { display: none; }
  .bk-intro { padding: 56px 24px 32px; }
  .bk-grid-section { padding: 24px 24px 56px; }
  .bk-grid { grid-template-columns: repeat(2, 1fr); gap: 32px 20px; }
  .bk-info { padding: 48px 24px 64px; }
  .bk-info-grid { grid-template-columns: 1fr; gap: 32px; }
  .bk-footer { padding: 32px 24px 40px; }
}
@media (max-width: 560px) {
  .bk-grid { grid-template-columns: 1fr; gap: 28px; }
}

/* ========== About — said (3 Yelp quotes inline) ========== */
.b-about-said {
  list-style: none; padding: 0;
  margin: 18px 0 0;
  display: grid; gap: 14px;
  border-top: 1px solid var(--rule);
  padding-top: 18px;
}
.b-about-said li {
  display: grid; gap: 4px;
}
.b-said-q {
  font-family: var(--display); font-style: italic; font-weight: 400;
  font-size: 17px; line-height: 1.3; letter-spacing: -0.005em;
  color: var(--oxblood);
}
.b-said-m {
  font-family: var(--sans);
  font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--ink-soft);
}

/* ========== Backyard invite — deck quote (passing pun) ========== */
.b-bki-deck {
  font-family: var(--display); font-style: italic; font-weight: 400;
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.3; letter-spacing: -0.005em;
  color: var(--rose-warm);
  margin: 8px 0 22px !important;
  padding-left: 16px;
  border-left: 1px solid var(--rose-warm);
  max-width: 36ch;
}

/* ========== Back-to-top ========== */
.b-back-to-top {
  position: fixed; bottom: 24px; right: 24px;
  width: 44px; height: 44px;
  border: 1px solid var(--rule);
  background: rgba(243, 238, 230, 0.92);
  backdrop-filter: blur(8px);
  color: var(--ink-2);
  font-size: 18px; line-height: 1;
  cursor: pointer;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 320ms ease, transform 320ms ease, background 240ms ease;
  z-index: 60;
}
.b-back-to-top.is-visible { opacity: 1; pointer-events: auto; }
.b-back-to-top:hover { background: var(--ivory); transform: translateY(-2px); }

