/* =====================================================================
   Chic Rustic Bistro & Gift Emporium — styles
   One-page site. Sections alternate between textured sage green and
   warm cream paper. Botanical SVG branches, tilted paper notes, chalk
   labels and a rubber stamp give the "chic rustic" feel.
   ===================================================================== */

/* ---------- Reset / base -------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
html, body { max-width: 100%; overflow-x: hidden; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: 1.7;
  color: var(--ink);
  background: var(--cream-100);
  -webkit-font-smoothing: antialiased;
}
img, svg, video, iframe { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
figure { margin: 0; }
address { font-style: normal; }
h1, h2, h3 { margin: 0; font-family: var(--font-display); font-weight: 500; line-height: 1.05; }
p { margin: 0; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
:focus-visible { outline: 2px solid var(--gold-400); outline-offset: 3px; border-radius: 4px; }

.container { width: min(100% - 2 * var(--gutter), var(--container)); margin-inline: auto; }

.skip-link {
  position: absolute; top: -100px; left: 1rem; z-index: 1000;
  padding: .6rem 1rem; background: var(--green-800); color: var(--cream-50);
  border-radius: 0 0 var(--radius-sm) var(--radius-sm); font-size: var(--fs-small);
}
.skip-link:focus { top: 0; }

/* ---------- Texture ------------------------------------------------- */
.textured { position: relative; isolation: isolate; }
.textured::before {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(ellipse at 15% 10%, rgba(255,255,255,.10), transparent 55%),
    radial-gradient(ellipse at 85% 90%, rgba(0,0,0,.14), transparent 55%),
    radial-gradient(ellipse at 70% 20%, rgba(255,255,255,.05), transparent 45%),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 .55 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
  background-size: auto, auto, auto, 220px 220px;
  opacity: .9; mix-blend-mode: soft-light;
}
.theme-cream.section {
  background-image:
    radial-gradient(ellipse at 100% 0%, rgba(83,116,97,.08), transparent 45%),
    radial-gradient(ellipse at 0% 100%, rgba(217,195,188,.22), transparent 45%);
}

/* ---------- Typography helpers --------------------------------------- */
.eyebrow {
  font-size: var(--fs-eyebrow); letter-spacing: .22em; text-transform: uppercase;
  font-weight: 600; color: var(--fg-muted, var(--ink-soft)); display: flex; flex-wrap: wrap;
  justify-content: center; gap: .35rem .9rem; align-items: center;
}
.eyebrow--dots span:not(:last-child)::after { content: "•"; margin-left: .9rem; color: var(--gold-400); }
.eyebrow--rule span { display: inline-flex; align-items: center; gap: .9rem; }
.eyebrow--rule span::before, .eyebrow--rule span::after { content: ""; width: 42px; height: 1px; background: var(--rule, rgba(83,116,97,.4)); }
.eyebrow--left { justify-content: flex-start; }
.eyebrow--center { justify-content: center; margin-top: 1.1rem; }
.eyebrow--soft { letter-spacing: .16em; font-weight: 500; margin-top: 1.4rem; }
.ico-inline { width: 16px; height: 16px; color: var(--blush); }

.script { font-family: var(--font-script); font-weight: 400; line-height: 1.15; color: var(--accent, var(--green-800)); }
.script--lg { font-size: clamp(1.9rem, 3vw, 2.7rem); text-align: center; }
.script--left { text-align: left; }
.script--xl { font-size: clamp(2.4rem, 5vw, 4.4rem); color: var(--cream-100); text-align: center; text-shadow: 0 6px 30px rgba(0,0,0,.35); }
.script--corner {
  position: absolute; font-size: clamp(1.5rem, 2.2vw, 2.1rem); color: rgba(243,237,227,.55);
  transform: rotate(-6deg); pointer-events: none; line-height: 1.1;
}
.gallery .script--corner { right: clamp(1rem, 6vw, 5rem); bottom: 1.5rem; }
.script--tr { top: clamp(1.4rem, 4vw, 3rem); right: clamp(1rem, 5vw, 4rem); text-align: right; transform: rotate(4deg); }
.script--bl { left: clamp(1rem, 5vw, 4rem); bottom: clamp(1.2rem, 3vw, 2.6rem); }

.section { position: relative; padding-block: var(--section-pad); overflow: hidden; }
.section-head { text-align: center; max-width: 760px; margin: 0 auto clamp(2.6rem, 5vw, 4rem); }
.section-head > * + * { margin-top: 1rem; }
.section-title { font-size: var(--fs-h2); letter-spacing: .01em; }
.section-title--spaced { letter-spacing: .06em; text-transform: uppercase; font-weight: 500; font-size: clamp(2rem, 3.8vw, 3.4rem); }
.section-title--left { text-align: left; }
.section-intro { font-size: var(--fs-lead); color: var(--fg-muted); max-width: 640px; margin-inline: auto; }
.head-mark { width: 72px; height: 72px; margin: 0 auto; border-radius: 50%; box-shadow: 0 14px 30px -14px rgba(0,0,0,.6); }

