/* Copper Juniper Kitchen · Sample concept · dark & elegant
   Type: Playfair Display + Manrope (SIL OFL), self-hosted. */
@font-face { font-family: "Playfair CJ"; src: url("fonts/playfair-var.woff2") format("woff2"); font-weight: 400 900; font-style: normal; font-display: swap; }
@font-face { font-family: "Playfair CJ"; src: url("fonts/playfair-italic-var.woff2") format("woff2"); font-weight: 400 900; font-style: italic; font-display: swap; }
@font-face { font-family: "Manrope CJ"; src: url("fonts/manrope-var.woff2") format("woff2"); font-weight: 200 800; font-style: normal; font-display: swap; }

:root {
  --ink-950: #0c0a08;
  --ink-900: #13100d;
  --ink-850: #1a1612;
  --ink-800: #221d18;
  --cream: #f3e9db;
  --cream-2: #d9cbb8;
  --cream-muted: #b9a993;
  --copper: #d38c57;
  --copper-soft: #e8b38a;
  --copper-deep: #9c5f35;
  --line: rgb(243 233 219 / .14);
  --ease: cubic-bezier(.19, 1, .22, 1);
  --serif: "Playfair CJ", "Playfair Display", Georgia, serif;
  --sans: "Manrope CJ", "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;
}

body { font-family: var(--sans); font-size: 16.5px; line-height: 1.7; color: var(--cream-2); background: var(--ink-950); }
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.wrap { width: 100%; max-width: 1220px; margin-inline: auto; padding-inline: 22px; }
@media (min-width: 768px) { .wrap { padding-inline: 44px; } }
svg use, .ornament svg, .offer__title svg, .reason__icon svg, .link-u svg { fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
::selection { background: var(--copper); color: var(--ink-950); }

/* grain */
@media (min-width: 960px) {
body::before { content: ""; position: fixed; inset: 0; z-index: 90; pointer-events: none; opacity: .06; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
}

.eyebrow { display: inline-flex; align-items: center; gap: 14px; margin-bottom: 22px; font: 600 12.5px/1.2 var(--sans); letter-spacing: .34em; text-transform: uppercase; color: var(--copper); }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.sec-title { font: 400 clamp(40px, 6.2vw, 76px)/1.04 var(--serif); letter-spacing: -.01em; color: var(--cream); text-wrap: balance; }
.sec-title em { font-style: italic; color: var(--copper-soft); }

.ornament { display: flex; align-items: center; justify-content: center; gap: 16px; color: var(--copper); margin-bottom: 22px; }
.ornament span { width: 64px; height: 1px; background: linear-gradient(90deg, transparent, currentColor); }
.ornament span:last-child { background: linear-gradient(90deg, currentColor, transparent); }
.ornament svg { width: 26px; height: 26px; }

/* ---------- Buttons ---------- */
.btn { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 14px 30px; border: 1px solid transparent; border-radius: 2px;
  font: 700 13px/1 var(--sans); letter-spacing: .24em; text-transform: uppercase; text-decoration: none; overflow: hidden; isolation: isolate;
  transition: color .4s ease, border-color .4s ease, transform .5s var(--ease), box-shadow .5s var(--ease); }
.btn--copper { background: var(--copper); color: var(--ink-950); box-shadow: 0 16px 40px -20px rgb(211 140 87 / .8); }
.btn--copper::before { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--copper-soft); transform: translateY(101%); transition: transform .5s var(--ease); }
.btn--line { background: transparent; color: var(--cream); border-color: rgb(211 140 87 / .7); }
.btn--line::before { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--copper); transform: translateY(101%); transition: transform .5s var(--ease); }
.btn--sm { min-height: 44px; padding: 10px 20px; font-size: 12px; }
.btn:focus-visible { outline: 2px solid var(--copper-soft); outline-offset: 4px; }
@media (hover: hover) {
  .btn:hover { transform: translateY(-2px); }
  .btn--copper:hover::before, .btn--line:hover::before { transform: translateY(0); }
  .btn--line:hover { color: var(--ink-950); border-color: var(--copper); }
}
.link-u { display: inline-flex; align-items: center; gap: 12px; min-height: 48px; font: 700 13px/1 var(--sans); letter-spacing: .24em; text-transform: uppercase; color: var(--cream); text-decoration: none; background: linear-gradient(currentColor, currentColor) 0 calc(100% - 10px) / 100% 1px no-repeat; transition: background-size .6s var(--ease), color .3s ease; }
.link-u svg { width: 18px; height: 18px; transition: transform .5s var(--ease); }
.link-u:hover { color: var(--copper-soft); background-size: 0 1px; background-position: 100% calc(100% - 10px); }
.link-u:hover svg { transform: translateX(6px); }
.link-u:focus-visible { outline: 2px solid var(--copper-soft); outline-offset: 4px; }

