/* ============================================================
   MUNCH MACHINE — Artisan Luxury v5
   Clean sunbursts · Gradient backgrounds · Better contrast
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Jost:wght@300;400;500&display=swap');

:root {
  --choc:       #2A1200;
  --brown:      #3D2010;
  --brown-2:    #5C3318;
  --amber:      #C07830;
  --gold:       #D89048;
  --sun:        #F0A848;
  --cream:      #F0D8A8;
  --linen:      #FAF4E8;
  --linen-mid:  #F2E6CC;
  --linen-deep: #E8D6B0;
  --white:      #FDFAF4;

  --font-d: 'DM Serif Display', Georgia, serif;
  --font-b: 'Cormorant Garamond', Georgia, serif;
  --font-u: 'Jost', sans-serif;

  --rule:    1px solid rgba(48,24,0,0.13);
  --max:     1080px;
  --pad:     clamp(1.5rem, 4vw, 3rem);
  --ease:    cubic-bezier(0.4,0,0.2,1);
  --ease-out:cubic-bezier(0,0,0.2,1);
  --spring:  cubic-bezier(0.34,1.56,0.64,1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-b);
  background: var(--linen);
  color: var(--choc);
  line-height: 1.7;
  overflow-x: hidden;
}
/* Paper grain */
body::before {
  content: ''; position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='400' height='400' filter='url(%23n)' opacity='0.028'/%3E%3C/svg%3E");
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: var(--font-u); cursor: pointer; border: none; background: none; }

.skip-link {
  position: absolute; top: -100%; left: 1rem;
  background: var(--choc); color: var(--linen);
  padding: .4rem 1rem; font-family: var(--font-u); font-size: .75rem;
  letter-spacing: .08em; z-index: 9999; transition: top .2s;
}
.skip-link:focus { top: .75rem; }
.container { max-width: var(--max); margin: 0 auto; padding: 0 var(--pad); }

/* ============================================================
   SUNBURST — clean SVG rays, perfectly centred
   Usage: <div class="sunburst" aria-hidden="true"></div>
   inside a position:relative overflow:hidden parent
   ============================================================ */
.sunburst {
  position: absolute;
  /* will be sized/placed by context */
  pointer-events: none; z-index: 0;
  /* SVG conic burst encoded as background — 24 even rays */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 800'%3E%3Cdefs%3E%3CradialGradient id='fade' cx='50%25' cy='50%25' r='50%25'%3E%3Cstop offset='0%25' stop-color='%23C07830' stop-opacity='0.22'/%3E%3Cstop offset='55%25' stop-color='%23C07830' stop-opacity='0.06'/%3E%3Cstop offset='100%25' stop-color='%23C07830' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3Cg transform='translate(400,400)'%3E%3Cpath d='M0,0 L-18,400 L18,400 Z' fill='%23C07830' opacity='0.16'/%3E%3Cpath d='M0,0 L-18,400 L18,400 Z' fill='%23C07830' opacity='0.16' transform='rotate(15)'/%3E%3Cpath d='M0,0 L-18,400 L18,400 Z' fill='%23C07830' opacity='0.16' transform='rotate(30)'/%3E%3Cpath d='M0,0 L-18,400 L18,400 Z' fill='%23C07830' opacity='0.16' transform='rotate(45)'/%3E%3Cpath d='M0,0 L-18,400 L18,400 Z' fill='%23C07830' opacity='0.16' transform='rotate(60)'/%3E%3Cpath d='M0,0 L-18,400 L18,400 Z' fill='%23C07830' opacity='0.16' transform='rotate(75)'/%3E%3Cpath d='M0,0 L-18,400 L18,400 Z' fill='%23C07830' opacity='0.16' transform='rotate(90)'/%3E%3Cpath d='M0,0 L-18,400 L18,400 Z' fill='%23C07830' opacity='0.16' transform='rotate(105)'/%3E%3Cpath d='M0,0 L-18,400 L18,400 Z' fill='%23C07830' opacity='0.16' transform='rotate(120)'/%3E%3Cpath d='M0,0 L-18,400 L18,400 Z' fill='%23C07830' opacity='0.16' transform='rotate(135)'/%3E%3Cpath d='M0,0 L-18,400 L18,400 Z' fill='%23C07830' opacity='0.16' transform='rotate(150)'/%3E%3Cpath d='M0,0 L-18,400 L18,400 Z' fill='%23C07830' opacity='0.16' transform='rotate(165)'/%3E%3Cpath d='M0,0 L-18,400 L18,400 Z' fill='%23C07830' opacity='0.16' transform='rotate(180)'/%3E%3Cpath d='M0,0 L-18,400 L18,400 Z' fill='%23C07830' opacity='0.16' transform='rotate(195)'/%3E%3Cpath d='M0,0 L-18,400 L18,400 Z' fill='%23C07830' opacity='0.16' transform='rotate(210)'/%3E%3Cpath d='M0,0 L-18,400 L18,400 Z' fill='%23C07830' opacity='0.16' transform='rotate(225)'/%3E%3Cpath d='M0,0 L-18,400 L18,400 Z' fill='%23C07830' opacity='0.16' transform='rotate(240)'/%3E%3Cpath d='M0,0 L-18,400 L18,400 Z' fill='%23C07830' opacity='0.16' transform='rotate(255)'/%3E%3Cpath d='M0,0 L-18,400 L18,400 Z' fill='%23C07830' opacity='0.16' transform='rotate(270)'/%3E%3Cpath d='M0,0 L-18,400 L18,400 Z' fill='%23C07830' opacity='0.16' transform='rotate(285)'/%3E%3Cpath d='M0,0 L-18,400 L18,400 Z' fill='%23C07830' opacity='0.16' transform='rotate(300)'/%3E%3Cpath d='M0,0 L-18,400 L18,400 Z' fill='%23C07830' opacity='0.16' transform='rotate(315)'/%3E%3Cpath d='M0,0 L-18,400 L18,400 Z' fill='%23C07830' opacity='0.16' transform='rotate(330)'/%3E%3Cpath d='M0,0 L-18,400 L18,400 Z' fill='%23C07830' opacity='0.16' transform='rotate(345)'/%3E%3C/g%3E%3Crect width='800' height='800' fill='url(%23fade)'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  animation: burstSpin 80s linear infinite;
}
@keyframes burstSpin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* Sunburst sizing helpers */
.sunburst--full {
  /* fills the whole section, centred */
  width: 140%; height: 140%;
  top: -20%; left: -20%;
}
.sunburst--right {
  /* used in hero right panel */
  width: 160%; height: 160%;
  top: -30%; left: -30%;
}
.sunburst--centre {
  width: 120%; height: 120%;
  top: -10%; left: -10%;
}

/* ============================================================
   PAGE WRAP — always visible, no transition animation
   ============================================================ */
#page-wrap { opacity: 1; }

/* ============================================================
   SCROLL REVEALS
   ============================================================ */
/* Scroll reveal — content ALWAYS visible, .in class is no-op safety */
.sr, .sr-left, .sr-right, .sr-scale { opacity: 1; transform: none; }
.sr.in, .sr-left.in, .sr-right.in, .sr-scale.in { opacity: 1; transform: none; }

/* Respect users who prefer less motion */
@media (prefers-reduced-motion: reduce) {
  #page-wrap { animation: none !important; }
  .hero__logo-img { animation: none !important; }
  .sunburst { animation: none !important; }
  .fade-in, .fade-in-up, .fade-in-left, .fade-in-right { animation: none !important; }
  .page-hero .eyebrow,
  .page-hero .section-title,
  .page-hero .section-rule,
  .page-hero .section-sub,
  .page-hero .breadcrumb { animation: none !important; }
}