/* ---------- Buttons ------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; gap: .55rem; padding: .95rem 1.7rem;
  border-radius: 999px; font-weight: 600; font-size: .86rem; letter-spacing: .08em; text-transform: uppercase;
  border: 1.5px solid transparent; transition: transform var(--dur-fast) var(--ease-out), background var(--dur-fast), color var(--dur-fast), box-shadow var(--dur-fast);
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-ico { width: 18px; height: 18px; flex: none; }
.btn-cream { background: var(--cream-100); color: var(--green-800); box-shadow: 0 12px 30px -14px rgba(0,0,0,.5); }
.btn-cream:hover { background: #fff; }
.btn-green { background: var(--sage-500); color: var(--cream-50); box-shadow: 0 14px 30px -16px rgba(48,88,73,.7); }
.btn-green:hover { background: var(--green-800); }
.btn-outline-light { border-color: rgba(243,237,227,.7); color: var(--cream-100); }
.btn-outline-light:hover { background: rgba(243,237,227,.14); border-color: var(--cream-100); }
.btn-outline-green { border-color: var(--sage-500); color: var(--green-800); }
.btn-outline-green:hover { background: rgba(83,116,97,.1); }
.btn-sm { padding: .7rem 1.25rem; font-size: .76rem; }
.btn-row { display: flex; flex-wrap: wrap; gap: .8rem 1rem; }
.btn-row--center { justify-content: center; margin-top: clamp(2rem, 4vw, 3rem); }

/* ---------- Decorations ---------------------------------------------- */
/* Watercolour eucalyptus branches (symbols generated by tools/make-botanical-svg.py).
   Colours come from custom properties so the same art reads as pale cream/grey washes on green
   and as muted sage/grey-green on cream — matching the leaves printed on the real menus. */
