/*
 * Life Casting Berlin – concept prototype
 *
 * Visual system derived from the Instagram CI: plaster and paper tones,
 * the greige of the round logo, near-black ink, raw wood, and – used only
 * in tiny doses – the acid chartreuse of the studio's backdrop paper.
 * Type: Instrument Serif (display) + Libre Franklin (text), spaced
 * capitals for labels, echoing the wordmark.
 */

/* ------------------------------------------------------------------ Fonts */

@font-face { font-family: "Instrument Serif"; font-style: normal; font-weight: 400; font-display: swap; src: url(../fonts/instrument-serif-latin-400-normal.woff2) format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2212, U+FEFF; }
@font-face { font-family: "Instrument Serif"; font-style: italic; font-weight: 400; font-display: swap; src: url(../fonts/instrument-serif-latin-400-italic.woff2) format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2212, U+FEFF; }
@font-face { font-family: "Instrument Serif"; font-style: normal; font-weight: 400; font-display: swap; src: url(../fonts/instrument-serif-latin-ext-400-normal.woff2) format("woff2"); unicode-range: U+0100-02BA, U+1E00-1E9F, U+20A0-20AB, U+20AD-20C0, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Libre Franklin"; font-style: normal; font-weight: 300; font-display: swap; src: url(../fonts/libre-franklin-latin-300-normal.woff2) format("woff2"); }
@font-face { font-family: "Libre Franklin"; font-style: normal; font-weight: 400; font-display: swap; src: url(../fonts/libre-franklin-latin-400-normal.woff2) format("woff2"); }
@font-face { font-family: "Libre Franklin"; font-style: italic; font-weight: 400; font-display: swap; src: url(../fonts/libre-franklin-latin-400-italic.woff2) format("woff2"); }
@font-face { font-family: "Libre Franklin"; font-style: normal; font-weight: 600; font-display: swap; src: url(../fonts/libre-franklin-latin-600-normal.woff2) format("woff2"); }

/* ----------------------------------------------------------------- Tokens */

:root {
	/* v3: back to the calm v1 palette (Brooke: "too pink"). */
	--plaster: #f2eee7;
	--stone: #e6dfd4;
	--greige: #cdc1b3;
	--ink: #1d1b18;
	--ink-2: #45403a;
	--muted: #7a7268;
	--line: rgba(29, 27, 24, 0.14);
	--wood: #6e5440;
	--signal: #cfd62a;
	--blush: #f7ddd6;
	--pink: #f1b3c2;
	--lilac: #c8b8ea;
	--cobalt: #2c46c4;

	--serif: "Instrument Serif", "Iowan Old Style", Georgia, serif;
	--sans: "Libre Franklin", "Helvetica Neue", Arial, sans-serif;

	--max: 1320px;
	--gutter: clamp(1.25rem, 4.5vw, 3.5rem);
	--section: clamp(5rem, 11vw, 10rem);
	--ease: cubic-bezier(0.2, 0.7, 0.2, 1);
}

/* ------------------------------------------------------------------- Base */

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
	margin: 0;
	background: var(--plaster);
	color: var(--ink);
	font-family: var(--sans);
	font-size: 1.0625rem;
	font-weight: 300;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; height: auto; }

a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.22em; }
a:hover { color: var(--ink-2); }

:focus-visible { outline: 2px solid var(--signal); outline-offset: 3px; }

::selection { background: var(--greige); color: var(--ink); }

p { margin: 0 0 1.1em; }

h1, h2, h3, h4 { margin: 0; font-weight: 400; }

.skip { position: absolute; left: -999px; top: 0; background: var(--ink); color: var(--plaster); padding: 0.75rem 1rem; z-index: 100; }
.skip:focus { left: 1rem; top: 1rem; }

.wrap { max-width: calc(var(--max) + 2 * var(--gutter)); margin: 0 auto; padding: 0 var(--gutter); }

.section { padding: var(--section) 0; }
.section--stone { background: var(--stone); }
.section--greige { background: var(--greige); }
.section--ink { background: var(--ink); color: var(--plaster); }
.section--ink a:hover { color: var(--greige); }

/* ------------------------------------------------------------- Typography */