/* ---------- Header ---------- */
.hdr { position: fixed; inset: 0 0 auto; z-index: 50; color: var(--cream); }
.hdr::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: 0; background: rgb(12 10 8 / .96); border-bottom: 1px solid var(--line); transition: opacity .5s ease; }
.hdr.is-scrolled::before, .hdr.is-open::before { opacity: 1; }
.hdr__inner { display: flex; align-items: center; justify-content: space-between; min-height: 80px; }
.logo { display: inline-flex; align-items: center; gap: 14px; color: var(--cream); text-decoration: none; }
.logo__mono { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid var(--copper); border-radius: 50%; font: italic 500 18px/1 var(--serif); color: var(--copper); letter-spacing: -.04em; transition: transform .8s var(--ease); }
.logo:hover .logo__mono { transform: rotate(-12deg); }
.logo__text { display: flex; flex-direction: column; line-height: 1; }
.logo__name { font: italic 500 22px/1 var(--serif); }
.logo__sub { margin-top: 5px; font: 600 10px/1 var(--sans); letter-spacing: .5em; text-transform: uppercase; color: var(--cream-muted); }
.logo:focus-visible { outline: 2px solid var(--copper-soft); outline-offset: 6px; }

.hdr__toggle { display: grid; place-items: center; width: 48px; height: 48px; background: none; border: 1px solid var(--line); border-radius: 50%; }
.hdr__toggle:focus-visible { outline: 2px solid var(--copper-soft); outline-offset: 2px; }
.burger { position: relative; width: 20px; height: 12px; }
.burger span { position: absolute; left: 0; right: 0; height: 1px; background: currentColor; transition: transform .5s var(--ease), opacity .3s ease; }
.burger span:nth-child(1) { top: 0; } .burger span:nth-child(2) { top: 5.5px; } .burger span:nth-child(3) { top: 11px; }
.is-open .burger span:nth-child(1) { transform: translateY(5.5px) rotate(45deg); }
.is-open .burger span:nth-child(2) { opacity: 0; }
.is-open .burger span:nth-child(3) { transform: translateY(-5.5px) rotate(-45deg); }

.nav { display: none; }
.js .nav { position: fixed; inset: 80px 0 0 0; display: flex; flex-direction: column; justify-content: center; padding: 20px 28px 90px; background: var(--ink-950);
  opacity: 0; visibility: hidden; transition: opacity .5s ease, visibility 0s linear .5s; }