.branch {
  position: absolute; pointer-events: none; z-index: 0; overflow: visible; opacity: .8;
  --leaf-1: #D3D0D8; --leaf-2: #C2CFC0; --leaf-3: #E8EAE1; --leaf-4: #AEBCAB; --stem: #C9B9A3;
}
.theme-cream .branch, .hero ~ .theme-cream .branch {
  --leaf-1: #B3B1BE; --leaf-2: #9DB29C; --leaf-3: #C6D2C1; --leaf-4: #80998A; --stem: #9A8B78; opacity: .78;
}
.branch--drape  { width: clamp(90px, 11vw, 170px); aspect-ratio: 220 / 520; }
.branch--sweep  { width: clamp(220px, 30vw, 460px); aspect-ratio: 420 / 300; }
.branch--corner { width: clamp(170px, 22vw, 330px); aspect-ratio: 1; }
.branch--accent { width: clamp(70px, 8vw, 120px); aspect-ratio: 120 / 140; }
.branch--arch   { width: clamp(280px, 44vw, 640px); aspect-ratio: 460 / 190; }
.branch--tr { right: -1%; top: -2%; }
.branch--tl { left: -1%; top: -2%; }
.branch--br { right: -2%; bottom: -3%; }
.branch--bl { left: -1%; bottom: -2%; }
.branch--bottom { left: 50%; bottom: -1.5rem; transform: translateX(-50%) scaleY(-1); opacity: .55; }
.branch--flip { transform: scaleX(-1); }
.branch--upside { transform: rotate(180deg); }
.branch--rise { transform: scaleY(-1) scaleX(-1); bottom: -1%; left: -4%; }
.branch--drape.branch--tl { left: 1.5%; top: 0; }
.branch--drape.branch--tr { right: 2%; top: 0; }
.branch--sweep.branch--bl { left: -2%; bottom: -3%; }
.branch--accent.branch--bl { left: 2%; bottom: 1.5rem; transform: rotate(-12deg); }
.branch--footer { opacity: .4; }
.head-sprig { width: clamp(150px, 16vw, 210px); aspect-ratio: 260 / 110; margin: 0 auto .2rem; overflow: visible;
  --leaf-1: #D3D0D8; --leaf-2: #C2CFC0; --leaf-3: #E8EAE1; --leaf-4: #AEBCAB; --stem: #C9B9A3; }
.theme-cream .head-sprig { --leaf-1: #B3B1BE; --leaf-2: #9DB29C; --leaf-3: #C6D2C1; --leaf-4: #80998A; --stem: #9A8B78; }
.section-head .head-sprig + .eyebrow { margin-top: .4rem; }
@media (max-width: 767px) {
  .branch--drape, .branch--accent { display: none; }
  .branch { opacity: .55; }
}

.paper-note {
  position: absolute; z-index: 3; padding: 1rem 1.3rem 1.1rem; min-width: 150px;
  background: var(--paper); color: var(--green-800); font-family: var(--font-script);
  font-size: clamp(1.35rem, 1.8vw, 1.75rem); line-height: 1.1; text-align: center;
  box-shadow: 0 16px 34px -18px rgba(38,51,44,.55), 0 2px 4px rgba(0,0,0,.08);
  transform: rotate(-4deg);
  clip-path: polygon(1% 4%, 30% 1%, 62% 3%, 99% 0%, 100% 40%, 98% 70%, 100% 97%, 68% 100%, 35% 97%, 2% 100%, 0% 62%, 1% 30%);
}
.paper-note::before {
  content: ""; position: absolute; left: 50%; top: -9px; width: 64px; height: 20px; transform: translateX(-50%) rotate(-2deg);
  background: rgba(217,195,188,.65); box-shadow: 0 1px 2px rgba(0,0,0,.08);
}
.note-heart { width: 20px; height: 20px; display: inline-block; vertical-align: middle; color: var(--blush); margin-left: .15rem; }

.chalk {
  position: absolute; z-index: 3; padding: .45rem .9rem; background: #1F231F; color: var(--cream-50);
  font-family: var(--font-script); font-size: 1.35rem; line-height: 1; border-radius: 3px;
  box-shadow: 0 8px 20px -10px rgba(0,0,0,.6); transform: rotate(-3deg); border: 3px solid #3a3d38;
}
.chalk--bl { left: -14px; bottom: 18px; }
.chalk--br { right: -14px; bottom: 18px; transform: rotate(3deg); }

.stamp {
  position: absolute; z-index: 3; width: 122px; height: 122px; border-radius: 50%;
  background: var(--sage-400); color: var(--cream-50); display: flex; flex-direction: column; align-items: center; justify-content: center;
  font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 600; line-height: 1.35; text-align: center;
  box-shadow: inset 0 0 0 3px var(--sage-400), inset 0 0 0 5px var(--cream-100), 0 16px 30px -16px rgba(0,0,0,.6);
  transform: rotate(8deg);
}
.stamp-heart { width: 18px; height: 18px; color: var(--blush); margin-bottom: .3rem; }

.rule-heart { display: flex; align-items: center; justify-content: center; gap: .8rem; color: var(--blush); }
.rule-heart span { width: 70px; height: 1px; background: var(--rule); }
.rule-heart svg { width: 18px; height: 18px; }

.tagline-rule {
  display: flex; align-items: center; justify-content: center; gap: 1.2rem; margin-top: clamp(2.5rem, 5vw, 4rem);
  font-family: var(--font-script); font-size: clamp(1.7rem, 2.6vw, 2.3rem); color: var(--sage-500);
}
.tagline-rule span { flex: 0 1 120px; height: 1px; background: var(--rule); }

/* ---------- Header --------------------------------------------------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100; height: var(--header-h);
  color: var(--cream-100); transition: background var(--dur) , box-shadow var(--dur), height var(--dur);
  background: linear-gradient(to bottom, rgba(36,68,58,.55), rgba(36,68,58,0));
}
.site-header.is-scrolled { background: rgba(48,88,73,.96); box-shadow: 0 10px 30px -18px rgba(0,0,0,.6); backdrop-filter: blur(8px); height: 72px; }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }

.brand { display: inline-flex; align-items: center; gap: .8rem; }
.brand-mark { width: 50px; height: 50px; flex: none; border-radius: 50%; object-fit: cover; box-shadow: 0 6px 18px -8px rgba(0,0,0,.5); transition: transform var(--dur) var(--ease-out); }
.brand:hover .brand-mark { transform: rotate(-6deg) scale(1.06); }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name { font-family: var(--font-display); font-size: 1.15rem; font-weight: 600; letter-spacing: .03em; }
.brand-script { font-family: var(--font-script); font-size: 1.05rem; color: var(--blush); margin-top: .15rem; }

.site-nav { display: flex; align-items: center; gap: 1.6rem; }
.site-nav ul { display: flex; gap: clamp(.9rem, 1.6vw, 1.5rem); }
.site-nav ul a {
  position: relative; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 600; padding: .4rem 0;
  color: rgba(243,237,227,.9);
}
.site-nav ul a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1.5px; background: var(--gold-400); transform: scaleX(0); transform-origin: left; transition: transform var(--dur-fast) var(--ease-out); }
.site-nav ul a:hover::after, .site-nav ul a.is-active::after { transform: scaleX(1); }
.nav-cta { padding: .6rem 1.15rem; font-size: .74rem; }
.nav-toggle { display: none; width: 44px; height: 44px; flex-direction: column; justify-content: center; align-items: center; gap: 6px; }
.nav-toggle span { width: 26px; height: 2px; background: var(--cream-100); border-radius: 2px; transition: transform var(--dur-fast), opacity var(--dur-fast); }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

@media (max-width: 1023px) {
  .nav-toggle { display: flex; }
  .site-nav {
    position: fixed; inset: 0; z-index: 90; flex-direction: column; justify-content: center; gap: 2.2rem; padding: 6rem 2rem 3rem;
    background: linear-gradient(160deg, var(--green-800), var(--sage-600));
    opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity var(--dur) var(--ease-out), transform var(--dur) var(--ease-out), visibility 0s linear var(--dur);
  }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; }
  .site-nav ul { flex-direction: column; align-items: center; gap: 1.1rem; }
  .site-nav ul a { font-family: var(--font-display); font-size: 1.8rem; letter-spacing: .04em; text-transform: none; font-weight: 500; }
  .nav-toggle { position: relative; z-index: 95; }
  .site-header.nav-open { background: transparent; box-shadow: none; }
  .brand { position: relative; z-index: 95; }
}
@media (max-width: 480px) {
  .brand-name { font-size: 1rem; }
  .brand-script { display: none; }
  .brand-mark { width: 42px; height: 42px; }
}

/* ---------- Hero ----------------------------------------------------- */
.hero {
  position: relative; min-height: 100vh; min-height: 100svh; display: flex; align-items: center;
  color: var(--cream-100); background: var(--sage-600); overflow: hidden; padding: calc(var(--header-h) + 3rem) 0 5rem;
}
.hero-media { position: absolute; inset: 0; left: 30%; }
.hero-media-el { width: 100%; height: 100%; object-fit: cover; object-position: 60% 50%; }
.hero-wash {
  position: absolute; inset: 0;
  background:
    linear-gradient(to right, rgba(83,116,97,1) 0%, rgba(83,116,97,.96) 32%, rgba(83,116,97,.72) 50%, rgba(83,116,97,.30) 70%, rgba(83,116,97,.08) 100%),
    linear-gradient(to top, rgba(48,88,73,.55), transparent 35%);
}
.hero .branch { z-index: 1; opacity: .6; }
.hero .branch--drape { top: calc(var(--header-h) - 10px); left: -1.5%; opacity: .45; }
@media (max-width: 1023px) { .hero .branch--drape { display: none; } }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 620px) 1fr; align-items: center; gap: 2rem; width: min(100% - 2 * var(--gutter), var(--container)); }
.hero-copy > * + * { margin-top: 1.4rem; }
.hero .eyebrow { justify-content: flex-start; color: rgba(243,237,227,.85); }
.hero-title { font-size: var(--fs-hero); font-weight: 500; letter-spacing: -.01em; line-height: .98; }
.hero-lead { font-size: var(--fs-lead); color: rgba(243,237,227,.9); max-width: 560px; }
.hero-lead em { font-family: var(--font-script); font-style: normal; font-size: 1.35em; line-height: 0; color: var(--blush); }
.hero-facts { display: grid; grid-template-columns: repeat(4, auto); gap: 1.2rem 1.8rem; margin-top: 2.4rem !important; padding-top: 1.8rem; border-top: 1px solid rgba(243,237,227,.25); max-width: 620px; }
.hero-facts li { display: flex; align-items: center; gap: .7rem; font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; font-weight: 600; line-height: 1.35; color: rgba(243,237,227,.9); }
.hero-facts svg { width: 28px; height: 28px; flex: none; color: var(--blush); }