.label {
	display: inline-block;
	font-family: var(--sans);
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: var(--muted);
}
.section--ink .label { color: rgba(242, 238, 231, 0.55); }

.display {
	font-family: var(--serif);
	font-size: clamp(3rem, 8.2vw, 7.5rem);
	line-height: 0.95;
	letter-spacing: -0.02em;
}
.h2 {
	font-family: var(--serif);
	font-size: clamp(2.25rem, 4.8vw, 4rem);
	line-height: 1.02;
	letter-spacing: -0.012em;
}
.h3 {
	font-family: var(--serif);
	font-size: clamp(1.6rem, 2.4vw, 2.1rem);
	line-height: 1.1;
}
.lead {
	font-family: var(--serif);
	font-size: clamp(1.5rem, 2.6vw, 2.25rem);
	line-height: 1.25;
	letter-spacing: -0.005em;
}
/* v2: italics only where the text itself needs them, never as decoration. */
.display em, .h2 em, .h3 em, .lead em { font-style: normal; }
.small { font-size: 0.875rem; color: var(--muted); }
.measure { max-width: 38rem; }

/* ---------------------------------------------------------------- Buttons */

.btn {
	display: inline-flex;
	align-items: center;
	gap: 0.75em;
	padding: 1.05em 1.7em;
	background: var(--ink);
	color: var(--plaster);
	border: 1px solid var(--ink);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	text-decoration: none;
	transition: background 0.3s var(--ease), color 0.3s var(--ease), transform 0.3s var(--ease);
	cursor: pointer;
}
.btn:active { transform: scale(0.98); }
.btn--signal { background: var(--signal); color: var(--ink); border-color: var(--signal); }
.btn--signal::before { background: var(--ink); }
.btn--signal:hover { background: var(--ink); color: var(--signal); border-color: var(--ink); }
.btn--signal:hover::before { background: var(--signal); }
.btn::before {
	content: "";
	width: 0.45em;
	height: 0.45em;
	border-radius: 50%;
	background: var(--signal);
}
.btn:hover { background: transparent; color: var(--ink); }
.btn--light { background: var(--plaster); color: var(--ink); border-color: var(--plaster); }
.btn--light:hover { background: transparent; color: var(--plaster); }
.btn--ghost { background: transparent; color: inherit; border-color: currentColor; }
.btn--ghost::before { display: none; }
.btn--ghost:hover { background: var(--ink); color: var(--plaster); border-color: var(--ink); }

.link-arrow {
	display: inline-flex;
	align-items: center;
	gap: 0.6em;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px solid currentColor;
	padding-bottom: 0.35em;
}
.link-arrow::after { content: "→"; letter-spacing: 0; transition: transform 0.3s var(--ease); }
.link-arrow:hover::after { transform: translateX(4px); }

/* ----------------------------------------------------------------- Header */

.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(242, 238, 231, 0.9);
	-webkit-backdrop-filter: blur(12px) saturate(1.3);
	backdrop-filter: blur(12px) saturate(1.3);
	border-bottom: 1px solid var(--line);
	transition: background 0.4s var(--ease), border-color 0.4s var(--ease), color 0.4s var(--ease);
}
.site-header .wrap {
	display: flex;
	align-items: center;
	gap: 2rem;
	height: 76px;
}
.brand { display: flex; align-items: center; flex-shrink: 0; }
.brand img { height: 30px; width: auto; }
.brand .on-dark { display: none; }

.nav { margin-left: auto; }
.nav ul { display: flex; gap: clamp(1rem, 2.2vw, 2.25rem); list-style: none; margin: 0; padding: 0; }
.nav a {
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0.4em 0;
	border-bottom: 1px solid transparent;
}
.nav a:hover, .nav a[aria-current="page"] { border-bottom-color: currentColor; color: inherit; }
.lang { font-size: 0.6875rem; font-weight: 600; letter-spacing: 0.2em; color: var(--muted); }
.lang a { text-decoration: none; }
.lang [aria-current="true"] { color: var(--ink); text-decoration: underline; text-underline-offset: 0.35em; }
.header-cta { padding: 0.85em 1.2em; }