.is-open .nav { opacity: 1; visibility: visible; transition: opacity .5s ease; }
html:not(.js) .hdr__toggle { display: none; }
html:not(.js) .nav { display: block; width: 100%; padding-bottom: 14px; }
html:not(.js) .nav__list { display: flex; flex-wrap: wrap; gap: 4px 20px; }
html:not(.js) .hdr__inner { flex-wrap: wrap; }
.nav__list { display: grid; gap: 4px; text-align: center; }
.nav__link { display: inline-block; padding: 10px 0; font: italic 400 40px/1.15 var(--serif); color: var(--cream); text-decoration: none; transition: color .3s ease; }
.is-open .nav__list li { animation: cj-in .7s var(--ease) both; }
.is-open .nav__list li:nth-child(2) { animation-delay: .06s; } .is-open .nav__list li:nth-child(3) { animation-delay: .12s; } .is-open .nav__list li:nth-child(4) { animation-delay: .18s; }
@keyframes cj-in { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
.nav__link:hover { color: var(--copper-soft); }
.nav__link:focus-visible { outline: 2px solid var(--copper-soft); outline-offset: 4px; }
.nav__cta { margin: 28px auto 0; }
html.nav-locked { overflow: hidden; }
@media (prefers-reduced-motion: reduce) { .is-open .nav__list li { animation: none; } }

@media (min-width: 960px) {
  .hdr__inner { min-height: 96px; }
  .hdr.is-scrolled .hdr__inner { min-height: 78px; }
  .hdr__inner { transition: min-height .5s var(--ease); }
  .hdr__toggle { display: none; }
  .js .nav, .nav { position: static; display: flex; flex-direction: row; align-items: center; gap: 36px; padding: 0; background: none; opacity: 1; visibility: visible; transition: none; }
  .nav__list { display: flex; gap: 36px; }
  .nav__link { position: relative; padding: 8px 0; font: 600 12.5px/1 var(--sans); letter-spacing: .28em; text-transform: uppercase; color: var(--cream-2); }
  .nav__link::before { content: "✦"; position: absolute; left: 50%; top: -12px; font-size: 8px; color: var(--copper); transform: translate(-50%, 6px); opacity: 0; transition: opacity .4s ease, transform .5s var(--ease); letter-spacing: 0; }
  .nav__link:hover::before, .nav__link:focus-visible::before { opacity: 1; transform: translate(-50%, 0); }
  .nav__cta { margin: 0; }
}

/* ---------- Hero ---------- */
.hero { position: relative; isolation: isolate; display: flex; align-items: flex-end; min-height: max(660px, 100svh); padding: 120px 0 72px; overflow: hidden; background: radial-gradient(60% 50% at 70% 45%, #3a2a1c 0%, var(--ink-950) 70%); }
.hero__media { position: absolute; inset: 0 0 auto 0; height: 56%; z-index: -2; transform: translate3d(0, var(--parallax, 0px), 0); }
.hero__media picture, .hero__media img { width: 100%; height: 100%; }
.hero__media img { object-fit: cover; object-position: 67% 50%; }
.hero__shade { position: absolute; inset: 0; z-index: -1; background:
  linear-gradient(180deg, rgb(12 10 8 / .75) 0%, rgb(12 10 8 / .05) 18%, rgb(12 10 8 / .1) 32%, rgb(12 10 8 / .85) 50%, var(--ink-950) 58%, var(--ink-950) 100%); }
.hero__inner { position: relative; }
.hero__title { font: 400 clamp(50px, 12.6vw, 104px)/.98 var(--serif); letter-spacing: -.02em; color: var(--cream); }
.hero__line { display: block; }
.hero__title .rotator { font-style: italic; color: var(--copper-soft); padding-right: .08em; }
.hero__sub { margin-top: 26px; max-width: 520px; font-size: 17.5px; color: var(--cream-2); }
.hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 32px; margin-top: 34px; }
.hero__cue { display: none; }

@media (min-width: 900px) {
  .hero { align-items: center; padding: 140px 0 110px; }
  .hero__media { inset: -5% 0 -5% 24%; height: auto; }
  .hero__media img { object-position: 70% 50%; }
  .hero__shade { background:
    linear-gradient(90deg, var(--ink-950) 0%, var(--ink-950) 24%, rgb(12 10 8 / .7) 36%, rgb(12 10 8 / .15) 60%, rgb(12 10 8 / .05) 100%),
    linear-gradient(180deg, rgb(12 10 8 / .6) 0%, transparent 22%, transparent 72%, var(--ink-950) 100%); }
  .hero__cue { display: block; position: absolute; left: 50%; bottom: 30px; width: 1px; height: 56px; background: rgb(243 233 219 / .2); overflow: hidden; }
  .hero__cue::after { content: ""; position: absolute; left: 0; top: -40%; width: 1px; height: 40%; background: var(--copper); }
}
@media (min-width: 900px) and (prefers-reduced-motion: no-preference) {
  .hero__cue::after { animation: cj-cue 2.4s var(--ease) infinite; }
  @keyframes cj-cue { to { top: 110%; } }
}

/* ---------- Marquee ---------- */
.marquee { overflow: hidden; contain: paint; padding: 26px 0; border-block: 1px solid var(--line); background: var(--ink-900); }
.marquee__track { display: flex; align-items: center; gap: 36px; width: max-content; white-space: nowrap; }
.marquee span { font: italic 400 clamp(28px, 4vw, 44px)/1 var(--serif); color: transparent; -webkit-text-stroke: 1px rgb(243 233 219 / .55); }
.marquee span:nth-of-type(odd) { color: var(--cream); -webkit-text-stroke: 0; }
.marquee i { font-style: normal; color: var(--copper); font-size: 16px; }
@media (prefers-reduced-motion: no-preference) {
  .marquee__track { animation: cj-marquee 38s linear infinite; }
  .marquee:hover .marquee__track { animation-play-state: paused; }
  @keyframes cj-marquee { to { transform: translateX(-50%); } }
}
@media (prefers-reduced-motion: no-preference) { .marquee__track { padding-right: 36px; } }

/* ---------- Menu (services) ---------- */
.menu { padding: 96px 0; background: radial-gradient(60% 40% at 50% 0%, rgb(211 140 87 / .08), transparent 70%), var(--ink-950); }
.menu__card { position: relative; max-width: 1040px; margin: 0 auto; padding: 56px 22px 44px; text-align: center; border: 1px solid rgb(211 140 87 / .45); }
.menu__card::before { content: ""; position: absolute; inset: 7px; border: 1px solid rgb(211 140 87 / .2); pointer-events: none; }
.offer { display: grid; gap: 34px; margin-top: 48px; text-align: left; }
.offer__item { position: relative; }
.offer__title { display: flex; align-items: center; gap: 14px; font: italic 400 30px/1.2 var(--serif); color: var(--cream); margin-bottom: 8px; }
.offer__lead { flex: 1; height: 1px; min-width: 24px; background-image: radial-gradient(circle, rgb(243 233 219 / .45) 1px, transparent 1.5px); background-size: 8px 3px; background-repeat: repeat-x; background-position: 0 center; transition: background-image .4s ease; transform: translateY(6px); height: 3px; }
.offer__title svg { flex: none; width: 22px; height: 22px; color: var(--copper); transition: transform .6s var(--ease); }
.offer__item p { max-width: 440px; color: var(--cream-muted); }
@media (hover: hover) {
  .offer__item:hover .offer__lead { background-image: radial-gradient(circle, var(--copper) 1px, transparent 1.5px); }
  .offer__item:hover svg { transform: rotate(18deg) scale(1.15); }
}
@media (min-width: 820px) {
  .menu { padding: 140px 0; }
  .menu__card { padding: 80px 72px 72px; }
  .offer { grid-template-columns: 1fr 1fr; gap: 52px 72px; }
  .offer__title { font-size: 34px; }
}

/* ---------- Kitchen (why) ---------- */
.kitchen { padding: 96px 0; background: var(--ink-900); border-top: 1px solid var(--line); }
.kitchen__head { max-width: 760px; margin-bottom: 56px; }
.reasons { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.reason { --mx: 50%; --my: 50%; position: relative; padding: 44px 28px 46px; background: radial-gradient(360px circle at var(--mx) var(--my), rgb(211 140 87 / .12), transparent 70%), var(--ink-900); overflow: hidden; transition: background-color .5s ease; }
.reason__num { position: absolute; right: 18px; top: 4px; font: italic 400 110px/1 var(--serif); color: transparent; -webkit-text-stroke: 1px rgb(211 140 87 / .28); transition: -webkit-text-stroke-color .5s ease, transform .8s var(--ease); pointer-events: none; }
.reason__icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 30px; color: var(--copper); border: 1px solid rgb(211 140 87 / .5); border-radius: 50%; transition: transform .6s var(--ease), background-color .4s ease, color .4s ease; }
.reason__icon svg { width: 24px; height: 24px; }
.reason h3 { position: relative; font: 400 28px/1.2 var(--serif); color: var(--cream); margin-bottom: 10px; max-width: 280px; }
.reason p { position: relative; color: var(--cream-muted); }
@media (hover: hover) {
  .reason:hover .reason__num { -webkit-text-stroke-color: rgb(211 140 87 / .7); transform: translateY(8px); }
  .reason:hover .reason__icon { background: var(--copper); color: var(--ink-950); transform: rotate(-10deg); }
}
@media (min-width: 900px) {
  .kitchen { padding: 140px 0; }
  .reasons { grid-template-columns: repeat(3, 1fr); }
  .reason { padding: 64px 40px 64px; min-height: 380px; display: flex; flex-direction: column; justify-content: flex-end; }
}

/* ---------- Visit (process) ---------- */
.visit { padding: 96px 0; background: var(--ink-950); }
.visit__head { text-align: center; margin-bottom: 64px; }
.visit__head .eyebrow::after { content: ""; width: 28px; height: 1px; background: currentColor; }
.night { position: relative; display: grid; gap: 44px; padding-left: 36px; }
.night::before { content: ""; position: absolute; left: 7px; top: 8px; bottom: 8px; width: 1px; background: linear-gradient(180deg, var(--copper), rgb(211 140 87 / .08)); }
.night__step { position: relative; }
.night__dot { position: absolute; left: -36px; top: 6px; width: 15px; height: 15px; border-radius: 50%; background: var(--ink-950); border: 1px solid var(--copper); box-shadow: 0 0 0 5px var(--ink-950); transition: background-color .4s ease, box-shadow .6s var(--ease); }
.night__n { display: block; font: 600 12.5px/1 var(--sans); letter-spacing: .34em; color: var(--copper); margin-bottom: 14px; }
.night__step h3 { font: 400 32px/1.15 var(--serif); color: var(--cream); margin-bottom: 8px; }
.night__step p { color: var(--cream-muted); }
@media (hover: hover) { .night__step:hover .night__dot { background: var(--copper); box-shadow: 0 0 0 5px var(--ink-950), 0 0 24px 6px rgb(211 140 87 / .5); } }
@media (min-width: 900px) {
  .visit { padding: 140px 0; }
  .night { grid-template-columns: repeat(3, 1fr); gap: 48px; padding-left: 0; padding-top: 44px; text-align: center; }
  .night::before { left: 8%; right: 8%; top: 7px; bottom: auto; width: auto; height: 1px; background: linear-gradient(90deg, rgb(211 140 87 / .1), var(--copper), rgb(211 140 87 / .1)); }
  .night__dot { left: 50%; top: -44px; transform: translateX(-50%); }
  .night__step p { max-width: 260px; margin: 0 auto; }
}

/* ---------- CTA ---------- */
.cta { position: relative; padding: 110px 0 120px; text-align: center; overflow: hidden; isolation: isolate; background: var(--ink-900); border-top: 1px solid var(--line); }
.cta__glow { position: absolute; left: 50%; top: 58%; z-index: -1; width: 900px; height: 600px; transform: translate(-50%, -50%); background: radial-gradient(closest-side, rgb(211 140 87 / .28), rgb(211 140 87 / .06) 60%, transparent); }
@media (prefers-reduced-motion: no-preference) {
  .cta__glow { animation: cj-flicker 6s ease-in-out infinite alternate; }
  @keyframes cj-flicker { 0% { opacity: .75; transform: translate(-50%, -50%) scale(.96); } 50% { opacity: 1; } 100% { opacity: .85; transform: translate(-50%, -50%) scale(1.04); } }
}
.cta__title { font: 400 clamp(44px, 7.4vw, 96px)/1.02 var(--serif); letter-spacing: -.02em; color: var(--cream); text-wrap: balance; }
.cta__sub { margin: 20px auto 0; max-width: 480px; font-size: 18px; color: var(--cream-2); }
.rform { display: grid; gap: 14px; max-width: 760px; margin: 44px auto 0; padding: 22px; text-align: left; background: rgb(12 10 8 / .6); border: 1px solid rgb(211 140 87 / .35); }
.rform__field { display: grid; gap: 6px; }
.rform label { font: 600 11.5px/1 var(--sans); letter-spacing: .28em; text-transform: uppercase; color: var(--cream-muted); }
.rform select { width: 100%; min-height: 52px; padding: 12px 42px 12px 16px; appearance: none; background: var(--ink-850); color: var(--cream); border: 1px solid #6f6152; border-radius: 2px; font: italic 400 19px/1 var(--serif);
  background-image: linear-gradient(45deg, transparent 50%, var(--copper) 50%), linear-gradient(135deg, var(--copper) 50%, transparent 50%); background-position: calc(100% - 22px) 23px, calc(100% - 16px) 23px; background-size: 6px 6px; background-repeat: no-repeat; transition: border-color .3s ease; }
.rform select:focus { outline: none; border-color: var(--copper); box-shadow: 0 0 0 3px rgb(211 140 87 / .25); }
.rform__btn { width: 100%; }
.rform .demo-note { text-align: center; color: var(--copper-soft); font-style: italic; }
@media (min-width: 720px) {
  .rform { grid-template-columns: 1fr 1fr auto; align-items: end; padding: 26px; }
  .rform__btn { width: auto; }
  .rform .demo-note { grid-column: 1 / -1; }
}
@media (min-width: 900px) { .cta { padding: 150px 0 160px; } }

/* ---------- Footer ---------- */
.ftr { padding: 72px 0 88px; background: var(--ink-950); border-top: 1px solid var(--line); }
.ftr__top { display: grid; gap: 24px; justify-items: start; padding-bottom: 36px; border-bottom: 1px solid var(--line); }
.ftr__line { font: italic 400 20px/1.5 var(--serif); color: var(--cream-2); max-width: 420px; }
.ftr__links { display: flex; flex-wrap: wrap; gap: 6px 28px; }
.ftr__links a { display: inline-block; padding: 8px 0; font: 600 12.5px/1 var(--sans); letter-spacing: .26em; text-transform: uppercase; color: var(--cream); text-decoration: none; transition: color .3s ease; }
.ftr__links a:hover, .ftr__links a:focus-visible { color: var(--copper-soft); }
.ftr__legal { display: grid; gap: 10px; padding-top: 26px; font-size: 14.5px; color: var(--cream-muted); }
.ftr__gd { color: var(--copper-soft); text-underline-offset: 4px; width: fit-content; }
.ftr__gd:hover { color: var(--cream); }
@media (min-width: 900px) {
  .ftr { padding: 90px 0 100px; }
  .ftr__top { grid-template-columns: auto 1fr auto; align-items: center; gap: 48px; }
  .ftr__legal { grid-template-columns: 1fr auto; align-items: center; }
}

/* WebKit hardening: backdrop-filter only on desktop widths (mobile Safari stability). */
@media (min-width: 960px) {
  .hdr::before { background: rgb(12 10 8 / .9); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); }
  .rform { -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
}