.hero-note { right: clamp(1rem, 5vw, 4rem); bottom: -2.5rem; transform: rotate(5deg); }
.hero-note.reveal.is-visible { transform: rotate(5deg); }

@media (max-width: 1023px) {
  .hero-media { left: 0; }
  .hero-wash { background: linear-gradient(to right, rgba(83,116,97,.97) 0%, rgba(83,116,97,.9) 50%, rgba(83,116,97,.72) 100%), linear-gradient(to top, rgba(48,88,73,.6), transparent 40%); }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-note { position: relative; right: auto; bottom: auto; justify-self: end; margin: 1.2rem 1rem 0 0; }
}
@media (max-width: 767px) {
  .hero { padding-top: calc(var(--header-h) + 2rem); padding-bottom: 4.5rem; }
  .hero-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
  .hero-facts li { font-size: .7rem; }
  .hero-note { font-size: 1.3rem; min-width: 130px; padding: .8rem 1rem; }
}
@media (max-width: 420px) {
  .hero-title { font-size: 2.9rem; }
  .btn { padding: .85rem 1.3rem; font-size: .78rem; }
  .btn-row .btn { width: 100%; justify-content: center; }
}

/* ---------- Bistro --------------------------------------------------- */
.bistro-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)) 1.35fr; gap: clamp(1.2rem, 2vw, 1.8rem); align-items: stretch; position: relative; z-index: 1; }
.bistro-card { display: flex; flex-direction: column; gap: 1rem; text-align: center; }
.bistro-img { aspect-ratio: 4 / 5; overflow: hidden; border-radius: var(--radius-md); box-shadow: var(--shadow-card); }
.bistro-img img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--dur-slow) var(--ease-out); }
.bistro-card:hover .bistro-img img { transform: scale(1.04); }
.bistro-card figcaption { font-family: var(--font-display); font-size: 1.25rem; line-height: 1.25; color: var(--green-800); }
.tea-card { display: grid; grid-template-rows: 1fr auto; background: var(--sage-500); color: var(--cream-100); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-soft); position: relative; }
.tea-card::after { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(243,237,227,.28); border-radius: calc(var(--radius-lg) - 8px); pointer-events: none; }
.tea-copy { padding: 1.8rem 1.6rem 1.4rem; display: flex; flex-direction: column; gap: .8rem; align-items: flex-start; }
.tea-copy .eyebrow { color: var(--blush); justify-content: flex-start; }
.tea-copy h3 { font-size: clamp(1.9rem, 2.4vw, 2.4rem); }
.tea-copy p:not(.eyebrow) { font-size: .92rem; color: rgba(243,237,227,.88); }
.tea-copy .btn-green { background: var(--cream-100); color: var(--green-800); }
.tea-copy .btn-green:hover { background: #fff; }
.tea-img { aspect-ratio: 16 / 10; overflow: hidden; }
.tea-img img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 40%; }

@media (max-width: 1023px) {
  .bistro-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .tea-card { grid-column: 1 / -1; grid-template-columns: 1.2fr 1fr; grid-template-rows: none; }
  .tea-img { aspect-ratio: auto; }
}
@media (max-width: 640px) {
  .bistro-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
  .bistro-card:nth-child(3) { grid-column: 1 / -1; }
  .bistro-card:nth-child(3) .bistro-img { aspect-ratio: 16 / 10; }
  .tea-card { grid-template-columns: 1fr; }
  .tea-img { aspect-ratio: 16 / 10; }
  .bistro-card figcaption { font-size: 1.05rem; }
}