/* Home: header floats over the hero until the visitor scrolls. */
.is-home .site-header { position: fixed; left: 0; right: 0; background: transparent; border-color: transparent; color: var(--plaster); -webkit-backdrop-filter: none; backdrop-filter: none; }
.is-home .site-header .brand .on-dark { display: block; }
.is-home .site-header .brand .on-light { display: none; }
.is-home .site-header .lang, .is-home .site-header .lang [aria-current="true"] { color: var(--plaster); }
.is-home .site-header .header-cta { background: var(--plaster); color: var(--ink); border-color: var(--plaster); }
.is-home.scrolled .site-header { background: rgba(242, 238, 231, 0.92); border-color: var(--line); color: var(--ink); -webkit-backdrop-filter: blur(12px) saturate(1.3); backdrop-filter: blur(12px) saturate(1.3); }
.is-home.scrolled .site-header .brand .on-dark { display: none; }
.is-home.scrolled .site-header .brand .on-light { display: block; }
.is-home.scrolled .site-header .lang { color: var(--muted); }
.is-home.scrolled .site-header .lang [aria-current="true"] { color: var(--ink); }
.is-home.scrolled .site-header .header-cta { background: var(--ink); color: var(--plaster); border-color: var(--ink); }

.menu-toggle { display: none; margin-left: auto; background: none; border: 0; color: inherit; font: 600 0.75rem/1 var(--sans); letter-spacing: 0.2em; text-transform: uppercase; padding: 0.75rem 0; cursor: pointer; }

@media (max-width: 960px) {
	.menu-toggle { display: block; }
	.nav, .header-cta, .site-header .lang { display: none; }
	.nav-open .nav {
		display: block;
		position: fixed;
		inset: 76px 0 0 0;
		background: var(--plaster);
		color: var(--ink);
		padding: 2rem var(--gutter);
	}
	.nav-open .nav ul { flex-direction: column; gap: 0; }
	.nav-open .nav li { border-bottom: 1px solid var(--line); }
	.nav-open .nav a { display: block; font-family: var(--serif); font-size: 2rem; letter-spacing: 0; text-transform: none; font-weight: 400; padding: 0.6rem 0; border: 0; }
	.nav-open .nav .nav-extra { display: flex; justify-content: space-between; align-items: center; padding-top: 1.5rem; border: 0; }
	.nav-open .nav .nav-extra .lang { display: block; }
}
@media (min-width: 961px) { .nav .nav-extra { display: none; } }


/* ------------------------------------------------------------------- Hero */