/* ============================================================
   NAVBAR
   ============================================================ */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 500;
  height: 70px; display: flex; align-items: center;
  transition: height .35s var(--ease), background .4s, border-color .4s;
  border-bottom: 1px solid transparent;
}
.navbar.scrolled {
  height: 58px;
  background: rgba(250,244,232,.95);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  border-bottom: var(--rule);
  box-shadow: 0 2px 20px rgba(48,24,0,.06);
}
.navbar__inner {
  width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 var(--pad);
  display: flex; align-items: center; justify-content: space-between;
}
.navbar__logo { display: flex; align-items: center; gap: 10px; }
.navbar__logo-img {
  height: 40px; width: 40px; object-fit: contain;
  transition: transform .35s var(--spring), filter .3s;
  filter: drop-shadow(0 2px 6px rgba(48,24,0,.12));
}
.navbar__logo:hover .navbar__logo-img {
  transform: scale(1.1) rotate(-2deg);
  filter: drop-shadow(0 4px 14px rgba(192,120,48,.45));
}
.navbar__logo-text { font-family: var(--font-d); font-size: 1.2rem; color: var(--choc); transition: color .3s; }
.navbar__links { display: flex; align-items: center; }
.navbar__links a {
  font-family: var(--font-u); font-size: .68rem; font-weight: 400;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--brown-2); padding: 8px 13px; position: relative; transition: color .2s;
}
.navbar__links a::after {
  content: ''; position: absolute; bottom: 3px; left: 50%; right: 50%;
  height: 1px; background: var(--amber);
  transition: left .25s var(--ease), right .25s var(--ease);
}
.navbar__links a:hover, .navbar__links a.active { color: var(--choc); }
.navbar__links a:hover::after, .navbar__links a.active::after { left: 13px; right: 13px; }
.navbar__cta {
  background: var(--choc) !important; color: var(--cream) !important;
  font-family: var(--font-u) !important; font-size: .68rem !important;
  font-weight: 500 !important; letter-spacing: .16em !important; text-transform: uppercase !important;
  padding: 10px 22px !important; margin-left: 8px;
  transition: background .2s, box-shadow .2s !important;
}
.navbar__cta::after { display: none !important; }
.navbar__cta:hover { background: var(--amber) !important; box-shadow: 0 4px 16px rgba(192,120,48,.3) !important; }

/* ── Hamburger ── */
.navbar__toggle {
  display: none; width: 44px; height: 44px;
  align-items: center; justify-content: center;
  flex-direction: column; gap: 0;
  cursor: pointer; padding: 0;
  background: transparent; border: none;
  position: relative;
}
/* Animated lines become X */
.navbar__toggle-line {
  display: block; width: 22px; height: 1.5px;
  background: var(--choc); border-radius: 2px;
  position: absolute;
  transition: transform .35s var(--ease), opacity .25s, top .35s var(--ease), background .3s;
}
.navbar__toggle-line:nth-child(1) { top: 14px; }
.navbar__toggle-line:nth-child(2) { top: 21px; }
.navbar__toggle-line:nth-child(3) { top: 28px; }
.navbar__toggle.open .navbar__toggle-line:nth-child(1) { top: 21px; transform: rotate(45deg); }
.navbar__toggle.open .navbar__toggle-line:nth-child(2) { opacity: 0; transform: scaleX(0); }
.navbar__toggle.open .navbar__toggle-line:nth-child(3) { top: 21px; transform: rotate(-45deg); }

/* ── Mobile nav overlay ── */
.navbar__mobile-overlay {
  display: none;
  position: fixed; inset: 0; z-index: 490;
  background: rgba(42,18,0,.5);
  backdrop-filter: blur(4px);
  opacity: 0; transition: opacity .35s;
}
.navbar__mobile-overlay.open { opacity: 1; }

/* ── Mobile drawer ── */
@media (max-width: 860px) {
  .navbar__toggle { display: flex; }

  .navbar__links {
    /* slide-in drawer from right */
    position: fixed; top: 0; right: 0; bottom: 0; z-index: 495;
    width: min(320px, 85vw);
    background: var(--white);
    flex-direction: column; align-items: stretch; justify-content: flex-start;
    padding: 5rem 2rem 2rem;
    gap: 0;
    transform: translateX(100%);
    transition: transform .4s var(--ease);
    box-shadow: -8px 0 40px rgba(42,18,0,.2);
    overflow-y: auto;
    /* NOT display:none — we use transform instead */
    display: flex;
  }
  .navbar__links.open { transform: translateX(0); }
  .navbar__mobile-overlay { display: block; pointer-events: none; }
  .navbar__mobile-overlay.open { pointer-events: auto; }

  /* Drawer close button */
  .navbar__links::before {
    content: '×';
    position: absolute; top: 1.2rem; right: 1.4rem;
    font-family: var(--font-u); font-size: 1.5rem; font-weight: 300;
    color: var(--brown-2); cursor: pointer; line-height: 1;
    pointer-events: none; /* handled by overlay + toggle */
  }

  /* Drawer header logo line */
  .navbar__links::after {
    content: 'Munch Machine';
    position: absolute; top: 1.35rem; left: 2rem;
    font-family: var(--font-d); font-size: 1rem; color: var(--choc);
    pointer-events: none;
  }

  .navbar__links a {
    padding: 1rem 0; width: 100%; border-bottom: var(--rule);
    font-size: .72rem; letter-spacing: .18em; color: var(--brown);
  }
  .navbar__links a:last-child { border-bottom: none; }
  .navbar__links a::after { display: none; }
  .navbar__links a:hover { color: var(--amber); }

  .navbar__cta {
    background: var(--amber) !important; color: var(--choc) !important;
    margin-left: 0 !important; margin-top: 1.5rem !important;
    text-align: center !important; display: block !important;
    padding: 14px 22px !important;
    font-size: .72rem !important;
  }
}

/* ============================================================
   HERO — split layout
   ============================================================ */