/* ---------- Menu ----------------------------------------------------- */
.menu-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 460px)); justify-content: center; gap: clamp(1.5rem, 4vw, 3.5rem); position: relative; z-index: 1; }
.menu-holder {
  position: relative; padding: clamp(1rem, 2.2vw, 1.6rem);
  background: linear-gradient(160deg, #3F5F51, #2C4A3F 60%, #345547);
  border-radius: 6px; box-shadow: 0 30px 60px -30px rgba(0,0,0,.7), inset 0 0 0 1px rgba(216,182,104,.35);
}
.menu-holder::before {
  content: ""; position: absolute; inset: 9px; border: 1px solid rgba(216,182,104,.55); border-radius: 3px; pointer-events: none; z-index: 2;
}
.menu-corner { position: absolute; width: 30px; height: 30px; z-index: 3; }
.menu-corner::before, .menu-corner::after { content: ""; position: absolute; background: var(--gold-400); }
.menu-corner::before { width: 100%; height: 2px; }
.menu-corner::after { width: 2px; height: 100%; }
.menu-corner--tl { top: 4px; left: 4px; }
.menu-corner--tr { top: 4px; right: 4px; transform: scaleX(-1); }
.menu-corner--bl { bottom: 4px; left: 4px; transform: scaleY(-1); }
.menu-corner--br { bottom: 4px; right: 4px; transform: scale(-1); }
.menu-sheet {
  aspect-ratio: 10 / 17; background: #EDE7DA; border-radius: 3px; overflow: hidden; display: grid; place-items: center;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.06), inset 0 10px 30px -20px rgba(0,0,0,.5);
}
.menu-sheet img { width: 100%; height: 100%; object-fit: contain; }
.menu-caption { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; margin-top: 1rem; padding: 0 .2rem; }
.menu-caption span { font-family: var(--font-display); font-size: 1.35rem; color: var(--cream-100); letter-spacing: .04em; }
.menu-caption a { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 600; color: var(--gold-400); border-bottom: 1px solid rgba(216,182,104,.5); }
.menu-caption a:hover { color: var(--cream-50); }
.menu-note { text-align: center; max-width: 680px; margin: clamp(2rem, 4vw, 3rem) auto 0; font-size: var(--fs-small); color: var(--fg-muted); position: relative; z-index: 1; }
@media (max-width: 767px) {
  .menu-pair { grid-template-columns: minmax(0, 480px); }
  .script--bl, .gallery .script--corner { display: none; }
  .tagline-rule { text-align: center; }
}

/* ---------- Gallery collage ------------------------------------------ */
.collage {
  position: relative; z-index: 1; display: grid; gap: clamp(.8rem, 1.6vw, 1.3rem);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-areas:
    "a a a a b b b b c c c c"
    "d d d e e e f f f g g g";
}
.tile { position: relative; overflow: hidden; border-radius: var(--radius-md); box-shadow: 0 22px 44px -26px rgba(0,0,0,.7); background: var(--sage-600); }
.tile::after { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(243,237,227,.12); pointer-events: none; }
.tile img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--dur-slow) var(--ease-out); }
.tile:hover img { transform: scale(1.05); }
.tile-a { grid-area: a; aspect-ratio: 4 / 3; }
.tile-b { grid-area: b; aspect-ratio: 4 / 3; }
.tile-c { grid-area: c; aspect-ratio: 4 / 3; }
.tile-d { grid-area: d; aspect-ratio: 1; }
.tile-e { grid-area: e; aspect-ratio: 1; }
.tile-f { grid-area: f; aspect-ratio: 1; }
.tile-g { grid-area: g; aspect-ratio: 1; }
.collage-note { left: 31%; top: 46%; transform: translateY(-50%) rotate(-5deg); }
.collage-note.reveal.is-visible { transform: translateY(-50%) rotate(-5deg); }
.collage .stamp { right: -12px; top: -22px; }
@media (max-width: 767px) {
  .collage { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-areas: "a b" "c c" "d e" "f g"; }
  .tile-a, .tile-b { aspect-ratio: 1; }
  .tile-c { aspect-ratio: 16 / 9; }
  .collage-note { left: auto; right: 6%; top: 24%; }
  .collage .stamp { width: 96px; height: 96px; font-size: .58rem; right: -6px; top: -16px; }
}

/* ---------- Parallax break ------------------------------------------- */
.parallax { position: relative; min-height: clamp(380px, 62vh, 620px); display: grid; place-items: center; overflow: hidden; isolation: isolate; }
.parallax-bg {
  position: absolute; inset: 0; z-index: -1;
  background-image: linear-gradient(rgba(36,68,58,.55), rgba(36,68,58,.55)), url("../images/interior-wide.webp");
  background-size: cover; background-position: center; background-repeat: no-repeat; background-attachment: fixed;
}
.parallax.no-fixed .parallax-bg { background-attachment: scroll; }
.parallax-inner { text-align: center; padding: 2rem var(--gutter); display: flex; flex-direction: column; align-items: center; gap: 1rem; }
.parallax-heart { width: 30px; height: 30px; color: var(--blush); filter: drop-shadow(0 4px 12px rgba(0,0,0,.4)); }
/* Following sections carry solid backgrounds and sit above the fixed image */
.section, .site-footer { position: relative; z-index: 1; }

/* ---------- Gifts ----------------------------------------------------- */
.gifts-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); gap: clamp(2.5rem, 5vw, 5rem); align-items: center; position: relative; z-index: 1; }
.gifts-copy > * + * { margin-top: 1.2rem; }
.gifts-copy .script--lg { margin-top: .4rem; }
.gifts-copy > p:not(.eyebrow):not(.script) { color: var(--ink-soft); font-size: var(--fs-lead); }
.gifts-copy .btn-row { margin-top: 1.8rem; }
.mini-facts { display: grid; grid-template-columns: repeat(4, auto); gap: 1rem 1.6rem; margin-top: 2.2rem !important; padding-top: 1.6rem; border-top: 1px solid var(--rule); }
.mini-facts li { display: flex; align-items: center; gap: .6rem; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; font-weight: 600; line-height: 1.35; color: var(--ink-soft); }
.mini-facts svg { width: 26px; height: 26px; flex: none; color: var(--sage-500); }

.gifts-collage { position: relative; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); grid-auto-rows: auto; gap: clamp(.9rem, 1.6vw, 1.4rem); padding: 1.5rem 1rem 2.5rem 0; }
.polaroid {
  position: relative; background: #FFFDF8; padding: .6rem .6rem 1.1rem; border-radius: 6px;
  box-shadow: 0 22px 44px -24px rgba(38,51,44,.5), 0 2px 6px rgba(38,51,44,.08);
  transition: transform var(--dur) var(--ease-out);
}
.polaroid img { width: 100%; height: 100%; object-fit: cover; border-radius: 3px; }
.polaroid:hover { transform: rotate(0) translateY(-6px) scale(1.02) !important; }
.pol-a { grid-column: 1 / 4; grid-row: 1; transform: rotate(-2.5deg); }
.pol-a img { aspect-ratio: 4 / 3; }
.pol-b { grid-column: 4 / 7; grid-row: 1; transform: rotate(2deg) translateY(1.2rem); }
.pol-b img { aspect-ratio: 4 / 3; }
.pol-c { grid-column: 1 / 3; grid-row: 2; transform: rotate(1.5deg); }
.pol-c img { aspect-ratio: 3 / 4; }
.pol-d { grid-column: 3 / 5; grid-row: 2; transform: rotate(-2deg) translateY(.8rem); }
.pol-d img { aspect-ratio: 3 / 4; }
.pol-e { grid-column: 5 / 7; grid-row: 2; transform: rotate(2.5deg); }
.pol-e img { aspect-ratio: 3 / 4; }
.gifts-note-1 { right: -1.5rem; top: -1.2rem; transform: rotate(6deg); }
.gifts-note-2 { left: -1.2rem; bottom: -1.4rem; transform: rotate(-5deg); }
.gifts-note-1.reveal.is-visible { transform: rotate(6deg); }
.gifts-note-2.reveal.is-visible { transform: rotate(-5deg); }