.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; color: var(--plaster); overflow: hidden; }
.hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 62% 55%; }
@media (min-width: 1100px) { .hero img { object-position: 50% 55%; left: 36%; width: 64%; } .hero { background: #151310; } .hero::after { background: linear-gradient(90deg, #151310 34%, rgba(21,19,16,0.55) 44%, rgba(21,19,16,0) 60%), linear-gradient(180deg, rgba(20,18,16,0.35) 0%, rgba(20,18,16,0) 25%); } }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20, 18, 16, 0.25) 0%, rgba(20, 18, 16, 0) 30%, rgba(20, 18, 16, 0.2) 55%, rgba(20, 18, 16, 0.7) 100%); }
.hero .wrap { position: relative; z-index: 1; width: 100%; padding-bottom: clamp(3rem, 8vh, 6rem); }
.hero .label { color: rgba(242, 238, 231, 0.8); margin-bottom: 1.5rem; }
.hero p { max-width: 34rem; font-size: 1.125rem; font-weight: 300; margin: 1.75rem 0 2.25rem; color: rgba(242, 238, 231, 0.92); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1.5rem; align-items: center; }
.hero .link-arrow { color: var(--plaster); }
.hero-caption { position: absolute; right: var(--gutter); bottom: 1.5rem; z-index: 1; font-size: 0.75rem; color: rgba(242, 238, 231, 0.7); }

/* Inner page hero: text + image split */
.page-hero { padding: clamp(4rem, 9vw, 8rem) 0 clamp(3rem, 6vw, 5rem); }
.page-hero .grid { align-items: center; }
.page-hero .display { font-size: clamp(3rem, 7vw, 6.25rem); }
.page-hero figure { margin: 0; }

/* ------------------------------------------------------------------- Grid */

.grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: clamp(1.25rem, 3vw, 2.5rem); }
/* span-N sets the width, start-N the first column; they combine. */
.span-4 { grid-column-end: span 4; } .span-5 { grid-column-end: span 5; } .span-6 { grid-column-end: span 6; }
.span-7 { grid-column-end: span 7; } .span-8 { grid-column-end: span 8; } .span-12 { grid-column: 1 / -1; }
.start-6 { grid-column-start: 6; } .start-7 { grid-column-start: 7; } .start-8 { grid-column-start: 8; } .start-9 { grid-column-start: 9; }
@media (max-width: 860px) {
	.grid > [class*="span-"] { grid-column: 1 / -1; }
}

/* Section heading row: label left, title right */
.section-head { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: clamp(1.25rem, 3vw, 2.5rem); margin-bottom: clamp(2.5rem, 6vw, 5rem); align-items: baseline; }
.section-head .label { grid-column: span 3; }
.section-head > :not(.label) { grid-column: 4 / -1; }
@media (max-width: 860px) { .section-head > * { grid-column: 1 / -1 !important; } .section-head .label { margin-bottom: 0.75rem; } }

/* -------------------------------------------------------------- Statement */

.statement { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: clamp(1.25rem, 3vw, 2.5rem); }
.statement .label { grid-column: span 3; padding-top: 0.9rem; }
.statement .lead { grid-column: 4 / span 8; }
.statement .body { grid-column: 4 / span 6; margin-top: 2rem; color: var(--ink-2); }
@media (max-width: 860px) { .statement > * { grid-column: 1 / -1 !important; } }

/* ------------------------------------------------------------ Offer cards */

.offers { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1.25rem, 3vw, 2.5rem); }
.offer { text-decoration: none; display: flex; flex-direction: column; gap: 1.25rem; }
.offer figure { margin: 0; overflow: hidden; aspect-ratio: 4 / 5; background: var(--stone); }
.offer img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.offer:hover img { transform: scale(1.04); }
.offer .h3 { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; }
.offer .h3::after { content: "→"; font-family: var(--sans); font-size: 1rem; transition: transform 0.3s var(--ease); }
.offer:hover .h3::after { transform: translateX(4px); }
.offer p { color: var(--ink-2); margin: 0; font-size: 0.975rem; }
@media (max-width: 860px) { .offers { grid-template-columns: 1fr; } .offer figure { aspect-ratio: 4 / 3; } }

/* --------------------------------------------------- Occasions (list rows) */