.hero {
  min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr;
  position: relative;
}
/* Dark left: gradient from brown to deep chocolate */
.hero__left {
  background: linear-gradient(150deg, var(--brown) 0%, var(--choc) 60%, #1A0A00 100%);
  padding: calc(70px + 6rem) var(--pad) 6rem calc(max((100vw - var(--max))/2, var(--pad)));
  display: flex; flex-direction: column; justify-content: center;
  position: relative; overflow: hidden; z-index: 1;
}
/* Subtle warm haze top-right of left panel */
.hero__left::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse at 90% 10%, rgba(192,120,48,.2) 0%, transparent 55%);
}
/* Cream right: gradient from pale cream to warm gold-cream */
.hero__right {
  background: linear-gradient(135deg, var(--cream) 0%, #F8E8C0 40%, #EEDBA0 100%);
  padding: calc(70px + 3rem) var(--pad) 3rem;
  display: flex; flex-direction: column; justify-content: center; align-items: center;
  position: relative; overflow: hidden;
}
/* Hero sunburst — perfectly centred in right panel */
.hero__sunburst {
  position: absolute;
  width: 160%; height: 160%;
  top: -30%; left: -30%;
  pointer-events: none; z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 800'%3E%3Cdefs%3E%3CradialGradient id='fade' cx='50%25' cy='50%25' r='50%25'%3E%3Cstop offset='0%25' stop-color='%23D89048' stop-opacity='0.3'/%3E%3Cstop offset='50%25' stop-color='%23D89048' stop-opacity='0.1'/%3E%3Cstop offset='100%25' stop-color='%23D89048' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3Cg transform='translate(400,400)'%3E%3Cpath d='M0,0 L-14,400 L14,400 Z' fill='%23C07830' opacity='0.2'/%3E%3Cpath d='M0,0 L-14,400 L14,400 Z' fill='%23C07830' opacity='0.2' transform='rotate(12)'/%3E%3Cpath d='M0,0 L-14,400 L14,400 Z' fill='%23C07830' opacity='0.2' transform='rotate(24)'/%3E%3Cpath d='M0,0 L-14,400 L14,400 Z' fill='%23C07830' opacity='0.2' transform='rotate(36)'/%3E%3Cpath d='M0,0 L-14,400 L14,400 Z' fill='%23C07830' opacity='0.2' transform='rotate(48)'/%3E%3Cpath d='M0,0 L-14,400 L14,400 Z' fill='%23C07830' opacity='0.2' transform='rotate(60)'/%3E%3Cpath d='M0,0 L-14,400 L14,400 Z' fill='%23C07830' opacity='0.2' transform='rotate(72)'/%3E%3Cpath d='M0,0 L-14,400 L14,400 Z' fill='%23C07830' opacity='0.2' transform='rotate(84)'/%3E%3Cpath d='M0,0 L-14,400 L14,400 Z' fill='%23C07830' opacity='0.2' transform='rotate(96)'/%3E%3Cpath d='M0,0 L-14,400 L14,400 Z' fill='%23C07830' opacity='0.2' transform='rotate(108)'/%3E%3Cpath d='M0,0 L-14,400 L14,400 Z' fill='%23C07830' opacity='0.2' transform='rotate(120)'/%3E%3Cpath d='M0,0 L-14,400 L14,400 Z' fill='%23C07830' opacity='0.2' transform='rotate(132)'/%3E%3Cpath d='M0,0 L-14,400 L14,400 Z' fill='%23C07830' opacity='0.2' transform='rotate(144)'/%3E%3Cpath d='M0,0 L-14,400 L14,400 Z' fill='%23C07830' opacity='0.2' transform='rotate(156)'/%3E%3Cpath d='M0,0 L-14,400 L14,400 Z' fill='%23C07830' opacity='0.2' transform='rotate(168)'/%3E%3Cpath d='M0,0 L-14,400 L14,400 Z' fill='%23C07830' opacity='0.2' transform='rotate(180)'/%3E%3Cpath d='M0,0 L-14,400 L14,400 Z' fill='%23C07830' opacity='0.2' transform='rotate(192)'/%3E%3Cpath d='M0,0 L-14,400 L14,400 Z' fill='%23C07830' opacity='0.2' transform='rotate(204)'/%3E%3Cpath d='M0,0 L-14,400 L14,400 Z' fill='%23C07830' opacity='0.2' transform='rotate(216)'/%3E%3Cpath d='M0,0 L-14,400 L14,400 Z' fill='%23C07830' opacity='0.2' transform='rotate(228)'/%3E%3Cpath d='M0,0 L-14,400 L14,400 Z' fill='%23C07830' opacity='0.2' transform='rotate(240)'/%3E%3Cpath d='M0,0 L-14,400 L14,400 Z' fill='%23C07830' opacity='0.2' transform='rotate(252)'/%3E%3Cpath d='M0,0 L-14,400 L14,400 Z' fill='%23C07830' opacity='0.2' transform='rotate(264)'/%3E%3Cpath d='M0,0 L-14,400 L14,400 Z' fill='%23C07830' opacity='0.2' transform='rotate(276)'/%3E%3Cpath d='M0,0 L-14,400 L14,400 Z' fill='%23C07830' opacity='0.2' transform='rotate(288)'/%3E%3Cpath d='M0,0 L-14,400 L14,400 Z' fill='%23C07830' opacity='0.2' transform='rotate(300)'/%3E%3Cpath d='M0,0 L-14,400 L14,400 Z' fill='%23C07830' opacity='0.2' transform='rotate(312)'/%3E%3Cpath d='M0,0 L-14,400 L14,400 Z' fill='%23C07830' opacity='0.2' transform='rotate(324)'/%3E%3Cpath d='M0,0 L-14,400 L14,400 Z' fill='%23C07830' opacity='0.2' transform='rotate(336)'/%3E%3Cpath d='M0,0 L-14,400 L14,400 Z' fill='%23C07830' opacity='0.2' transform='rotate(348)'/%3E%3C/g%3E%3Crect width='800' height='800' fill='url(%23fade)'/%3E%3C/svg%3E");
  background-size: 100% 100%; background-repeat: no-repeat;
  animation: burstSpin 90s linear infinite;
  transform-origin: center center;
}
@keyframes burstSpin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

/* Diagonal chevron between panels */
.hero::after {
  content: ''; position: absolute; top: 0; bottom: 0; z-index: 2;
  left: calc(50% - 24px); width: 48px; pointer-events: none;
  clip-path: polygon(0 0, 40% 0, 100% 100%, 60% 100%);
  background: linear-gradient(to right, var(--choc) 50%, var(--cream) 50%);
}

.hero__eyebrow {
  font-family: var(--font-u); font-size: .62rem; font-weight: 400;
  letter-spacing: .24em; text-transform: uppercase; color: var(--gold);
  display: flex; align-items: center; gap: 12px; margin-bottom: 1.75rem;
  animation: fadeUp .8s .1s both;
}
.hero__eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--amber); display: block; }
.hero__title {
  font-family: var(--font-d); font-size: clamp(3rem, 5.5vw, 4.8rem);
  font-weight: 400; line-height: 1.06; color: var(--cream);
  margin-bottom: 2rem; animation: fadeUp .9s .2s both;
}
.hero__title em { display: block; font-style: italic; color: var(--sun); }
.hero__rule { width: 0; height: 1px; background: var(--amber); margin-bottom: 2rem; animation: ruleGrow .9s .55s both; }
@keyframes ruleGrow { to { width: 44px; } }
.hero__sub {
  font-family: var(--font-b); font-size: 1.15rem; font-weight: 300;
  font-style: italic; color: rgba(240,216,168,.72);
  max-width: 390px; line-height: 1.85; margin-bottom: 2.75rem;
  animation: fadeUp .9s .35s both;
}
.hero__btns { display: flex; gap: 1rem; flex-wrap: wrap; animation: fadeUp .9s .5s both; }

.hero__logo-wrap {
  position: relative; width: min(340px, 85%); z-index: 1;
  animation: logoIn 1.1s .25s both;
}
@keyframes logoIn { from { opacity: 0; transform: scale(.88) translateY(20px); } to { opacity: 1; transform: none; } }
.hero__logo-img {
  width: 100%; height: auto;
  filter: drop-shadow(0 16px 48px rgba(48,24,0,.25));
  animation: logoFloat 7s ease-in-out infinite 1.4s;
}
@keyframes logoFloat {
  0%,100% { transform: translateY(0) rotate(0deg); }
  40%     { transform: translateY(-14px) rotate(.6deg); }
  70%     { transform: translateY(-7px) rotate(-.3deg); }
}
.hero__logo-caption {
  margin-top: 1.25rem; text-align: center; position: relative; z-index: 2;
  font-family: var(--font-u); font-size: .6rem; font-weight: 400;
  letter-spacing: .22em; text-transform: uppercase; color: var(--brown-2);
}