.chips { display: flex; flex-wrap: wrap; justify-content: center; gap: .6rem .7rem; margin-top: clamp(3rem, 6vw, 4.5rem); position: relative; z-index: 1; }
.chips li { padding: .55rem 1.1rem; border-radius: 999px; border: 1px solid rgba(83,116,97,.4); font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; font-weight: 600; color: var(--green-800); background: rgba(255,255,255,.35); }

@media (max-width: 1023px) {
  .gifts-grid { grid-template-columns: 1fr; }
  .gifts-collage { padding: 1rem 1rem 2rem; }
  .mini-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .gifts-collage { gap: .8rem; padding: .5rem .5rem 1.5rem; }
  .pol-c { grid-column: 1 / 4; }
  .pol-d { grid-column: 4 / 7; }
  .pol-e { grid-column: 2 / 6; grid-row: 3; transform: rotate(-1.5deg); }
  .pol-e img { aspect-ratio: 4 / 3; }
  .gifts-note-1 { right: -.4rem; top: -1rem; font-size: 1.25rem; min-width: 120px; padding: .7rem .9rem; }
  .gifts-note-2 { left: -.3rem; bottom: .2rem; font-size: 1.2rem; min-width: 120px; padding: .7rem .9rem; }
  .chalk { font-size: 1.1rem; padding: .35rem .7rem; }
}

/* ---------- Reviews -------------------------------------------------- */
.review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1.2rem, 2.4vw, 2rem); position: relative; z-index: 1; }
.review-card {
  position: relative; background: var(--cream-100); color: var(--ink); border-radius: var(--radius-lg); padding: 1.8rem 1.7rem 1.4rem;
  box-shadow: 0 26px 50px -30px rgba(0,0,0,.6); display: flex; flex-direction: column; gap: 1rem;
}
.review-card::after { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(83,116,97,.22); border-radius: calc(var(--radius-lg) - 6px); pointer-events: none; }
.review-head { display: flex; align-items: center; gap: .9rem; }
.review-head strong { display: block; font-family: var(--font-display); font-size: 1.3rem; color: var(--green-800); line-height: 1.1; }
.avatar { position: relative; width: 52px; height: 52px; border-radius: 50%; background: var(--green-800); color: var(--cream-100); display: grid; place-items: center; font-family: var(--font-display); font-size: 1.5rem; font-weight: 600; flex: none; }
.avatar-badge { position: absolute; right: -4px; bottom: -2px; width: 20px; height: 20px; color: var(--gold-400); background: var(--cream-100); border-radius: 50%; padding: 3px; }
.stars { display: inline-flex; gap: 2px; color: var(--gold-400); margin-top: .2rem; }
.stars svg { width: 15px; height: 15px; }
.quote-mark { width: 30px; height: 30px; color: rgba(83,116,97,.35); position: absolute; right: 1.6rem; top: 1.6rem; }
.review-card blockquote { margin: 0; font-family: var(--font-display); font-size: 1.22rem; line-height: 1.5; color: var(--ink); flex: 1; }
.review-card blockquote p::before { content: "“"; color: var(--sage-400); }
.review-card blockquote p::after { content: "”"; color: var(--sage-400); }
.card-foot { display: flex; align-items: center; gap: .7rem; color: var(--blush); }
.card-foot span { flex: 1; height: 1px; background: rgba(83,116,97,.25); }
.card-foot svg { width: 16px; height: 16px; }
.rating-line { display: flex; align-items: center; justify-content: center; gap: .8rem; margin-top: clamp(2.2rem, 4vw, 3.2rem); flex-wrap: wrap; position: relative; z-index: 1; }
.rating-line strong { font-family: var(--font-display); font-size: 2rem; line-height: 1; }
.rating-line > span:last-child { font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 600; color: var(--fg-muted); }
.google-mark { width: 26px; height: 26px; }
.stars--gold svg { width: 20px; height: 20px; }
.reviews .eyebrow--center { position: relative; z-index: 1; }
@media (max-width: 1023px) { .review-grid { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; } .script--tr { display: none; } }

/* ---------- Visit ----------------------------------------------------- */
.visit-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(2.5rem, 5vw, 5rem); align-items: start; position: relative; z-index: 1; }
.visit-copy > * + * { margin-top: 1.2rem; }
.visit-copy .script--lg { margin-top: .4rem; }
.visit-lead { color: var(--ink-soft); font-size: var(--fs-lead); }
.info-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .9rem; margin-top: 1.8rem !important; }
.info-card { display: flex; gap: .9rem; align-items: flex-start; padding: 1.1rem 1.2rem; background: rgba(255,255,255,.55); border: 1px solid rgba(83,116,97,.22); border-radius: var(--radius-md); }
.info-card > svg { width: 26px; height: 26px; flex: none; color: var(--sage-500); margin-top: .1rem; }
.info-card strong { display: block; font-family: var(--font-display); font-size: 1.15rem; color: var(--green-800); margin-bottom: .2rem; line-height: 1.2; }
.info-card a, .info-card address { font-size: .95rem; color: var(--ink); }
.info-card a:hover { color: var(--sage-500); }
.info-card--wide { grid-column: 1 / -1; }
.info-card--plain { align-items: center; padding: .8rem 1rem; font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; font-weight: 600; color: var(--ink-soft); background: transparent; }
.info-card--plain > svg { width: 22px; height: 22px; margin: 0; }
.hours { margin: 0; display: grid; gap: .2rem; }
.hours div { display: flex; justify-content: space-between; gap: 1rem; font-size: .95rem; padding: .15rem .4rem; margin: 0 -.4rem; border-radius: 6px; }
.hours dt { color: var(--ink-soft); }
.hours dd { margin: 0; font-weight: 600; color: var(--ink); }
.hours div.is-today { background: rgba(83,116,97,.12); }
.hours div.is-today dt::after { content: "Today"; font-size: .6rem; letter-spacing: .14em; text-transform: uppercase; color: var(--sage-500); margin-left: .5rem; font-weight: 700; vertical-align: middle; }
.access-note { font-size: var(--fs-small); color: var(--ink-soft); }
.visit-copy .btn-row { margin-top: 1.6rem; }