.rows { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.rows li { border-bottom: 1px solid var(--line); }
.row {
	display: grid;
	grid-template-columns: 3rem minmax(0, 1.2fr) minmax(0, 1fr) auto;
	gap: 1.5rem;
	align-items: baseline;
	padding: 1.75rem 0;
	text-decoration: none;
	position: relative;
}
.row .num { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.18em; color: var(--muted); }
.row .h3 { transition: transform 0.5s var(--ease); }
.row p { margin: 0; color: var(--ink-2); font-size: 0.975rem; }
.row .go { font-size: 1.1rem; }
.row:hover .h3 { transform: translateX(0.5rem); }
@media (max-width: 860px) {
	.row { grid-template-columns: 2.25rem 1fr; }
	.row p { grid-column: 2; }
	.row .go { display: none; }
}

/* -------------------------------------------------------------- Marquee */

.marquee { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 1.1rem 0; white-space: nowrap; }
.marquee__track { display: inline-flex; gap: 3rem; animation: marquee 48s linear infinite; font-family: var(--serif); font-size: clamp(1.4rem, 2.4vw, 2rem); color: var(--ink-2); }
.marquee__track span::after { content: "·"; margin-left: 3rem; color: var(--muted); font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ------------------------------------------------------------ Works wall */

.works { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: clamp(0.75rem, 1.6vw, 1.5rem); }
.work { margin: 0; }
.work img { width: 100%; height: 100%; object-fit: cover; }
.work figcaption { margin-top: 0.85rem; font-size: 0.8125rem; line-height: 1.5; color: rgba(242, 238, 231, 0.72); }
.section:not(.section--ink) .work figcaption { color: var(--muted); }
.work figcaption strong { display: block; font-family: var(--serif); font-weight: 400; font-size: 1.25rem; color: var(--plaster); }
.section:not(.section--ink) .work figcaption strong { color: var(--ink); }
.w-7 { grid-column: span 7; } .w-5 { grid-column: span 5; } .w-4 { grid-column: span 4; } .w-6 { grid-column: span 6; } .w-8 { grid-column: span 8; } .w-3 { grid-column: span 3; }
.work .frame { overflow: hidden; background: #111; }
.work.tall .frame { aspect-ratio: 3 / 4; }
.work.wide .frame { aspect-ratio: 4 / 3; }
.work.pano .frame { aspect-ratio: 16 / 10; }
.offset-down { margin-top: clamp(3rem, 10vw, 9rem); }
@media (max-width: 860px) { .works > * { grid-column: 1 / -1 !important; margin-top: 0 !important; } }

/* ----------------------------------------------------------- Discretion */

.principles { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; border-top: 1px solid var(--line); }
.principle { padding: 2rem 2rem 0 0; }
.principle + .principle { border-left: 1px solid var(--line); padding-left: 2rem; }
.principle h3 { font-family: var(--serif); font-size: 1.5rem; line-height: 1.15; margin-bottom: 0.75rem; }
.principle p { font-size: 0.95rem; color: var(--ink-2); margin: 0; }
@media (max-width: 860px) { .principles { grid-template-columns: 1fr 1fr; } .principle:nth-child(3) { border-left: 0; padding-left: 0; } .principle { padding-bottom: 2rem; } }
@media (max-width: 520px) { .principles { grid-template-columns: 1fr; } .principle + .principle { border-left: 0; padding-left: 0; border-top: 1px solid var(--line); } }

/* ---------------------------------------------------------------- Steps */

.steps { counter-reset: step; list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(1.25rem, 3vw, 2.5rem); }
.steps li { counter-increment: step; border-top: 1px solid var(--ink); padding-top: 1.25rem; }
.steps li::before { content: counter(step, decimal-leading-zero); display: block; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.18em; color: var(--muted); margin-bottom: 2.5rem; }
.steps h3 { font-family: var(--serif); font-size: 1.6rem; line-height: 1.1; margin-bottom: 0.6rem; }
.steps p { font-size: 0.95rem; color: var(--ink-2); margin: 0; }
.steps .meta { display: block; margin-top: 1rem; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); }
@media (max-width: 860px) { .steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .steps { grid-template-columns: 1fr; } }

/* ---------------------------------------------------------------- Quotes */

.quotes { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(2rem, 5vw, 5rem); }
.quote blockquote { margin: 0; font-family: var(--serif); font-size: clamp(1.4rem, 2.2vw, 1.9rem); line-height: 1.3; }
.quote blockquote::before { content: "“"; display: block; font-size: 3rem; line-height: 0.6; margin-bottom: 0.75rem; color: var(--muted); }
.quote figcaption { margin-top: 1.25rem; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); }
@media (max-width: 860px) { .quotes { grid-template-columns: 1fr; } }

/* ----------------------------------------------------------- Price table */

.prices { border-top: 1px solid var(--ink); }
.price { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 2fr) auto; gap: 1.5rem; padding: 1.6rem 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.price h3 { font-family: var(--serif); font-size: 1.6rem; line-height: 1.15; }
.price p { margin: 0; font-size: 0.95rem; color: var(--ink-2); }
.price .amount { font-size: 0.8125rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; white-space: nowrap; }
@media (max-width: 720px) { .price { grid-template-columns: 1fr auto; } .price p { grid-column: 1 / -1; order: 3; } }

/* ------------------------------------------------------------------- FAQ */

.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; display: flex; justify-content: space-between; gap: 2rem; align-items: baseline; padding: 1.5rem 0; cursor: pointer; font-family: var(--serif); font-size: clamp(1.3rem, 2vw, 1.65rem); line-height: 1.2; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: var(--sans); font-weight: 300; font-size: 1.5rem; transition: transform 0.3s var(--ease); }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .answer { padding: 0 0 1.75rem; max-width: 44rem; color: var(--ink-2); }