@media (max-width: 860px) {
  .hero { grid-template-columns: 1fr; }
  .hero::after { display: none; }
  .hero__left { padding: calc(70px + 3rem) var(--pad) 3rem; text-align: center; }
  .hero__eyebrow { justify-content: center; }
  .hero__rule { margin: 0 auto 2rem; }
  .hero__btns { justify-content: center; }
  .hero__right { padding: 3rem var(--pad); min-height: 50vw; }
  .hero__logo-wrap { width: min(260px, 72%); }
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  font-family: var(--font-u); font-size: .68rem; font-weight: 400;
  letter-spacing: .18em; text-transform: uppercase;
  padding: 13px 30px; display: inline-flex; align-items: center; gap: 10px;
  transition: all .25s var(--ease); position: relative; overflow: hidden;
}
.btn::before {
  content: ''; position: absolute; inset: 0;
  background: rgba(255,255,255,.08); transform: translateX(-101%); transition: transform .35s var(--ease);
}
.btn:hover::before { transform: translateX(0); }
.btn:hover { transform: translateY(-2px); }
.btn__arrow { transition: transform .25s; }
.btn:hover .btn__arrow { transform: translateX(5px); }
.btn--light       { background: var(--cream);  color: var(--choc); border: 1px solid var(--cream); }
.btn--light:hover { background: var(--sun); border-color: var(--sun); }
.btn--outline-light { background: transparent; color: var(--cream); border: 1px solid rgba(240,216,168,.38); }
.btn--outline-light:hover { border-color: var(--gold); color: var(--gold); }
.btn--dark        { background: var(--choc); color: var(--cream); border: 1px solid var(--choc); }
.btn--dark:hover  { background: var(--brown); border-color: var(--brown); }
.btn--outline     { background: transparent; color: var(--choc); border: 1px solid rgba(48,24,0,.3); }
.btn--outline:hover { border-color: var(--amber); color: var(--amber); }
.btn--amber       { background: var(--amber); color: var(--choc); border: 1px solid var(--amber); }
.btn--amber:hover { background: var(--sun); border-color: var(--sun); }

/* ============================================================
   MASTHEAD MARQUEE
   ============================================================ */