.visit-media { position: relative; display: grid; gap: 1.6rem; padding-top: .6rem; }
.visit-photo { position: relative; border-radius: var(--radius-lg); overflow: visible; }
.visit-photo img { border-radius: var(--radius-lg); width: 100%; aspect-ratio: 3 / 2; object-fit: cover; box-shadow: var(--shadow-soft); }
.visit-note { right: -.8rem; bottom: -1.6rem; transform: rotate(5deg); }
.map-card { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-card); border: 1px solid rgba(83,116,97,.25); background: var(--cream-200); }
.map-card iframe { width: 100%; height: 320px; border: 0; filter: saturate(.85) sepia(.12); }
.map-script { position: absolute; left: 1.2rem; bottom: .9rem; font-size: 1.55rem; color: var(--green-800); background: rgba(243,237,227,.9); padding: .3rem .9rem; border-radius: 8px; pointer-events: none; }
.visit-note-2 { left: -1.4rem; bottom: 7.5rem; transform: rotate(-6deg); }
.visit-note-2.reveal.is-visible { transform: rotate(-6deg); }
@media (max-width: 1023px) {
  .visit-grid { grid-template-columns: 1fr; }
  .visit-media { padding-top: 1.6rem; }
  .visit-note-2 { left: -.4rem; bottom: 6.5rem; }
}
@media (max-width: 480px) {
  .info-grid { grid-template-columns: 1fr; }
  .info-card--plain { padding: .5rem .2rem; border: 0; }
  .visit-note-2 { display: none; }
  .visit-note { right: .3rem; bottom: -1.2rem; font-size: 1.2rem; min-width: 120px; }
  .map-card iframe { height: 260px; }
  .hours div { flex-direction: column; gap: 0; }
  .hours dd { margin-top: .1rem; }
}

/* ---------- Footer ---------------------------------------------------- */
.site-footer { padding: clamp(3.5rem, 6vw, 5rem) 0 2rem; overflow: hidden; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1.3fr auto; gap: 2.5rem; align-items: start; position: relative; z-index: 1; }
.brand--footer .brand-mark { width: 56px; height: 56px; }
.footer-nav { display: grid; gap: .5rem; }
.footer-nav a { font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 600; color: rgba(243,237,227,.85); }
.footer-nav a:hover { color: var(--gold-400); }
.footer-contact { display: grid; gap: .8rem; font-size: .92rem; color: rgba(243,237,227,.9); }
.footer-contact li { display: flex; gap: .7rem; align-items: flex-start; }
.footer-contact svg { width: 20px; height: 20px; flex: none; color: var(--blush); margin-top: .15rem; }
.footer-contact a:hover { color: var(--gold-400); }
.footer-socials { display: grid; gap: .7rem; justify-items: start; }
.footer-social { display: inline-flex; align-items: center; gap: .8rem; padding: .8rem 1.1rem; border: 1px solid rgba(243,237,227,.35); border-radius: 999px; font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 600; line-height: 1.3; transition: background var(--dur) var(--ease-out), border-color var(--dur) var(--ease-out), transform var(--dur) var(--ease-out); }
.footer-social svg { width: 26px; height: 26px; }
.footer-social:hover { background: rgba(243,237,227,.12); border-color: var(--cream-100); transform: translateY(-2px); }
.footer-social svg { transition: transform var(--dur) var(--ease-out); }
.footer-social:hover svg { transform: scale(1.12); }
.footer-bottom { margin-top: clamp(2.5rem, 5vw, 4rem); padding-top: 1.6rem; border-top: 1px solid rgba(243,237,227,.18); display: grid; gap: .8rem; text-align: center; position: relative; z-index: 1; }
.copyright { font-size: .78rem; color: rgba(243,237,227,.65); }
@media (max-width: 1023px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .footer-grid { grid-template-columns: 1fr; gap: 2rem; } }

/* ---------- Reveal animations --------------------------------------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity var(--dur-slow) var(--ease-out), transform var(--dur-slow) var(--ease-out); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: 120ms; }
.reveal-delay-2 { transition-delay: 240ms; }
.reveal-delay-3 { transition-delay: 360ms; }
.no-js .reveal, .no-observer .reveal { opacity: 1; transform: none; }
/* Tilted notes keep their rotation while revealing */
.paper-note.reveal { transform: translateY(22px) rotate(-4deg); }
.paper-note.reveal.is-visible { transform: rotate(-4deg); }

/* ---------- Premium hover interactions ------------------------------- */
.bistro-card .bistro-img { transition: transform var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out); }
.bistro-card:hover .bistro-img { transform: translateY(-6px); box-shadow: 0 30px 50px -24px rgba(38,51,44,.5); }
.bistro-card figcaption { transition: color var(--dur) var(--ease-out); }
.bistro-card:hover figcaption { color: var(--sage-500); }
.tea-card { transition: transform var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out); }
.tea-card:hover { transform: translateY(-5px); box-shadow: 0 34px 60px -28px rgba(38,51,44,.6); }
.tea-img img { transition: transform var(--dur-slow) var(--ease-out); }
.tea-card:hover .tea-img img { transform: scale(1.04); }