/* --------------------------------------------------------------- CTA band */

.cta-band { text-align: left; }
.cta-band .grid { align-items: end; }
.cta-band .h2 { max-width: 14ch; }
.cta-band p { max-width: 30rem; color: rgba(242, 238, 231, 0.8); }

/* ------------------------------------------------------------ Split media */

.split { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: clamp(1.25rem, 3vw, 2.5rem); align-items: center; }
.split figure { margin: 0; grid-column: span 6; }
.split .text { grid-column: 8 / span 5; }
.split.reverse figure { order: 2; grid-column: 7 / span 6; }
.split.reverse .text { order: 1; grid-column: 1 / span 5; }
.split figure img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.split .text > * + * { margin-top: 1.25rem; }
@media (max-width: 860px) { .split > * { grid-column: 1 / -1 !important; order: initial !important; } }

.list-plain { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.list-plain li { padding: 0.9rem 0; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; gap: 1rem; }
.list-plain li span:last-child { color: var(--muted); font-size: 0.875rem; }

/* ---------------------------------------------------------------- Forms */

.form { display: grid; gap: 2rem; }
.field label, .field legend { display: block; font-size: 0.6875rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted); margin-bottom: 0.6rem; }
.field input[type="text"], .field input[type="email"], .field input[type="tel"], .field textarea, .field select {
	width: 100%;
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--ink);
	border-radius: 0;
	padding: 0.7rem 0;
	font: 300 1.125rem/1.5 var(--sans);
	color: var(--ink);
}
.field textarea { min-height: 7rem; resize: vertical; }
.field fieldset { border: 0; margin: 0; padding: 0; }
.chips { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.chip input { position: absolute; opacity: 0; pointer-events: none; }
.chip span { display: inline-block; padding: 0.6em 1.1em; border: 1px solid var(--line); font-size: 0.9rem; cursor: pointer; transition: all 0.2s var(--ease); }
.chip input:checked + span { background: var(--ink); color: var(--plaster); border-color: var(--ink); }
.chip input:focus-visible + span { outline: 2px solid var(--signal); outline-offset: 2px; }
.form-note { font-size: 0.8125rem; color: var(--muted); }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
@media (max-width: 640px) { .two-col { grid-template-columns: 1fr; } }

/* --------------------------------------------------------------- Footer */

.site-footer { background: var(--ink); color: rgba(242, 238, 231, 0.75); padding: clamp(4rem, 8vw, 7rem) 0 2rem; font-size: 0.9375rem; }
.site-footer a { color: var(--plaster); text-decoration: none; }
.site-footer a:hover { color: var(--greige); }
.footer-top { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 2.5rem; padding-bottom: 4rem; border-bottom: 1px solid rgba(242, 238, 231, 0.14); }
.footer-top img { width: 132px; opacity: 0.9; }
.footer-top h2 { font-size: 0.6875rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(242, 238, 231, 0.5); margin-bottom: 1.1rem; }
.footer-top ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.45rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; padding-top: 1.5rem; font-size: 0.8125rem; color: rgba(242, 238, 231, 0.5); }
.footer-bottom nav { display: flex; gap: 1.5rem; }
@media (max-width: 860px) { .footer-top { grid-template-columns: 1fr 1fr; } }

/* -------------------------------------------------------------- Concept */

.concept-note {
	border-left: 2px solid var(--signal);
	background: rgba(207, 214, 42, 0.08);
	padding: 1rem 1.25rem;
	font-size: 0.875rem;
	color: var(--ink-2);
	max-width: 44rem;
}
.section--ink .concept-note { color: rgba(242, 238, 231, 0.8); }

/* --------------------------------------------------------------- Motion */

.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity 1s var(--ease), transform 1.1s var(--ease); }
.js .reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.marquee__track { animation: none; }
	.js .reveal { opacity: 1; transform: none; transition: none; }
	*, *::before, *::after { transition-duration: 0.01ms !important; }
}

/* --------------------------------------------------- Mobile refinements */