.masthead {
  background: linear-gradient(90deg, var(--amber) 0%, #D08538 50%, var(--amber) 100%);
  overflow: hidden; position: relative;
}
.masthead__track {
  display: flex; white-space: nowrap;
  animation: marquee 30s linear infinite;
}
.masthead__track:hover { animation-play-state: paused; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.masthead__item {
  font-family: var(--font-u); font-size: .62rem; font-weight: 400;
  letter-spacing: .2em; text-transform: uppercase; color: var(--choc);
  padding: .9rem 1.75rem; display: flex; align-items: center; gap: 1.5rem;
}
.masthead__item::after { content: '✦'; font-size: .45rem; color: rgba(42,18,0,.45); }

/* ============================================================
   SHARED SECTION
   ============================================================ */
.section { padding: clamp(4.5rem, 9vw, 7rem) var(--pad); position: relative; overflow: hidden; }

/* Gradient backgrounds */
.section--linen     { background: var(--linen); }
.section--linen-mid { background: linear-gradient(180deg, var(--linen) 0%, var(--linen-mid) 100%); }
.section--white     { background: linear-gradient(180deg, var(--white) 0%, var(--linen) 100%); }
.section--dark,
.section--sunflare-dark {
  background: linear-gradient(160deg, var(--brown) 0%, var(--choc) 45%, #1A0A00 100%);
}
.section--dark-mid  {
  background: linear-gradient(160deg, #3A1A08 0%, var(--choc) 40%, #1A0800 100%);
}

/* Top hairline amber rule */
.section--ruled::before {
  content: ''; position: absolute; top: 0; left: var(--pad); right: var(--pad);
  height: 1px; background: linear-gradient(to right, transparent, var(--amber), transparent); z-index: 1;
}

.eyebrow {
  font-family: var(--font-u); font-size: .62rem; font-weight: 400;
  letter-spacing: .24em; text-transform: uppercase; color: var(--amber);
  display: flex; align-items: center; gap: 10px; margin-bottom: 1rem;
}
.eyebrow::before { content: ''; width: 24px; height: 1px; background: var(--amber); display: block; }
.eyebrow--center { justify-content: center; }
.eyebrow--center::before { display: none; }
.eyebrow--light { color: var(--sun); }
.eyebrow--light::before { background: var(--sun); }

.section-title {
  font-family: var(--font-d); font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 400; line-height: 1.1; color: var(--choc); margin-bottom: .5rem;
}
.section-title--light { color: var(--cream); }
.section-title em { font-style: italic; color: var(--amber); }
.section-title--light em { color: var(--sun); }

.section-rule { width: 40px; height: 1px; background: var(--amber); margin: 1.25rem 0 1.75rem; }
.section-rule--center { margin: 1.25rem auto 1.75rem; }

.section-sub {
  font-family: var(--font-b); font-size: 1.1rem; font-weight: 300;
  font-style: italic; color: var(--brown-2); max-width: 520px; line-height: 1.9;
}
.section-sub--light  { color: rgba(240,216,168,.65); }
.section-sub--center { text-align: center; margin: 0 auto; }

/* ============================================================
   ABOUT
   ============================================================ */
.about-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center;
  position: relative; z-index: 1;
}
.about-text p {
  font-family: var(--font-b); font-size: 1.1rem; font-weight: 300;
  color: var(--brown-2); line-height: 1.9; margin-bottom: 1.2rem;
}
.about-attrs {
  margin-top: 2.5rem; display: grid; grid-template-columns: 1fr 1fr; border-top: var(--rule);
}
.about-attr { padding: 1.1rem 0; border-bottom: var(--rule); border-right: var(--rule); }
.about-attr:nth-child(even) { border-right: none; padding-left: 1.5rem; }
.about-attr:nth-child(odd)  { padding-right: 1.5rem; }
.about-attr__label { font-family: var(--font-u); font-size: .58rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin-bottom: .35rem; }
.about-attr__val   { font-family: var(--font-d); font-size: 1.2rem; color: var(--choc); }

.portrait { position: relative; z-index: 1; }
.portrait__frame {
  padding: 10px; background: var(--amber); position: relative;
}
.portrait__frame::before, .portrait__frame::after {
  content: ''; position: absolute; width: 18px; height: 18px;
  border: 1px solid rgba(250,244,232,.6); z-index: 1;
}
.portrait__frame::before { top: -1px; left: -1px; border-right: none; border-bottom: none; }
.portrait__frame::after  { bottom: -1px; right: -1px; border-left: none; border-top: none; }
.portrait__inner {
  background: var(--linen-mid); min-height: 420px;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; position: relative;
}
/* Sunburst inside portrait — centred perfectly */
.portrait__sunburst {
  position: absolute;
  width: 140%; height: 140%; top: -20%; left: -20%;
  pointer-events: none; z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 800'%3E%3Cdefs%3E%3CradialGradient id='fade' cx='50%25' cy='50%25' r='50%25'%3E%3Cstop offset='0%25' stop-color='%23D89048' stop-opacity='0.25'/%3E%3Cstop offset='60%25' stop-color='%23D89048' stop-opacity='0.06'/%3E%3Cstop offset='100%25' stop-color='%23D89048' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3Cg transform='translate(400,400)'%3E%3Cpath d='M0,0 L-12,400 L12,400 Z' fill='%23C07830' opacity='0.18'/%3E%3Cpath d='M0,0 L-12,400 L12,400 Z' fill='%23C07830' opacity='0.18' transform='rotate(20)'/%3E%3Cpath d='M0,0 L-12,400 L12,400 Z' fill='%23C07830' opacity='0.18' transform='rotate(40)'/%3E%3Cpath d='M0,0 L-12,400 L12,400 Z' fill='%23C07830' opacity='0.18' transform='rotate(60)'/%3E%3Cpath d='M0,0 L-12,400 L12,400 Z' fill='%23C07830' opacity='0.18' transform='rotate(80)'/%3E%3Cpath d='M0,0 L-12,400 L12,400 Z' fill='%23C07830' opacity='0.18' transform='rotate(100)'/%3E%3Cpath d='M0,0 L-12,400 L12,400 Z' fill='%23C07830' opacity='0.18' transform='rotate(120)'/%3E%3Cpath d='M0,0 L-12,400 L12,400 Z' fill='%23C07830' opacity='0.18' transform='rotate(140)'/%3E%3Cpath d='M0,0 L-12,400 L12,400 Z' fill='%23C07830' opacity='0.18' transform='rotate(160)'/%3E%3Cpath d='M0,0 L-12,400 L12,400 Z' fill='%23C07830' opacity='0.18' transform='rotate(180)'/%3E%3Cpath d='M0,0 L-12,400 L12,400 Z' fill='%23C07830' opacity='0.18' transform='rotate(200)'/%3E%3Cpath d='M0,0 L-12,400 L12,400 Z' fill='%23C07830' opacity='0.18' transform='rotate(220)'/%3E%3Cpath d='M0,0 L-12,400 L12,400 Z' fill='%23C07830' opacity='0.18' transform='rotate(240)'/%3E%3Cpath d='M0,0 L-12,400 L12,400 Z' fill='%23C07830' opacity='0.18' transform='rotate(260)'/%3E%3Cpath d='M0,0 L-12,400 L12,400 Z' fill='%23C07830' opacity='0.18' transform='rotate(280)'/%3E%3Cpath d='M0,0 L-12,400 L12,400 Z' fill='%23C07830' opacity='0.18' transform='rotate(300)'/%3E%3Cpath d='M0,0 L-12,400 L12,400 Z' fill='%23C07830' opacity='0.18' transform='rotate(320)'/%3E%3Cpath d='M0,0 L-12,400 L12,400 Z' fill='%23C07830' opacity='0.18' transform='rotate(340)'/%3E%3C/g%3E%3Crect width='800' height='800' fill='url(%23fade)'/%3E%3C/svg%3E");
  background-size: 100% 100%; background-repeat: no-repeat;
  animation: burstSpin 60s linear infinite;
  transform-origin: center center;
}
.portrait__logo { width: 85%; height: auto; position: relative; z-index: 1; }
.portrait__cap {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: rgba(42,18,0,.72); padding: .6rem 1rem;
  font-family: var(--font-u); font-size: .58rem; letter-spacing: .18em;
  text-transform: uppercase; color: var(--cream); text-align: center;
  backdrop-filter: blur(4px); z-index: 2;
}

@media (max-width: 860px) {
  .about-grid { grid-template-columns: 1fr; gap: 3rem; }
  .portrait { max-width: 340px; margin: 0 auto; }
}

/* ============================================================
   COLOUR STRIP
   ============================================================ */
.colour-strip { display: grid; grid-template-columns: repeat(3, 1fr); }
.colour-strip__panel {
  padding: 3rem var(--pad); min-height: 200px;
  display: flex; flex-direction: column; justify-content: space-between;
  position: relative; overflow: hidden;
}
.colour-strip__panel--brown { background: linear-gradient(135deg, var(--brown-2) 0%, var(--brown) 100%); }
.colour-strip__panel--amber { background: linear-gradient(135deg, var(--amber) 0%, #B06820 100%); }
.colour-strip__panel--choc  { background: linear-gradient(135deg, var(--brown) 0%, var(--choc) 100%); }
.colour-strip__num {
  font-family: var(--font-d); font-size: 4.5rem; line-height: 1;
  opacity: .1; position: absolute; bottom: .25rem; right: .75rem;
}
.colour-strip__label {
  font-family: var(--font-u); font-size: .6rem; letter-spacing: .2em;
  text-transform: uppercase; opacity: .55; position: relative; z-index: 1;
}
.colour-strip__val { font-family: var(--font-d); font-size: 1.55rem; line-height: 1.2; position: relative; z-index: 1; }
.colour-strip__panel--brown .colour-strip__label,
.colour-strip__panel--brown .colour-strip__val,
.colour-strip__panel--choc  .colour-strip__label,
.colour-strip__panel--choc  .colour-strip__val  { color: var(--cream); }
.colour-strip__panel--amber .colour-strip__label,
.colour-strip__panel--amber .colour-strip__val  { color: var(--choc); }

/* ============================================================
   MENU
   ============================================================ */
.menu-tabs {
  display: flex; border-bottom: var(--rule); overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.menu-tab {
  font-family: var(--font-u); font-size: .65rem; letter-spacing: .16em;
  text-transform: uppercase; color: rgba(48,24,0,.4); padding: .9rem 1.5rem;
  white-space: nowrap; position: relative; transition: color .2s;
}
.menu-tab::after {
  content: ''; position: absolute; bottom: -1px; left: 0; right: 0;
  height: 2px; background: var(--amber); transform: scaleX(0); transition: transform .3s var(--ease);
}
.menu-tab.active, .menu-tab:hover { color: var(--choc); }
.menu-tab.active::after { transform: scaleX(1); }

.menu-item {
  display: grid; grid-template-columns: 1fr auto; align-items: baseline; gap: 2rem;
  padding: 1.4rem 0; border-bottom: var(--rule); cursor: default;
  transition: padding-left .25s var(--ease); position: relative;
}
.menu-item::before {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0;
  width: 2px; background: var(--sun);
  transform: scaleY(0); transform-origin: bottom; transition: transform .25s var(--ease);
}
.menu-item:hover { padding-left: 1rem; }
.menu-item:hover::before { transform: scaleY(1); }
.menu-item:hover .menu-item__name { color: var(--amber); }
.menu-item__name { font-family: var(--font-d); font-size: 1.3rem; color: var(--choc); transition: color .25s; }
.menu-item__desc { font-family: var(--font-b); font-size: .95rem; font-style: italic; font-weight: 300; color: var(--gold); margin-top: .2rem; }
.menu-item__price { font-family: var(--font-u); font-size: .78rem; letter-spacing: .06em; color: var(--brown-2); white-space: nowrap; }
.menu-note { margin-top: 1.75rem; text-align: center; font-family: var(--font-u); font-size: .6rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); }

/* ============================================================
   TESTIMONIALS — dark gradient + sunburst + clear text
   ============================================================ */
.testimonials-wrap {
  position: relative; overflow: hidden;
  /* Gradient bg from brownish to deep choc */
  background: linear-gradient(160deg, #3D2010 0%, var(--choc) 50%, #180800 100%);
}
/* Centre sunburst for whole testimonials section */
.testimonials-wrap .sunburst {
  width: 100vmax; height: 100vmax;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  animation: burstSpin 120s linear infinite;
  opacity: .55;
}

.testimonials-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  border: 1px solid rgba(192,120,48,.2);
  position: relative; z-index: 1;
}
.testimonial {
  padding: 2.5rem; border-right: 1px solid rgba(192,120,48,.2);
  position: relative; overflow: hidden;
  transition: background .35s;
}
.testimonial:last-child { border-right: none; }
.testimonial:hover { background: rgba(255,255,255,.04); }

.testimonial__mark {
  font-family: var(--font-d); font-size: 4rem; line-height: .7;
  color: var(--amber); margin-bottom: 1.25rem; display: block;
}
/* KEY FIX — testimonial text is now clearly readable */
.testimonial__text {
  font-family: var(--font-b); font-size: 1.05rem; font-style: italic;
  font-weight: 400;
  color: var(--cream);           /* was rgba(240,216,168,.65) — now full cream */
  line-height: 1.85; margin-bottom: 1.5rem;
  text-shadow: 0 1px 4px rgba(0,0,0,.3);  /* tiny shadow aids legibility */
}
.testimonial__attr {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font-u); font-size: .6rem; letter-spacing: .16em;
  text-transform: uppercase; color: var(--gold);
}
.testimonial__attr::before { content: ''; width: 16px; height: 1px; background: var(--amber); }

@media (max-width: 860px) {
  .testimonials-grid { grid-template-columns: 1fr; }
  .testimonial { border-right: none; border-bottom: 1px solid rgba(192,120,48,.2); }
  .testimonial:last-child { border-bottom: none; }
}

/* ============================================================
   REQUEST / FORM — dark gradient + sunburst
   ============================================================ */
.request-wrap {
  position: relative; overflow: hidden;
  background: linear-gradient(160deg, #1E0C04 0%, var(--choc) 40%, #140800 100%);
}
.request-wrap .sunburst {
  width: 80vmax; height: 80vmax;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  animation: burstSpin 100s linear infinite;
  opacity: .4;
}
.request-grid {
  display: grid; grid-template-columns: 5fr 6fr; gap: 5rem; align-items: start;
  position: relative; z-index: 1;
  padding: clamp(4.5rem, 9vw, 7rem) var(--pad);
  max-width: var(--max); margin: 0 auto;
}
.request-text p {
  font-family: var(--font-b); font-size: 1.15rem; font-weight: 400;
  color: var(--cream); line-height: 1.9; margin-bottom: 1.2rem;
}
.request-list { margin-top: 2rem; }
.request-item {
  display: flex; align-items: flex-start; gap: 1rem; padding: 1rem 0;
  border-bottom: 1px solid rgba(240,216,168,.18);
  font-family: var(--font-u); font-size: .76rem; letter-spacing: .08em;
  color: var(--linen); transition: color .2s, padding-left .2s;
}
.request-item:first-child { border-top: 1px solid rgba(240,216,168,.18); }
.request-item:hover { color: var(--sun); padding-left: .5rem; }
.request-item__num { font-family: var(--font-d); font-size: 1.1rem; color: var(--sun); min-width: 1.5rem; flex-shrink: 0; }

.form-title { font-family: var(--font-d); font-size: 1.7rem; color: var(--cream); margin-bottom: 2rem; }
.fg { margin-bottom: 1.5rem; }
.fg label {
  display: block; font-family: var(--font-u); font-size: .58rem;
  letter-spacing: .2em; text-transform: uppercase;
  color: rgba(240,216,168,.7); margin-bottom: .4rem;
}
.fg input, .fg select, .fg textarea {
  width: 100%; background: transparent; border: none;
  border-bottom: 1px solid rgba(240,216,168,.35);
  padding: .65rem 0; font-family: var(--font-b); font-size: 1.05rem; font-weight: 300;
  color: var(--cream); outline: none; transition: border-color .25s;
  border-radius: 0; -webkit-appearance: none;
}
.fg input::placeholder, .fg textarea::placeholder { color: rgba(240,216,168,.35); font-style: italic; }
.fg input:focus, .fg select:focus, .fg textarea:focus { border-bottom-color: var(--sun); }
.fg select { color: rgba(240,216,168,.75); cursor: pointer; }
.fg select option { background: var(--brown); color: var(--cream); }
.fg textarea { resize: none; height: 80px; }
.fg-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.fg__err { font-family: var(--font-u); font-size: .6rem; color: #f08060; margin-top: .3rem; display: none; }
.fg__err.show { display: block; }
.form__hp { position: absolute; left: -9999px; }
.form-submit {
  font-family: var(--font-u); font-size: .68rem; font-weight: 400;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--choc); background: var(--cream); border: 1px solid var(--cream);
  padding: 13px 36px; cursor: pointer; margin-top: .5rem;
  display: inline-flex; align-items: center; gap: 10px;
  transition: background .2s, border-color .2s, transform .2s;
}
.form-submit:hover { background: var(--sun); border-color: var(--sun); transform: translateY(-2px); }
.form-thankyou { display: none; }
.form-thankyou.show { display: block; }
.form-thankyou h4 { font-family: var(--font-d); font-size: 1.8rem; color: var(--cream); margin-bottom: .5rem; }
.form-thankyou p  { font-family: var(--font-b); font-style: italic; color: rgba(240,216,168,.55); }

@media (max-width: 860px) {
  .request-grid { grid-template-columns: 1fr; gap: 3rem; }
  .fg-row { grid-template-columns: 1fr; }
}

/* ============================================================
   GALLERY
   ============================================================ */
.gallery-grid {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 2px;
  background: var(--linen-deep); position: relative; z-index: 1;
}
.gallery-item {
  aspect-ratio: 1; overflow: hidden; position: relative;
  background: var(--linen-mid); cursor: pointer;
}
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease), filter .5s; filter: sepia(12%); }
.gallery-item:hover img { transform: scale(1.06); filter: sepia(0%); }
.gallery-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 2.5rem; color: var(--gold); opacity: .35; background: var(--linen-mid); }
.gallery-item::after { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 50% 50%, rgba(240,168,72,.15) 0%, transparent 65%); opacity: 0; transition: opacity .4s; }
.gallery-item:hover::after { opacity: 1; }

/* ============================================================
   BLOG
   ============================================================ */
.blog-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(300px,1fr));
  gap: 1px; background: var(--linen-deep); position: relative; z-index: 1;
}
.blog-card { background: var(--linen); padding: 2rem; transition: background .25s; }
.blog-card:hover { background: var(--white); }
.blog-cat { font-family: var(--font-u); font-size: .58rem; letter-spacing: .22em; text-transform: uppercase; color: var(--amber); margin-bottom: .75rem; display: block; }
.blog-title { font-family: var(--font-d); font-size: 1.35rem; color: var(--choc); margin-bottom: .65rem; line-height: 1.2; }
.blog-excerpt { font-family: var(--font-b); font-size: .98rem; font-weight: 300; font-style: italic; color: var(--brown-2); line-height: 1.75; margin-bottom: 1.1rem; }
.blog-meta { font-family: var(--font-u); font-size: .6rem; letter-spacing: .1em; color: var(--gold); border-top: var(--rule); padding-top: .75rem; display: flex; justify-content: space-between; }
.blog-read { font-family: var(--font-u); font-size: .6rem; letter-spacing: .14em; text-transform: uppercase; color: var(--choc); display: inline-flex; align-items: center; gap: 6px; transition: gap .2s, color .2s; }
.blog-card:hover .blog-read { gap: 10px; color: var(--amber); }