.menu-holder { transition: transform var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out); }
.menu-holder:hover { transform: translateY(-6px) scale(1.01); box-shadow: 0 40px 70px -30px rgba(0,0,0,.8), inset 0 0 0 1px rgba(216,182,104,.6); }
.menu-corner::before, .menu-corner::after { transition: background var(--dur) var(--ease-out); }
.menu-holder:hover .menu-corner::before, .menu-holder:hover .menu-corner::after { background: #EBD08E; }

.tile { transition: transform var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out); }
.tile:hover { transform: translateY(-4px); box-shadow: 0 30px 54px -26px rgba(0,0,0,.85); }
.tile::after { transition: box-shadow var(--dur) var(--ease-out); }
.tile:hover::after { box-shadow: inset 0 0 0 1px rgba(243,237,227,.35); }

.polaroid { transition: transform var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out); }
.polaroid:hover { box-shadow: 0 34px 60px -26px rgba(38,51,44,.6), 0 4px 10px rgba(38,51,44,.1); z-index: 4; }
.polaroid img { transition: filter var(--dur) var(--ease-out); }
.polaroid:hover img { filter: brightness(1.04) saturate(1.05); }
.chips li { transition: background var(--dur) var(--ease-out), color var(--dur) var(--ease-out), border-color var(--dur) var(--ease-out), transform var(--dur) var(--ease-out); }
.chips li:hover { background: var(--sage-500); color: var(--cream-50); border-color: var(--sage-500); transform: translateY(-2px); }

.review-card { transition: transform var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out); }
.review-card:hover { transform: translateY(-6px); box-shadow: 0 34px 60px -28px rgba(0,0,0,.65), 0 0 0 1px rgba(216,182,104,.25); }
.review-card::after { transition: border-color var(--dur) var(--ease-out); }
.review-card:hover::after { border-color: rgba(216,182,104,.45); }
.avatar { transition: transform var(--dur) var(--ease-out); }
.review-card:hover .avatar { transform: scale(1.06); }

.hero-facts li, .mini-facts li { transition: transform var(--dur) var(--ease-out); }
.hero-facts svg, .mini-facts svg { transition: transform var(--dur) var(--ease-out), color var(--dur) var(--ease-out); }
.hero-facts li:hover, .mini-facts li:hover { transform: translateY(-2px); }
.hero-facts li:hover svg { transform: scale(1.15); color: var(--cream-50); }
.mini-facts li:hover svg { transform: scale(1.15); color: var(--green-800); }

.info-card { transition: transform var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out), border-color var(--dur) var(--ease-out), background var(--dur) var(--ease-out); }
.info-card:not(.info-card--plain):hover { transform: translateY(-3px); box-shadow: 0 22px 40px -24px rgba(38,51,44,.4); border-color: rgba(83,116,97,.45); background: rgba(255,255,255,.8); }
.info-card > svg { transition: transform var(--dur) var(--ease-out), color var(--dur) var(--ease-out); }
.info-card:hover > svg { transform: scale(1.12); color: var(--green-800); }
.info-card a { position: relative; transition: color var(--dur) var(--ease-out); }
.info-card a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 1px; background: var(--sage-500); transform: scaleX(0); transform-origin: left; transition: transform var(--dur) var(--ease-out); }
.info-card a:hover::after { transform: scaleX(1); }
.info-card--plain { color: var(--ink-soft); }
.info-card--plain:hover { color: var(--green-800); }
.visit-photo img { transition: transform var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out); }
.visit-photo:hover img { transform: translateY(-4px); box-shadow: 0 34px 60px -28px rgba(38,51,44,.55); }
.map-card { transition: box-shadow var(--dur) var(--ease-out), border-color var(--dur) var(--ease-out); }
.map-card:hover { box-shadow: 0 26px 50px -26px rgba(38,51,44,.5); border-color: rgba(83,116,97,.45); }

.footer-nav a, .footer-contact a { position: relative; transition: color var(--dur) var(--ease-out), transform var(--dur) var(--ease-out); display: inline-block; }
.footer-nav a:hover { transform: translateX(4px); }
.footer-contact a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 1px; background: var(--gold-400); transform: scaleX(0); transform-origin: left; transition: transform var(--dur) var(--ease-out); }
.footer-contact a:hover::after { transform: scaleX(1); }
.footer-contact svg { transition: transform var(--dur) var(--ease-out); }
.footer-contact li:hover svg { transform: scale(1.15); }

.btn { transition: transform var(--dur) var(--ease-out), background var(--dur) var(--ease-out), color var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out), border-color var(--dur) var(--ease-out); }
.btn:hover { transform: translateY(-3px); }
.btn:active { transform: translateY(-1px); transition-duration: var(--dur-fast); }
.btn-cream:hover { box-shadow: 0 18px 34px -14px rgba(0,0,0,.55); }
.btn-green:hover { box-shadow: 0 20px 36px -16px rgba(48,88,73,.8); }
.btn-outline-light:hover { box-shadow: 0 14px 30px -18px rgba(0,0,0,.5); }
.btn-outline-green:hover { box-shadow: 0 14px 30px -18px rgba(48,88,73,.5); }
.btn .btn-ico { transition: transform var(--dur) var(--ease-out); }
.btn:hover .btn-ico:last-child:not(:first-child) { transform: translateX(3px); }
.menu-caption a { transition: color var(--dur) var(--ease-out), border-color var(--dur) var(--ease-out); }
.menu-caption a:hover { border-color: var(--cream-50); }
.site-nav ul a { transition: color var(--dur) var(--ease-out); }
.site-nav ul a:hover { color: var(--cream-50); }
.nav-toggle span { transition: transform var(--dur) var(--ease-out), opacity var(--dur) var(--ease-out); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
  .parallax-bg { background-attachment: scroll; }
  .btn:hover, .tile:hover, .review-card:hover, .menu-holder:hover, .polaroid:hover, .info-card:hover, .bistro-card:hover .bistro-img, .tea-card:hover, .footer-social:hover { transform: none; }
}