@media (max-width: 960px) {
	/* Hero text sits on the lower part of the photo: darken it more. */
	.hero::after { background: linear-gradient(180deg, rgba(20, 18, 16, 0.35) 0%, rgba(20, 18, 16, 0) 22%, rgba(20, 18, 16, 0.35) 42%, rgba(20, 18, 16, 0.88) 78%, rgba(20, 18, 16, 0.92) 100%); }

	/* Open menu: solid header, dark text, normal button and language switch. */
	.nav-open .site-header,
	.is-home.nav-open .site-header { background: var(--plaster); color: var(--ink); border-color: var(--line); }
	.is-home.nav-open .site-header .brand .on-dark { display: none; }
	.is-home.nav-open .site-header .brand .on-light { display: block; }
	.nav-open .nav .nav-extra .lang,
	.is-home.nav-open .site-header .nav .lang { color: var(--muted); }
	.nav-open .nav .nav-extra .lang [aria-current="true"] { color: var(--ink); }
	.nav-open .nav .nav-extra .btn {
		display: inline-flex;
		font-family: var(--sans);
		font-size: 0.75rem;
		font-weight: 600;
		letter-spacing: 0.2em;
		text-transform: uppercase;
		padding: 1.05em 1.6em;
		border: 1px solid var(--ink);
		background: var(--ink);
		color: var(--plaster);
	}
}
@media (max-width: 960px) {
	.nav-open .nav .nav-extra .lang a { display: inline; font: 600 0.75rem/1 var(--sans); letter-spacing: 0.2em; text-transform: uppercase; padding: 0; border: 0; }
	.nav-open .nav .nav-extra .lang { font-size: 0.75rem; }
}
@media (max-width: 960px) {
	/* backdrop-filter would make the header the containing block of the
	   fixed menu panel (height 76px) – switch it off while the menu is open. */
	.nav-open .site-header { -webkit-backdrop-filter: none; backdrop-filter: none; }
	.nav-open .nav { height: calc(100dvh - 76px); overflow-y: auto; }
}


/* ======================================================= v2 components */

/* Organic image shapes – echo the soft edges of a cast. */
.shape-arch { border-radius: 999px 999px 24px 24px; overflow: hidden; }
.shape-leaf { border-radius: 42px 220px 42px 220px; overflow: hidden; }
.shape-pebble { border-radius: 48% 52% 46% 54% / 55% 45% 55% 45%; overflow: hidden; }
.shape-arch img, .shape-leaf img, .shape-pebble img { width: 100%; height: 100%; object-fit: cover; }

/* Soft colour blobs behind images */
.blobbed { position: relative; isolation: isolate; }
.blob { position: absolute; z-index: -1; border-radius: 50% 45% 55% 50% / 55% 50% 50% 45%; }
.blob--signal { background: var(--signal); }
.blob--pink { background: var(--pink); }
.blob--lilac { background: var(--lilac); }
.blob--greige { background: var(--greige); }

/* lc monogram as a sticker – as on the Instagram posts */
.sticker { position: absolute; width: 58px; height: auto; z-index: 2; filter: drop-shadow(0 1px 6px rgba(0,0,0,.18)); }

/* Wavy top edge for sections */
.wave { position: relative; }
.wave::before {
	content: "";
	position: absolute;
	left: 0; right: 0; top: -39px;
	height: 40px;
	background: inherit;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 40' preserveAspectRatio='none'%3E%3Cpath d='M0 40V22C160 4 320 0 480 10s320 30 480 26 320-24 480-30v12H0z'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 40' preserveAspectRatio='none'%3E%3Cpath d='M0 40V22C160 4 320 0 480 10s320 30 480 26 320-24 480-30v12H0z'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
}
.section--blush { background: var(--blush); }
.section--lilac { background: var(--lilac); }
.section--signal { background: var(--signal); }

