:root {
  --ink: #211a1d;
  --ink-soft: #4f403b;
  --cream: #fff8ed;
  --paper: #fffdf8;
  --butter: #fff0a8;
  --coral: #ef5c4d;
  --coral-deep: #b93632;
  --sage: #879c7b;
  --sage-deep: #466044;
  --line: rgba(33, 26, 29, .17);
  --white-line: rgba(255, 248, 237, .18);
  --display: "Fraunces", Georgia, serif;
  --sans: "DM Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --shell: 1180px;
  --radius: 26px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; overflow-x: hidden; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); font-size: 1.05rem; line-height: 1.62; overflow-x: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
h1, h2, h3, p, figure { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); line-height: .98; letter-spacing: -.035em; }
.shell { width: min(var(--shell), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; background: var(--ink); color: var(--cream); padding: 10px 15px; border-radius: 8px; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }
.eyebrow { margin: 0 0 14px; color: var(--coral-deep); font-size: .76rem; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.display { margin: 0; font-size: clamp(3rem, 7.5vw, 6.8rem); }
.lead { font-size: clamp(1.12rem, 2vw, 1.34rem); line-height: 1.48; max-width: 40ch; }
.muted { color: var(--ink-soft); }

.site-header { position: sticky; top: 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; gap: 22px; min-height: 72px; padding: 10px max(20px, calc((100% - var(--shell)) / 2)); background: rgba(255, 248, 237, .9); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; border: 2px solid var(--coral); }
.brand strong { display: block; font-family: var(--display); font-size: 1.38rem; line-height: 1; }
.brand small { display: block; margin-top: 3px; color: var(--ink-soft); font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: 24px; }
.nav a { text-decoration: none; font-size: .91rem; font-weight: 700; }
.nav a:hover { color: var(--coral-deep); }
.nav .nav-cta { padding: 10px 17px; border-radius: 999px; background: var(--ink); color: var(--cream); }
.nav .nav-cta:hover { background: var(--coral-deep); color: #fff; }
.menu-button { display: none; border: 1px solid var(--line); background: transparent; color: var(--ink); border-radius: 999px; padding: 8px 13px; font-weight: 800; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 23px; border: 2px solid var(--ink); border-radius: 999px; background: var(--ink); color: var(--cream); font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .18s, background .18s, color .18s; }
.button:hover { transform: translateY(-2px); background: var(--coral-deep); border-color: var(--coral-deep); }
.button.light { background: transparent; color: var(--ink); }
.button.light:hover { background: var(--ink); color: var(--cream); }
.button.coral { background: var(--coral); border-color: var(--coral); color: var(--ink); }
.button.coral:hover { background: var(--butter); border-color: var(--butter); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }

.hero { position: relative; overflow: hidden; background: var(--butter); }
.hero::before { content: ""; position: absolute; width: 36rem; height: 36rem; left: -14rem; bottom: -22rem; border-radius: 50%; background: var(--coral); opacity: .95; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.06fr .94fr; gap: 54px; align-items: center; min-height: 690px; padding-block: 58px; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { margin: 0 0 24px; font-size: clamp(4rem, 10.8vw, 9.2rem); line-height: .77; max-width: 8ch; }
.hero h1 span { display: block; font-size: .35em; font-family: var(--sans); letter-spacing: .02em; text-transform: uppercase; margin-bottom: 20px; }
.hero .lead { margin-bottom: 27px; }
.hero-card { position: relative; width: min(100%, 510px); margin-left: auto; }
.hero-photo { margin: 0; overflow: hidden; aspect-ratio: 4 / 5; border: 4px solid var(--ink); border-radius: 46% 46% 20px 20px; background: var(--cream); box-shadow: 18px 18px 0 var(--coral); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; }
.hero-sticker { position: absolute; left: -42px; bottom: 46px; display: grid; place-items: center; width: 150px; aspect-ratio: 1; border-radius: 50%; background: var(--sage-deep); color: var(--cream); text-align: center; font-weight: 800; line-height: 1.15; transform: rotate(-8deg); border: 4px solid var(--cream); }
.hero-sticker b { display: block; font-family: var(--display); font-size: 2rem; }
.trust-strip { border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); background: var(--paper); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 22px 24px; border-right: 1px solid var(--line); }
.trust-item:first-child { padding-left: 0; }
.trust-item:last-child { border-right: 0; }
.trust-item b { display: block; font-family: var(--display); font-size: 2.1rem; line-height: 1; }
.trust-item span { display: block; margin-top: 6px; color: var(--ink-soft); font-size: .86rem; line-height: 1.35; }

.section { padding: 104px 0; }
.section-head { display: grid; grid-template-columns: 1fr .7fr; gap: 36px; align-items: end; margin-bottom: 42px; }
.section-head p:last-child { margin: 0; color: var(--ink-soft); }
.about { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 66px; align-items: center; }
.about-visual { position: relative; min-height: 610px; }
.about-visual .main { position: absolute; inset: 0 18% 0 0; margin: 0; overflow: hidden; border-radius: var(--radius); transform: rotate(-2deg); border: 3px solid var(--ink); }
.about-visual .main img { width: 100%; height: 100%; object-fit: cover; object-position: center 16%; }
.about-visual .small { position: absolute; right: 0; bottom: 8%; width: 46%; margin: 0; overflow: hidden; border-radius: 22px; transform: rotate(4deg); border: 3px solid var(--cream); box-shadow: 0 16px 38px rgba(33,26,29,.22); }
.about-visual .small img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.quote { margin: 28px 0; padding: 22px 24px; border-left: 7px solid var(--coral); background: var(--butter); font-family: var(--display); font-size: clamp(1.5rem, 3vw, 2.25rem); line-height: 1.18; }
.pillars { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; margin-top: 28px; }
.pillar { padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.pillar b { display: block; font-family: var(--display); font-size: 1.3rem; }
.pillar span { display: block; margin-top: 5px; color: var(--ink-soft); font-size: .9rem; }

.model-story { background: var(--coral); color: var(--ink); overflow: hidden; }
.model-story-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 58px; align-items: center; }
.model-story .eyebrow { color: var(--ink); }
.model-story .display { max-width: 8ch; }
.model-story-copy p { max-width: 49ch; font-weight: 600; }
.model-story .source-line { margin: 22px 0 0; font-size: .82rem; font-weight: 700; opacity: .8; }
.model-story .source-line a { text-underline-offset: 3px; }
.model-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; transform: rotate(1deg); }
.model-gallery figure { margin: 0; overflow: hidden; border: 3px solid var(--ink); border-radius: 22px; background: var(--cream); box-shadow: 6px 6px 0 var(--ink); }
.model-gallery figure:nth-child(2), .model-gallery figure:nth-child(4) { transform: translateY(34px); }
.model-gallery img { width: 100%; aspect-ratio: 3 / 4.45; object-fit: cover; }

.territories { background: var(--ink); color: var(--cream); }
.territories .eyebrow { color: var(--butter); }
.territories .section-head p:last-child { color: #d3c6c1; }
.territory-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.territory { padding: 24px; border: 1px solid var(--white-line); border-radius: 22px; background: rgba(255,255,255,.04); }
.territory .num { display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--butter); color: var(--ink); font-weight: 900; }
.territory h3 { margin: 34px 0 12px; font-size: 1.75rem; }
.territory p { margin: 0; color: #d3c6c1; font-size: .94rem; }

.work { background: var(--paper); }
.work-grid { display: grid; grid-template-columns: 1.05fr .95fr .95fr; gap: 18px; }
.work-card { position: relative; min-height: 480px; overflow: hidden; border-radius: var(--radius); color: #fff; text-decoration: none; isolation: isolate; }
.work-card img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.work-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(0,0,0,.04) 30%, rgba(20,13,16,.88) 100%); }
.work-card:hover img { transform: scale(1.04); }
.work-card .tag { position: absolute; left: 18px; top: 18px; padding: 7px 12px; border-radius: 999px; background: var(--butter); color: var(--ink); font-size: .72rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.work-card .caption { position: absolute; left: 0; right: 0; bottom: 0; padding: 26px; }
.work-card h3 { margin: 0 0 10px; font-size: 2.1rem; }
.work-card p { margin: 0; font-size: .92rem; line-height: 1.45; }

.partners { background: var(--butter); }
.partner-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.partner { display: flex; flex-direction: column; gap: 12px; min-height: 250px; padding: 25px; border: 2px solid var(--ink); border-radius: 20px; background: var(--paper); box-shadow: 7px 7px 0 var(--ink); }
.partner small { color: var(--coral-deep); font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.partner h3 { margin: 0; font-size: 2rem; }
.partner p { flex: 1; margin: 0; color: var(--ink-soft); font-size: .94rem; }
.coupon { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 9px 10px 9px 15px; border: 2px dashed var(--ink); border-radius: 12px; background: var(--cream); }
.coupon code { font-size: 1.05rem; font-weight: 900; letter-spacing: .08em; }
.copy { border: 0; border-radius: 8px; background: var(--ink); color: var(--cream); padding: 8px 11px; font-weight: 800; cursor: pointer; }
.partner-link { font-weight: 800; text-decoration: none; color: var(--coral-deep); }
.partner-link:hover { text-decoration: underline; }
.partner-note { margin: 26px 0 0; color: var(--ink-soft); font-size: .9rem; }

.gallery { background: var(--cream); }
.gallery-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 18px; }
.gallery-grid figure { margin: 0; overflow: hidden; border-radius: var(--radius); border: 3px solid var(--ink); }
.gallery-grid figure:first-child { min-height: 540px; }
.gallery-grid figure:last-child { min-height: 540px; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; }
.gallery-grid figure:first-child img { object-position: center 15%; }
.gallery-grid figure:last-child img { object-position: center bottom; }

.contact { background: var(--coral); color: var(--ink); }
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 54px; align-items: center; }
.contact h2 { margin: 0 0 24px; font-size: clamp(3.4rem, 8vw, 7rem); }
.contact p { max-width: 50ch; font-weight: 600; }
.contact-card { padding: 28px; border: 3px solid var(--ink); border-radius: var(--radius); background: var(--cream); box-shadow: 10px 10px 0 var(--ink); }
.contact-card h3 { margin: 0 0 12px; font-size: 2.2rem; }
.contact-card p { color: var(--ink-soft); font-weight: 400; }
.contact-card .stack { display: grid; gap: 10px; }
.contact-card .button { width: 100%; }

.site-footer { padding: 48px 0 58px; background: var(--ink); color: var(--cream); }
.footer-grid { display: flex; justify-content: space-between; align-items: center; gap: 28px; flex-wrap: wrap; }
.site-footer .brand small { color: #c9bbb6; }
.footer-links { display: flex; flex-wrap: wrap; gap: 20px; }
.footer-links a { text-decoration: none; font-weight: 700; }
.footer-links a:hover { color: var(--butter); }
.footer-note { margin: 25px 0 0; color: #bba9a3; font-size: .82rem; }

/* Midia kit */
.kit-body { background: var(--paper); }
.kit-cover { overflow: hidden; background: var(--ink); color: var(--cream); }
.kit-cover-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: end; padding-top: 52px; }
.kit-cover-copy { padding-bottom: 54px; }
.kit-cover h1 { margin: 0 0 22px; font-size: clamp(4rem, 10vw, 8.6rem); line-height: .8; }
.kit-cover .eyebrow { color: var(--butter); }
.kit-photo { margin: 0; overflow: hidden; width: min(100%, 440px); aspect-ratio: 4 / 5; border-radius: 48% 48% 0 0; border: 4px solid var(--butter); border-bottom: 0; }
.kit-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 13%; }
.kit-stats { background: var(--butter); border-block: 2px solid var(--ink); }
.kit-stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.kit-stat { padding: 24px; border-right: 2px solid var(--ink); }
.kit-stat:first-child { padding-left: 0; }
.kit-stat:last-child { border-right: 0; }
.kit-stat b { display: block; font-family: var(--display); font-size: 2.8rem; line-height: 1; }
.kit-stat span { display: block; margin-top: 5px; color: var(--ink-soft); font-size: .84rem; }
.kit-section { padding: 86px 0; border-bottom: 1px solid var(--line); }
.kit-two { display: grid; grid-template-columns: .95fr 1.05fr; gap: 55px; align-items: center; }
.kit-two.reverse { grid-template-columns: 1.05fr .95fr; }
.kit-photos { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.kit-photos figure { margin: 0; overflow: hidden; border-radius: 22px; border: 3px solid var(--ink); }
.kit-photos img { width: 100%; height: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.kit-photos figure:nth-child(2) { transform: translateY(25px); }
.format-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.format { padding: 23px; border: 2px solid var(--ink); border-radius: 18px; background: var(--cream); box-shadow: 6px 6px 0 var(--ink); }
.format small { color: var(--coral-deep); font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.format h3 { margin: 18px 0 9px; font-size: 1.7rem; }
.format p { margin: 0; color: var(--ink-soft); font-size: .92rem; }
.fit-list { display: grid; grid-template-columns: repeat(2, 1fr); border: 2px solid var(--ink); border-radius: 20px; overflow: hidden; }
.fit-list div { padding: 20px 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.fit-list div:nth-child(2n) { border-right: 0; }
.fit-list div:nth-last-child(-n+2) { border-bottom: 0; }
.fit-list b { display: block; font-family: var(--display); font-size: 1.45rem; }
.fit-list span { color: var(--ink-soft); font-size: .88rem; }
.kit-dark { background: var(--sage-deep); color: var(--cream); }
.kit-dark .eyebrow { color: var(--butter); }
.kit-dark .display { max-width: 9ch; }
.kit-dark p { color: #e0e8dc; }
.kit-dark .pillar { color: var(--ink); }
.kit-dark .pillar b { color: var(--ink); }
.kit-dark .pillar span { color: var(--ink-soft); }
.kit-dark-photo { margin: 0; overflow: hidden; border-radius: var(--radius); border: 4px solid var(--butter); }
.kit-dark-photo img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 16%; }
.model-kit-collage { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.model-kit-collage figure { margin: 0; overflow: hidden; border: 3px solid var(--ink); border-radius: 22px; background: var(--cream); }
.model-kit-collage figure:nth-child(2) { transform: translateY(28px); }
.model-kit-collage img { width: 100%; aspect-ratio: 3 / 4.5; object-fit: cover; }

.proposal { background: var(--butter); }
.proposal-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 52px; align-items: start; }
.proposal-types { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 22px 0 28px; list-style: none; }
.proposal-types li { padding: 7px 13px; border-radius: 999px; background: var(--ink); color: var(--cream); font-size: .85rem; font-weight: 800; }
.channels { display: grid; gap: 10px; }
.channels a { display: flex; justify-content: space-between; gap: 12px; padding: 14px 16px; border: 2px solid var(--ink); border-radius: 12px; background: var(--cream); text-decoration: none; font-weight: 800; }
.channels a:hover { background: var(--coral); }
.form-card { padding: 28px; border: 3px solid var(--ink); border-radius: var(--radius); background: var(--paper); box-shadow: 9px 9px 0 var(--ink); }
.form-card h3 { margin: 0 0 9px; font-size: 2.2rem; }
.hint { color: var(--ink-soft); font-size: .9rem; }
.field { display: grid; gap: 6px; margin-bottom: 13px; }
.field label { font-size: .88rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; border: 2px solid var(--ink); border-radius: 10px; background: #fff; color: var(--ink); padding: 11px 13px; }
.field textarea { min-height: 105px; resize: vertical; }
.form-actions { display: grid; gap: 9px; }
.form-actions .button { width: 100%; }
.form-status { min-height: 1.4em; margin: 11px 0 0; font-size: .88rem; font-weight: 800; }
.source-note { margin: 18px 0 0; color: var(--ink-soft); font-size: .82rem; }
.redirect { min-height: 100vh; display: grid; place-items: center; padding: 30px; text-align: center; background: var(--butter); }

@media (max-width: 960px) {
  .hero-grid, .about-grid, .model-story-grid, .contact-grid, .kit-cover-grid, .kit-two, .kit-two.reverse, .proposal-grid { grid-template-columns: 1fr; }
  .hero-grid { min-height: 0; }
  .hero-card, .kit-photo { margin-inline: auto; }
  .hero-sticker { left: 0; }
  .work-grid { grid-template-columns: repeat(2, 1fr); }
  .work-card:first-child { grid-column: 1 / -1; min-height: 560px; }
  .territory-grid, .partner-grid, .format-grid { grid-template-columns: repeat(2, 1fr); }
  .about-visual { min-height: 620px; }
  .kit-cover-copy { padding-bottom: 0; }
  .model-story .display { max-width: 12ch; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 28px, var(--shell)); }
  .menu-button { display: inline-block; }
  .nav { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 10px 18px 20px; background: var(--cream); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 0; }
  .nav.open { display: flex; }
  .nav a { padding: 13px 4px; border-bottom: 1px solid var(--line); }
  .nav .nav-cta { margin-top: 10px; text-align: center; }
  .brand strong { font-size: 1.12rem; }
  .brand small { display: none; }
  .section { padding: 72px 0; }
  .section-head { grid-template-columns: 1fr; gap: 16px; }
  .hero-grid { padding-block: 42px; gap: 36px; }
  .hero h1 { font-size: clamp(4.4rem, 27vw, 7.5rem); }
  .hero-photo { box-shadow: 10px 10px 0 var(--coral); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2n) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .trust-item:nth-child(3) { padding-left: 0; }
  .about-visual { min-height: 500px; }
  .pillars, .territory-grid, .work-grid, .partner-grid, .format-grid, .fit-list, .gallery-grid { grid-template-columns: 1fr; }
  .work-card, .work-card:first-child { grid-column: auto; min-height: 450px; }
  .gallery-grid figure:first-child, .gallery-grid figure:last-child { min-height: 430px; }
  .kit-stats-grid { grid-template-columns: 1fr; }
  .kit-stat { border-right: 0; border-bottom: 2px solid var(--ink); padding-left: 0; }
  .kit-stat:last-child { border-bottom: 0; }
  .kit-section { padding: 66px 0; }
  .kit-photos figure:nth-child(2) { transform: none; }
  .model-gallery figure:nth-child(2), .model-gallery figure:nth-child(4), .model-kit-collage figure:nth-child(2) { transform: none; }
  .fit-list div, .fit-list div:nth-child(2n), .fit-list div:nth-last-child(-n+2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .fit-list div:last-child { border-bottom: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}

@media print {
  @page { size: A4; margin: 12mm; }
  body, .kit-body { background: #fff !important; color: #000 !important; font-size: 10.5pt; print-color-adjust: exact; -webkit-print-color-adjust: exact; }
  .site-header, .skip-link, .print-hide, .form-card, .site-footer { display: none !important; }
  .shell { width: 100%; }
  .kit-cover-grid { grid-template-columns: 1.1fr .9fr; padding-top: 16px; gap: 20px; }
  .kit-cover-copy { padding-bottom: 18px; }
  .kit-cover h1 { font-size: 5rem; }
  .kit-photo { width: 230px; margin-left: auto; }
  .kit-stats-grid { grid-template-columns: repeat(3, 1fr); }
  .kit-stat { border-right: 2px solid #211a1d !important; border-bottom: 0 !important; padding: 10px !important; }
  .kit-stat:last-child { border-right: 0 !important; }
  .kit-stat b { font-size: 1.8rem; }
  .kit-section { padding: 22px 0; break-inside: avoid; }
  .display { font-size: 2.8rem; }
  .kit-two, .kit-two.reverse { grid-template-columns: 1fr 1fr; gap: 20px; }
  .format-grid { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .format { padding: 11px; box-shadow: 3px 3px 0 #211a1d; }
  .format h3 { font-size: 1.25rem; margin: 8px 0 5px; }
  .format p { font-size: .7rem; }
  .fit-list { grid-template-columns: repeat(2, 1fr); }
  .proposal-grid { grid-template-columns: 1fr; }
}