/* ============================================================
   CONTACT
   ============================================================ */
.contact-grid {
  display: grid; grid-template-columns: 4fr 5fr; gap: 5rem; align-items: start;
  position: relative; z-index: 1;
}
.contact-item { padding: 1.2rem 0; border-bottom: var(--rule); }
.contact-item:first-child { border-top: var(--rule); }
.contact-item__label { font-family: var(--font-u); font-size: .58rem; letter-spacing: .2em; text-transform: uppercase; color: var(--amber); margin-bottom: .35rem; }
.contact-item__val { font-family: var(--font-b); font-size: 1.05rem; font-weight: 300; color: var(--brown-2); }
.contact-item__val a { color: var(--amber); }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; gap: 3rem; } }

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: linear-gradient(160deg, var(--brown) 0%, var(--choc) 50%, #180800 100%);
  padding: clamp(3rem,6vw,5rem) var(--pad) 2rem;
  position: relative; overflow: hidden;
}
/* Footer sunburst — subtle, centred bottom */
.footer .sunburst {
  width: 80vmax; height: 80vmax;
  bottom: -40vmax; left: 50%;
  transform: translateX(-50%);
  animation: burstSpin 120s linear infinite;
  opacity: .25;
  top: auto;
}
.footer::after {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(to right, var(--brown), var(--amber), var(--sun), var(--gold), var(--amber), var(--brown));
  z-index: 2;
}
.footer-top {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3.5rem; padding-bottom: 3rem;
  border-bottom: 1px solid rgba(240,216,168,.1);
  position: relative; z-index: 1;
}
.footer-logo { height: 52px; width: 52px; object-fit: contain; margin-bottom: .75rem; filter: drop-shadow(0 2px 10px rgba(192,120,48,.35)); }
.footer-name { font-family: var(--font-d); font-size: 1.6rem; color: var(--cream); margin-bottom: .6rem; }
.footer-desc { font-family: var(--font-b); font-size: .95rem; font-weight: 300; font-style: italic; color: rgba(240,216,168,.38); line-height: 1.8; max-width: 240px; }
.footer-social { display: flex; gap: 8px; margin-top: 1rem; }
.footer-social-btn {
  width: 34px; height: 34px; border: 1px solid rgba(240,216,168,.14);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-u); font-size: .7rem; color: rgba(240,216,168,.4);
  transition: all .2s;
}
.footer-social-btn:hover { border-color: var(--amber); color: var(--amber); background: rgba(192,120,48,.1); }
.footer-col-head { font-family: var(--font-u); font-size: .6rem; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.1rem; }
.footer-links { display: flex; flex-direction: column; gap: .6rem; }
.footer-links a { font-family: var(--font-u); font-size: .75rem; color: rgba(240,216,168,.38); transition: color .2s; }
.footer-links a:hover { color: var(--cream); }
.footer-contact-line { font-family: var(--font-u); font-size: .75rem; color: rgba(240,216,168,.38); margin-bottom: .6rem; }
.footer-contact-line a { color: rgba(240,216,168,.38); transition: color .2s; }
.footer-contact-line a:hover { color: var(--cream); }
.footer-bottom {
  max-width: var(--max); margin: 1.75rem auto 0;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem;
  font-family: var(--font-u); font-size: .6rem; letter-spacing: .12em; text-transform: uppercase;
  color: rgba(240,216,168,.2); position: relative; z-index: 1;
}
.footer-bottom a { color: rgba(240,216,168,.2); transition: color .2s; }
.footer-bottom a:hover { color: rgba(240,216,168,.55); }
@media (max-width: 1024px) { .footer-top { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px)  { .footer-top { grid-template-columns: 1fr; } }

/* ============================================================
   WHATSAPP / COOKIE
   ============================================================ */
.wa {
  position: fixed; bottom: 1.75rem; right: 1.75rem; z-index: 400;
  width: 52px; height: 52px; background: #25D366; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 16px rgba(37,211,102,.4);
  transition: transform .2s var(--spring), box-shadow .2s;
}
.wa:hover { transform: scale(1.1); box-shadow: 0 6px 24px rgba(37,211,102,.55); }
.wa::before { content: ''; position: absolute; inset: 0; border-radius: 50%; background: #25D366; animation: wap 2.5s ease-out infinite; }
@keyframes wap { 0%{transform:scale(1);opacity:.4} 100%{transform:scale(2.2);opacity:0} }
.wa svg { width: 26px; height: 26px; position: relative; z-index: 1; }

.cookie {
  position: fixed; bottom: 1.5rem; left: 1.5rem; max-width: 480px;
  background: var(--brown); border: 1px solid rgba(240,216,168,.15);
  padding: 1.25rem 1.5rem; z-index: 400;
  display: flex; gap: 1rem; align-items: center; flex-wrap: wrap;
  animation: fadeUp .4s both;
}
.cookie.hidden { display: none; }
.cookie-text { flex: 1; font-family: var(--font-b); font-size: .95rem; font-weight: 300; font-style: italic; color: rgba(240,216,168,.58); line-height: 1.6; min-width: 160px; }
.cookie-text a { color: var(--gold); }
.cookie-btns { display: flex; gap: 8px; }
.cookie-accept { font-family: var(--font-u); font-size: .6rem; letter-spacing: .16em; text-transform: uppercase; background: var(--cream); color: var(--choc); padding: 8px 18px; border: none; cursor: pointer; transition: background .2s; }
.cookie-accept:hover { background: var(--sun); }
.cookie-decline { font-family: var(--font-u); font-size: .6rem; letter-spacing: .16em; text-transform: uppercase; background: transparent; color: rgba(240,216,168,.38); padding: 8px 18px; border: 1px solid rgba(240,216,168,.2); cursor: pointer; transition: all .2s; }
.cookie-decline:hover { color: var(--cream); border-color: rgba(240,216,168,.45); }
@media (max-width: 560px) { .cookie { bottom: 0; left: 0; right: 0; max-width: 100%; } }

/* ============================================================
   PAGE HERO (inner pages)
   ============================================================ */
.page-hero {
  background: linear-gradient(160deg, var(--brown) 0%, var(--choc) 50%, #180800 100%);
  padding: calc(70px + 5rem) var(--pad) 4rem;
  position: relative; overflow: hidden;
  border-bottom: 2px solid var(--amber);
}
.page-hero .sunburst {
  width: 100%; height: 100%;
  top: 0; left: 0;
  opacity: .55; animation-duration: 120s;
}
.page-hero__inner { position: relative; z-index: 1; max-width: var(--max); margin: 0 auto; }
.breadcrumb {
  font-family: var(--font-u); font-size: .6rem; letter-spacing: .18em; text-transform: uppercase;
  color: rgba(240,216,168,.38); display: flex; align-items: center; gap: .6rem; margin-bottom: 1.5rem;
}
.breadcrumb a { color: rgba(240,216,168,.38); transition: color .2s; }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb span { color: var(--gold); }

/* ============================================================
   PROSE
   ============================================================ */
.prose { max-width: 720px; margin: 0 auto; padding: 4rem var(--pad); }
.prose h2 { font-family: var(--font-d); font-size: 1.7rem; color: var(--choc); margin: 2.5rem 0 .6rem; }
.prose h3 { font-family: var(--font-d); font-size: 1.15rem; font-style: italic; color: var(--amber); margin: 1.5rem 0 .4rem; }
.prose p  { font-family: var(--font-b); font-size: 1.05rem; font-weight: 300; color: var(--brown-2); line-height: 1.9; margin-bottom: 1rem; }
.prose ul { list-style: none; padding: 0; margin-bottom: 1rem; }
.prose ul li { font-family: var(--font-b); font-size: 1.05rem; font-weight: 300; color: var(--brown-2); line-height: 1.9; padding-left: 1.5rem; position: relative; }
.prose ul li::before { content: '—'; position: absolute; left: 0; color: var(--amber); }
.prose a { color: var(--amber); border-bottom: 1px solid rgba(192,120,48,.3); transition: border-color .2s; }
.prose strong { font-weight: 600; color: var(--choc); }

/* ============================================================
   KEYFRAMES
   ============================================================ */
@keyframes fadeUp { from { opacity:0; transform:translateY(18px); } to { opacity:1; transform:none; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

/* ============================================================
   CONTACT FORM — LIGHT BACKGROUND VARIANT
   The contact page form sits on --white, not dark bg
   ============================================================ */
.fg--light label {
  color: var(--choc) !important;
  opacity: 1 !important;
  font-weight: 500;
}
.fg--light input,
.fg--light select,
.fg--light textarea {
  color: var(--choc) !important;
  border-bottom: 1px solid rgba(48,24,0,.3) !important;
  background: transparent !important;
}
.fg--light input::placeholder,
.fg--light textarea::placeholder {
  color: var(--brown-2) !important;
  opacity: .5 !important;
  font-style: italic;
}
.fg--light input:focus,
.fg--light select:focus,
.fg--light textarea:focus {
  border-bottom-color: var(--amber) !important;
  box-shadow: 0 2px 0 rgba(192,120,48,.2);
}
.fg--light select { color: var(--brown-2) !important; }
.fg--light select option { color: var(--choc); background: var(--linen); }

.form-title--light { color: var(--choc); }

.form-submit--light {
  background: var(--choc); color: var(--cream);
  border-color: var(--choc);
}
.form-submit--light:hover { background: var(--amber); border-color: var(--amber); }

/* Contact info items on light bg */
.contact-item { padding: 1.2rem 0; border-bottom: var(--rule); }
.contact-item:first-child { border-top: var(--rule); }
.contact-item__label {
  font-family: var(--font-u); font-size: .58rem; letter-spacing: .2em;
  text-transform: uppercase; color: var(--amber); margin-bottom: .35rem;
}
.contact-item__val {
  font-family: var(--font-b); font-size: 1.05rem; font-weight: 300; color: var(--choc);
}
.contact-item__val a { color: var(--amber); }
.contact-item__val a:hover { color: var(--brown); }

/* ============================================================
   SAFE ANIMATION SYSTEM — content always visible
   No opacity:0 hiding. Animations are enhancement only.
   ============================================================ */

/* sr classes are now always visible — see scroll reveal block */

/* Page sections fade in gently via CSS animation — no JS needed */
.fade-in { animation: gentleFadeIn .6s ease both; }
.fade-in-up { animation: gentleFadeUp .6s ease both; }
.fade-in-left { animation: gentleFadeLeft .5s ease both; }
.fade-in-right { animation: gentleFadeRight .5s ease both; }

.delay-1 { animation-delay: .1s; }
.delay-2 { animation-delay: .2s; }
.delay-3 { animation-delay: .3s; }
.delay-4 { animation-delay: .4s; }
.delay-5 { animation-delay: .5s; }

@keyframes gentleFadeIn   { from { opacity: 0; }                            to { opacity: 1; } }
@keyframes gentleFadeUp   { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes gentleFadeLeft { from { opacity: 0; transform: translateX(-18px); } to { opacity: 1; transform: none; } }
@keyframes gentleFadeRight{ from { opacity: 0; transform: translateX(18px); }  to { opacity: 1; transform: none; } }

/* Page hero content — animate in automatically, no JS */
.page-hero .eyebrow   { animation: gentleFadeIn .5s .1s both; }
.page-hero .section-title { animation: gentleFadeUp .6s .15s both; }
.page-hero .section-rule  { animation: gentleFadeIn .5s .35s both; }
.page-hero .section-sub   { animation: gentleFadeUp .6s .25s both; }
.page-hero .breadcrumb    { animation: gentleFadeIn .4s .05s both; }

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .fade-in, .fade-in-up, .fade-in-left, .fade-in-right,
  .page-hero .eyebrow, .page-hero .section-title,
  .page-hero .section-rule, .page-hero .section-sub,
  .page-hero .breadcrumb { animation: none; }
}

/* ============================================================
   COMPREHENSIVE MOBILE FIX
   ============================================================ */

/* ── 1. Navbar over dark hero — light text when not scrolled ── */
.navbar:not(.scrolled) .navbar__logo-text {
  color: var(--cream);
}
.navbar:not(.scrolled) .navbar__toggle-line {
  background: var(--cream);
}
/* Once scrolled (cream bg) — dark text */
.navbar.scrolled .navbar__logo-text {
  color: var(--choc);
}
.navbar.scrolled .navbar__toggle-line {
  background: var(--choc);
}

/* ── 2. Hero — show logo/cream panel FIRST on mobile ── */
@media (max-width: 860px) {
  .hero__right {
    order: -1;                                  /* logo panel goes first */
    padding-top: calc(70px + 2rem);             /* space for fixed navbar */
    padding-bottom: 2.5rem;
    min-height: auto;
  }
  .hero__left {
    order: 1;
    padding: 2.5rem var(--pad) 3.5rem;          /* no extra top space needed */
    text-align: center;
  }
  .hero__logo-wrap {
    width: min(240px, 65vw);
    margin: 0 auto;
  }
}

/* ── 3. Colour strip — stack vertically on mobile ── */
@media (max-width: 860px) {
  .colour-strip {
    grid-template-columns: 1fr;
  }
  .colour-strip__panel {
    min-height: 110px;
    padding: 1.5rem var(--pad);
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .colour-strip__num {
    font-size: 3rem;
    position: static;
    opacity: .15;
  }
}

/* ── 4. Portrait inner — sensible height on mobile ── */
@media (max-width: 860px) {
  .portrait__inner {
    min-height: 260px;
  }
  .portrait__logo {
    width: 70%;
  }
}

/* ── 5. Section padding — tighter on mobile ── */
@media (max-width: 860px) {
  .section {
    padding: 3.5rem var(--pad);
  }
  .section--ruled::before {
    left: var(--pad);
    right: var(--pad);
  }
}

/* ── 6. About grid gap on mobile ── */
@media (max-width: 860px) {
  .about-attrs {
    grid-template-columns: 1fr 1fr;
  }
  .about-attr:nth-child(odd)  { padding-right: 1rem; }
  .about-attr:nth-child(even) { padding-left:  1rem; }
}

/* ── 7. Menu tabs — scrollable on mobile, no truncation ── */
@media (max-width: 860px) {
  .menu-tabs {
    gap: 0;
  }
  .menu-tab {
    padding: .75rem 1rem;
    font-size: .62rem;
  }
  .menu-item {
    gap: 1rem;
  }
  .menu-item__name {
    font-size: 1.1rem;
  }
}

/* ── 8. Testimonials — better mobile cards ── */
@media (max-width: 860px) {
  .testimonial {
    padding: 1.75rem var(--pad);
  }
  .testimonial__mark {
    font-size: 2.5rem;
  }
  .testimonial__text {
    font-size: .95rem;
  }
}

/* ── 9. Request section — mobile padding ── */
@media (max-width: 860px) {
  .request-grid {
    padding: 3.5rem var(--pad);
    gap: 2.5rem;
  }
  .form-title {
    font-size: 1.4rem;
  }
}

/* ── 10. Page hero — tighter on mobile ── */
@media (max-width: 860px) {
  .page-hero {
    padding: calc(70px + 3rem) var(--pad) 3rem;
  }
  .page-hero .section-title {
    font-size: clamp(1.8rem, 7vw, 2.8rem);
  }
}

/* ── 11. Blog grid — single column on small screens ── */
@media (max-width: 600px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
}

/* ── 12. Prevent sunburst overflow on mobile ── */
@media (max-width: 860px) {
  .hero__right,
  .testimonials-wrap,
  .request-wrap,
  .page-hero,
  .footer,
  .portrait__inner {
    overflow: hidden;
  }
  /* Sunbursts that are too large for mobile — scale down */
  .sunburst[style*="80vmax"],
  .sunburst[style*="100vmax"] {
    width: 200% !important;
    height: 200% !important;
    top: -50% !important;
    left: -50% !important;
  }
}

/* ── 13. Footer on mobile — compact ── */
@media (max-width: 560px) {
  .footer {
    padding: 2.5rem var(--pad) 1.5rem;
  }
  .footer-top {
    gap: 1.5rem;
    padding-bottom: 2rem;
  }
  .footer-name {
    font-size: 1.3rem;
  }
  .footer-desc {
    max-width: 100%;
  }
}

/* ── 14. WA button — smaller on mobile ── */
@media (max-width: 560px) {
  .wa {
    width: 48px;
    height: 48px;
    bottom: 1.25rem;
    right: 1.25rem;
  }
  .wa svg {
    width: 22px;
    height: 22px;
  }
}

/* ── 15. Colour strip panels — fix label/val alignment ── */
@media (max-width: 600px) {
  .colour-strip__panel {
    min-height: 90px;
    padding: 1.25rem var(--pad);
  }
  .colour-strip__val {
    font-size: 1.25rem;
  }
}

/* ── 16. Hero text — readable sizes on mobile ── */
@media (max-width: 480px) {
  .hero__title {
    font-size: clamp(2.4rem, 8vw, 3.5rem);
  }
  .hero__sub {
    font-size: 1rem;
  }
  .hero__btns {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .hero__btns .btn {
    width: 100%;
    justify-content: center;
  }
}

/* ── Menu coming soon — stack on mobile ── */
@media (max-width: 860px) {
  #menu .container > div[style*="grid-template-columns"] {
    grid-template-columns: 1fr !important;
    gap: 2.5rem !important;
  }
  #menu img { width: 160px !important; height: 160px !important; }
}