/* Home hero v2: personal, light, with Brooke */
.hero2 { padding: clamp(7.5rem, 13vw, 10rem) 0 clamp(4rem, 8vw, 7rem); overflow: hidden; }
.hero2 .grid { align-items: center; }
.hero2 .display { font-size: clamp(3.2rem, 7.6vw, 7rem); }
.hero2 .hello { font-family: var(--serif); font-size: clamp(1.35rem, 2.1vw, 1.75rem); line-height: 1.35; margin: 1.75rem 0 2.25rem; max-width: 30rem; color: var(--ink-2); }
.hero2 figure { margin: 0; position: relative; }
.hero2 .portrait { aspect-ratio: 4 / 5; }
.hero2 .blob-a { width: 58%; aspect-ratio: 1; right: -8%; top: -6%; }
.hero2 .blob-b { width: 34%; aspect-ratio: 1; left: -10%; bottom: 8%; }
.hero2 .sticker { right: 8%; bottom: 7%; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1.5rem; align-items: center; }

/* Offer cards v2: shaped images */
.offer figure.shape-arch, .offer figure.shape-leaf, .offer figure.shape-pebble { aspect-ratio: 4 / 5; background: var(--stone); }

/* "Who we are" statement */
.hello-band .lead { font-size: clamp(1.8rem, 3.4vw, 3rem); line-height: 1.15; }
.tags { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 2rem; }
.tag { padding: 0.55em 1.1em; border-radius: 999px; background: var(--plaster); font-size: 0.85rem; font-weight: 400; }
.tag:nth-child(4n+1) { background: var(--signal); }
.tag:nth-child(4n+2) { background: var(--pink); }
.tag:nth-child(4n+3) { background: var(--lilac); }

/* CTA band on chartreuse */
.cta-band.section--signal .h2, .cta-band.section--signal .display { color: var(--ink); }
.cta-band.section--signal p { color: var(--ink-2); }

.split figure.shape-arch img, .split figure.shape-leaf img, .split figure.shape-pebble img { aspect-ratio: 4 / 5; }

/* Phones: Brooke first – she is the reason people come. */
@media (max-width: 860px) {
	.hero2 { padding-top: 6.5rem; }
	.hero2 figure { order: -1; width: 82%; margin: 0 auto 1.5rem; }
	.hero2 .portrait { aspect-ratio: 1 / 1; }
	.page-hero figure.blobbed { order: -1; width: 82%; margin: 0 auto; }
}


/* ================================================ v3: back to the v1 layout
 * Brooke preferred the calm v1 look with her own photos. The v2 helpers stay
 * in the markup but render quietly: no blobs, waves, stickers or pink;
 * rectangular images; chartreuse only as the small dot in the buttons.
 */
.blob, .sticker { display: none !important; }
.wave::before { display: none; }
.shape-arch, .shape-leaf, .shape-pebble { border-radius: 0; }
.section--blush { background: var(--stone); }
.section--signal { background: var(--ink); color: var(--plaster); }
.section--signal .label, .cta-band.section--signal .label { color: rgba(242, 238, 231, 0.55) !important; }
.cta-band.section--signal .h2, .cta-band.section--signal .display { color: var(--plaster); }
.cta-band.section--signal p, .cta-band.section--signal .small { color: rgba(242, 238, 231, 0.8) !important; }
.cta-band.section--signal .btn { background: var(--plaster); color: var(--ink); border-color: var(--plaster); }
.cta-band.section--signal .btn:hover { background: transparent; color: var(--plaster); }
.btn--signal { background: var(--ink); color: var(--plaster); border-color: var(--ink); }
.btn--signal::before { background: var(--signal); }
.btn--signal:hover { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn--signal:hover::before { background: var(--signal); }
.hero .btn--signal { background: var(--plaster); color: var(--ink); border-color: var(--plaster); }
.hero .btn--signal:hover { background: transparent; color: var(--plaster); }
.tag, .tag:nth-child(n) { background: transparent; border: 1px solid var(--line); }

/* Phones: keep Brooke's face above the text on the home hero. */
@media (max-width: 960px) {
	.is-home .hero img { object-position: 42% 8%; height: 68%; }
	.is-home .hero { background: #151310; }
	.is-home .hero::after { background: linear-gradient(180deg, rgba(20,18,16,0.35) 0%, rgba(20,18,16,0) 18%, rgba(20,18,16,0) 40%, #151310 68%); }
}
