/* Luiza Maeda | hub e midia kit. Marinho dos cards dela, creme de consultorio, uva verde e dourado do monograma. */
:root {
  --navy: #1f1844;
  --navy-2: #2a2260;
  --navy-3: #383166;
  --ink: #120e2b;
  --cream: #f7f1e6;
  --paper: #fffaf1;
  --grape: #b7d06f;
  --grape-deep: #6f8f2a;
  --berry: #e5546c;
  --gold: #c9a45c;
  --sky: #86b4ff;
  --line: rgba(31, 24, 68, .16);
  --line-light: rgba(247, 241, 230, .2);
  --radius: 22px;
  --display: "Fraunces", Georgia, "Times New Roman", serif;
  --body: "Sora", "Segoe UI", system-ui, sans-serif;
  --gutter: clamp(18px, 4vw, 40px);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--body);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--navy);
  background: var(--cream);
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3, h4 { font-family: var(--display); font-weight: 600; line-height: 1.05; margin: 0; letter-spacing: -.01em; }
p { margin: 0 0 1em; }
.container { width: min(100% - 2 * var(--gutter), var(--max)); margin-inline: auto; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--grape); color: var(--ink); padding: 10px 16px; border-radius: 999px; z-index: 100; }
.skip:focus { left: 8px; }
:focus-visible { outline: 3px solid var(--grape); outline-offset: 3px; border-radius: 6px; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6em;
  min-height: 52px; padding: .85em 1.5em; border-radius: 999px;
  font: 600 .95rem/1.2 var(--body); text-decoration: none; cursor: pointer;
  border: 2px solid transparent; transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-grape { background: var(--grape); color: var(--ink); }
.btn-grape:hover { background: #c7de84; }
.btn-navy { background: var(--navy); color: var(--cream); }
.btn-navy:hover { background: var(--navy-2); }
.btn-ghost-light { background: transparent; border-color: var(--line-light); color: var(--cream); }
.btn-ghost-light:hover { border-color: var(--cream); }
.btn-ghost { background: transparent; border-color: var(--navy); color: var(--navy); }
.btn-ghost:hover { background: var(--navy); color: var(--cream); }
.btn svg { width: 1.15em; height: 1.15em; flex: none; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(31, 24, 68, .94); backdrop-filter: blur(10px); color: var(--cream); border-bottom: 1px solid var(--line-light); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 68px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; border: 2px solid var(--grape); }
.brand span { font: 600 1.15rem/1 var(--display); }
.brand small { display: block; font: 500 .68rem/1.2 var(--body); letter-spacing: .12em; text-transform: uppercase; color: var(--grape); margin-top: 3px; }
.nav { display: flex; align-items: center; gap: clamp(14px, 2vw, 28px); }
.nav a { text-decoration: none; font-size: .88rem; font-weight: 500; opacity: .86; }
.nav a:hover { opacity: 1; color: var(--grape); }
.nav .btn { min-height: 44px; padding: .6em 1.2em; font-size: .85rem; opacity: 1; }
.nav .btn:hover { color: var(--ink); }
.menu-button { display: none; min-width: 48px; min-height: 48px; background: transparent; border: 1px solid var(--line-light); border-radius: 12px; color: var(--cream); cursor: pointer; }
.menu-button svg { width: 24px; height: 24px; }

/* Hero */
.hero { position: relative; background: var(--navy); color: var(--cream); overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0;
  background-image: linear-gradient(var(--line-light) 1px, transparent 1px), linear-gradient(90deg, var(--line-light) 1px, transparent 1px);
  background-size: 56px 56px; opacity: .22; pointer-events: none;
  mask-image: radial-gradient(ellipse at 70% 40%, #000 0%, transparent 70%);
}
.hero-grid { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(28px, 5vw, 72px); align-items: center; padding-block: clamp(36px, 6vw, 84px); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font: 600 .74rem/1.35 var(--body); letter-spacing: .16em; text-transform: uppercase; color: var(--grape); margin-bottom: 20px; }
.eyebrow::before { content: ""; width: 34px; height: 2px; background: currentColor; }
.hero h1 { font-size: clamp(3.6rem, 10.2vw, 8.4rem); line-height: .9; letter-spacing: -.03em; font-weight: 600; }
.hero h1 em { display: block; font-style: italic; font-weight: 500; color: var(--grape); }
.hero-lede { font-size: clamp(1.08rem, 1.6vw, 1.32rem); max-width: 34em; margin-top: 26px; color: rgba(247, 241, 230, .92); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 10px 26px; margin: 36px 0 0; padding: 22px 0 0; border-top: 1px solid var(--line-light); list-style: none; }
.hero-facts li { display: flex; flex-direction: column; }
.hero-facts b { font: 600 1.7rem/1 var(--display); color: var(--cream); }
.hero-facts span { font-size: .78rem; letter-spacing: .06em; color: rgba(247, 241, 230, .7); margin-top: 4px; }
.arch { position: relative; margin-inline: auto; width: min(100%, 470px); }
.arch::before { content: ""; position: absolute; inset: 22px -18px -18px 22px; border-radius: 999px 999px 26px 26px; background: var(--grape); }
.arch-photo { position: relative; aspect-ratio: 4 / 5.9; border-radius: 999px 999px 26px 26px; overflow: hidden; border: 6px solid var(--cream); background: var(--navy-2); }
.arch-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 12%; }
.sticker { position: absolute; z-index: 2; padding: 10px 16px; border-radius: 14px; font: 700 .78rem/1.25 var(--body); box-shadow: 0 10px 24px rgba(0, 0, 0, .28); }
.sticker.gold { background: var(--gold); color: var(--ink); left: -12px; bottom: 16%; transform: rotate(-4deg); }
.sticker.paper { background: var(--paper); color: var(--navy); right: -10px; top: 12%; transform: rotate(3deg); display: flex; gap: 8px; align-items: center; }
.sticker svg { width: 18px; height: 18px; color: var(--sky); }

/* Ruler edge */
.ruler { height: 18px; background:
  repeating-linear-gradient(90deg, var(--navy) 0 2px, transparent 2px 14px),
  repeating-linear-gradient(90deg, var(--navy) 0 2px, transparent 2px 70px);
  background-size: 100% 8px, 100% 18px; background-repeat: no-repeat; background-position: 0 0, 0 0; opacity: .5; }
.ruler.light { --navy: var(--cream); opacity: .35; }

/* Sections */
.section { padding-block: clamp(56px, 8vw, 110px); }
.section.navy { background: var(--navy); color: var(--cream); }
.section.paper { background: var(--paper); }
.section-head { max-width: 760px; margin-bottom: clamp(30px, 4vw, 52px); }
.section h2 { font-size: clamp(2.2rem, 5.2vw, 4rem); }
.section h2 em { font-style: italic; font-weight: 500; color: var(--grape-deep); }
.section.navy h2 em { color: var(--grape); }
.section-head p { font-size: 1.06rem; margin-top: 18px; opacity: .88; }
.section .eyebrow { color: var(--grape-deep); }
.section.navy .eyebrow { color: var(--grape); }

/* About */
.about-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(28px, 5vw, 72px); align-items: center; }
.collage { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.collage figure { margin: 0; border-radius: var(--radius); overflow: hidden; background: var(--navy-2); }
.collage img { width: 100%; height: 100%; object-fit: cover; }
.collage .a { grid-row: span 2; aspect-ratio: 3 / 5; }
.collage .b { aspect-ratio: 1 / 1; }
.collage .c { aspect-ratio: 1 / 1.05; }
.collage .a img { object-position: 50% 30%; }
.collage .b img { object-position: 50% 18%; }
.collage .c img { object-position: 50% 30%; }
.about-copy h2 { margin-bottom: 22px; }
.about-copy p { font-size: 1.05rem; }
.crn { display: inline-flex; align-items: center; gap: 10px; margin-top: 6px; padding: 10px 18px; border: 2px dashed var(--gold); border-radius: 12px; font-weight: 600; font-size: .9rem; }
.crn svg { width: 20px; height: 20px; color: var(--gold); }

/* Territories */
.terr { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.terr article { position: relative; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 22px 24px; display: flex; flex-direction: column; gap: 12px; }
.terr .n { font: 500 .8rem/1 var(--body); letter-spacing: .14em; color: var(--grape-deep); }
.terr h3 { font-size: 1.5rem; }
.terr p { margin: 0; font-size: .94rem; opacity: .86; }
.terr .tick { position: absolute; top: 0; right: 22px; width: 3px; height: 26px; background: var(--gold); }

/* Content proof */
.proof { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.proof a { text-decoration: none; display: grid; grid-template-columns: auto 1fr; gap: 6px 22px; align-items: start; padding: 26px; border-radius: var(--radius); background: var(--navy-2); border: 1px solid var(--line-light); transition: transform .2s ease, border-color .2s ease; }
.proof a:hover { transform: translateY(-3px); border-color: var(--grape); }
.proof .num { grid-row: span 3; font: 600 clamp(2.6rem, 5vw, 3.8rem)/.9 var(--display); color: var(--grape); min-width: 2.4ch; }
.proof .num small { display: block; font: 500 .72rem/1.3 var(--body); letter-spacing: .12em; text-transform: uppercase; color: rgba(247, 241, 230, .7); margin-top: 8px; }
.proof h3 { font-size: 1.32rem; }
.proof p { margin: 0; font-size: .93rem; opacity: .85; }
.proof .meta { font-size: .78rem; letter-spacing: .06em; color: var(--sky); }

/* Routine strip */
.strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.strip figure { position: relative; margin: 0; border-radius: var(--radius); overflow: hidden; aspect-ratio: 3 / 4.3; background: var(--navy-2); }
.strip img { width: 100%; height: 100%; object-fit: cover; }
.strip figcaption { position: absolute; inset: auto 0 0 0; padding: 40px 16px 16px; background: linear-gradient(transparent, rgba(18, 14, 43, .88)); color: var(--cream); font-size: .84rem; line-height: 1.35; }
.strip figcaption b { display: block; font: 600 1.08rem/1.1 var(--display); margin-bottom: 4px; }
.strip .s1 img { object-position: 50% 42%; }
.strip .s2 img { object-position: 50% 35%; }
.strip .s3 img { object-position: 50% 30%; }
.strip .s4 img { object-position: 50% 30%; }

/* Work */
.work-top { display: grid; grid-template-columns: .8fr 1.2fr; gap: 18px; margin-bottom: 18px; }
.work-feature { position: relative; border-radius: var(--radius); overflow: hidden; min-height: 460px; background: var(--navy); }
.work-feature img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; }
.work-feature .cap { position: absolute; inset: auto 0 0 0; padding: 60px 22px 22px; background: linear-gradient(transparent, rgba(18, 14, 43, .92)); color: var(--cream); }
.work-feature .cap b { font: 600 1.5rem/1.1 var(--display); display: block; margin-bottom: 6px; }
.work-feature .cap a { color: var(--grape); font-weight: 600; font-size: .9rem; }
.work-events { position: relative; border-radius: var(--radius); overflow: hidden; background: var(--navy-2); color: var(--cream); display: grid; grid-template-columns: 1fr 1fr; }
.work-events .ph { min-height: 320px; }
.work-events .ph img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; }
.work-events .tx { padding: 28px; display: flex; flex-direction: column; justify-content: center; gap: 10px; }
.work-events h3 { font-size: 1.6rem; }
.work-events p { margin: 0; font-size: .95rem; opacity: .88; }
.work-events a { color: var(--grape); font-weight: 600; font-size: .9rem; }
.work-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.work-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; display: flex; flex-direction: column; gap: 8px; }
.work-card .tag { display: inline-block; align-self: flex-start; padding: 4px 10px; border-radius: 999px; background: rgba(183, 208, 111, .4); font: 600 .68rem/1.2 var(--body); letter-spacing: .1em; text-transform: uppercase; }
.work-card h3 { font-size: 1.4rem; }
.work-card p { margin: 0; font-size: .92rem; opacity: .86; }
.work-card .when { font-size: .78rem; letter-spacing: .05em; color: var(--grape-deep); font-weight: 600; }
.work-card a { margin-top: auto; font-weight: 600; font-size: .88rem; }

/* Coupons */
.coupons { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.coupon { position: relative; background: var(--paper); color: var(--navy); border-radius: var(--radius); padding: 26px 26px 24px; display: flex; flex-direction: column; gap: 12px; overflow: hidden; }
.coupon::before, .coupon::after { content: ""; position: absolute; top: 50%; width: 26px; height: 26px; border-radius: 50%; background: var(--navy); transform: translateY(-50%); }
.coupon::before { left: -13px; }
.coupon::after { right: -13px; }
.coupon h3 { font-size: 1.7rem; }
.coupon .what { margin: 0; font-size: .95rem; }
.coupon .code-row { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; padding: 14px 0; border-block: 2px dashed var(--line); }
.coupon .code { font: 700 1.5rem/1 var(--body); letter-spacing: .12em; }
.coupon .copy { border: 2px solid var(--navy); background: transparent; color: var(--navy); border-radius: 999px; padding: .5em 1.1em; font: 600 .82rem/1 var(--body); cursor: pointer; min-height: 44px; }
.coupon .copy:hover, .coupon .copy.done { background: var(--grape); border-color: var(--grape); color: var(--ink); }
.coupon .note { margin: 0; font-size: .8rem; opacity: .7; }
.coupon .go { font-weight: 600; font-size: .9rem; }
.coupon.plain .code-row { border-block-style: solid; }

/* Attendance chat */
.care-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
.chat { color: var(--cream); background: var(--navy-2); border-radius: 30px; padding: 26px; border: 1px solid var(--line-light); display: flex; flex-direction: column; gap: 12px; }
.chat .top { display: flex; align-items: center; gap: 12px; padding-bottom: 14px; border-bottom: 1px solid var(--line-light); }
.chat .top img { width: 44px; height: 44px; border-radius: 50%; }
.chat .top b { display: block; font: 600 1.05rem/1.1 var(--display); }
.chat .top span { font-size: .74rem; color: var(--grape); }
.bubble { max-width: 86%; padding: 12px 16px; border-radius: 18px; font-size: .92rem; line-height: 1.5; }
.bubble.in { background: var(--navy-3); align-self: flex-start; border-bottom-left-radius: 4px; }
.bubble.out { background: var(--grape); color: var(--ink); align-self: flex-end; border-bottom-right-radius: 4px; }
.steps { list-style: none; margin: 26px 0 30px; padding: 0; counter-reset: step; display: grid; gap: 16px; }
.steps li { counter-increment: step; display: grid; grid-template-columns: 44px 1fr; gap: 16px; align-items: start; }
.steps li::before { content: counter(step); width: 44px; height: 44px; border-radius: 50%; background: var(--grape); color: var(--ink); display: grid; place-items: center; font: 600 1.15rem/1 var(--display); }
.steps b { display: block; font-size: 1.02rem; margin-bottom: 2px; }
.steps span { font-size: .93rem; opacity: .86; }

/* Brands CTA */
.brands { position: relative; display: grid; grid-template-columns: 1fr .8fr; gap: clamp(26px, 4vw, 60px); align-items: center; background: var(--navy); color: var(--cream); border-radius: 34px; padding: clamp(28px, 5vw, 64px); overflow: hidden; }
.brands .eyebrow { color: var(--grape); }
.brands .actions { display: flex; flex-wrap: wrap; gap: 10px; }
.brands h2 { font-size: clamp(2.2rem, 5vw, 3.8rem); }
.brands h2 em { color: var(--grape); font-style: italic; font-weight: 500; }
.brands p { margin-top: 16px; opacity: .9; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0 26px; padding: 0; list-style: none; }
.chips li { padding: 7px 14px; border: 1px solid var(--line-light); border-radius: 999px; font-size: .84rem; }
.brands .ph { border-radius: 26px; overflow: hidden; aspect-ratio: 4 / 5; }
.brands .ph img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 25%; }

/* Footer */
.site-footer { background: var(--ink); color: var(--cream); padding-block: 44px 34px; }
.foot { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 22px; }
.foot .brand span { font-size: 1.3rem; }
.foot nav { display: flex; flex-wrap: wrap; gap: 8px 22px; font-size: .88rem; }
.foot nav a { text-decoration: none; opacity: .82; }
.foot nav a:hover { opacity: 1; color: var(--grape); }
.legal { margin: 26px 0 0; padding-top: 20px; border-top: 1px solid var(--line-light); font-size: .78rem; opacity: .7; }

/* Grapes ornament */
.grapes { position: absolute; width: 150px; height: auto; pointer-events: none; opacity: .95; }
.hero .grapes { right: 2%; bottom: -34px; width: 170px; transform: rotate(14deg); }

/* Redirect stub */
.redirect { min-height: 100vh; display: grid; place-items: center; background: var(--navy); color: var(--cream); text-align: center; padding: 24px; }
.redirect h1 { font-size: 3rem; margin-bottom: 10px; }

/* Media kit */
.kit-cover { position: relative; background: var(--navy); color: var(--cream); overflow: hidden; }
.kit-cover-grid { display: grid; grid-template-columns: 1.05fr .95fr; min-height: min(86vh, 760px); }
.kit-cover .txt { padding: clamp(36px, 6vw, 84px) var(--gutter) clamp(36px, 6vw, 84px) max(var(--gutter), calc((100vw - var(--max)) / 2)); display: flex; flex-direction: column; justify-content: center; }
.kit-cover h1 { font-size: clamp(3.4rem, 9vw, 7.2rem); line-height: .9; letter-spacing: -.03em; }
.kit-cover h1 em { display: block; font-style: italic; font-weight: 500; color: var(--grape); }
.kit-cover .lede { font-size: 1.15rem; max-width: 30em; margin-top: 22px; }
.kit-cover .ph { position: relative; min-height: 420px; }
.kit-cover .ph img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; }
.kit-cover .tagline { display: inline-block; align-self: flex-start; margin-top: 26px; padding: 8px 16px; border: 1px solid var(--line-light); border-radius: 999px; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: var(--grape); }
.print-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.stat { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 22px; }
.stat b { display: block; font: 600 clamp(2.2rem, 4.4vw, 3.4rem)/1 var(--display); color: var(--navy); }
.stat b small { font-size: .5em; font-weight: 500; }
.stat span { display: block; margin-top: 10px; font-size: .86rem; opacity: .82; }
.stat.hi { background: var(--navy); color: var(--cream); }
.stat.hi b { color: var(--grape); }
.method-note { margin-top: 18px; font-size: .82rem; opacity: .72; max-width: 70ch; }
.two { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(22px, 4vw, 56px); }
.list-clean { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; }
.list-clean li { display: grid; grid-template-columns: 1fr auto; gap: 4px 16px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.section.navy .list-clean li { border-color: var(--line-light); }
.list-clean b { font-family: var(--display); font-size: 1.25rem; font-weight: 600; }
.list-clean span { font-size: .9rem; opacity: .82; grid-column: 1; }
.list-clean em { grid-column: 2; grid-row: 1 / span 2; align-self: center; font-style: normal; font-size: .78rem; font-weight: 600; letter-spacing: .05em; color: var(--grape-deep); text-align: right; }
.section.navy .list-clean em { color: var(--grape); }
.list-clean a { color: inherit; }
.formats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.format { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; }
.format h3 { font-size: 1.3rem; margin-bottom: 8px; }
.format p { margin: 0; font-size: .92rem; opacity: .86; }
.fit { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 0; list-style: none; }
.fit li { padding: 10px 18px; border-radius: 999px; background: var(--paper); border: 1px solid var(--line); font-weight: 500; font-size: .92rem; }
.gallery { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.gallery figure { margin: 0; position: relative; aspect-ratio: 3 / 4.4; border-radius: 18px; overflow: hidden; background: var(--navy-2); }
.gallery img { width: 100%; height: 100%; object-fit: cover; }
.gallery figcaption { position: absolute; inset: auto 0 0 0; padding: 30px 12px 12px; background: linear-gradient(transparent, rgba(18, 14, 43, .9)); color: var(--cream); font-size: .76rem; line-height: 1.3; }
.gallery .g1 img { object-position: 50% 30%; }
.gallery .g2 img { object-position: 50% 32%; }
.gallery .g3 img { object-position: 50% 24%; }
.gallery .g4 img { object-position: 50% 42%; }
.gallery .g5 img { object-position: 50% 30%; }
.proposal { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(26px, 5vw, 64px); align-items: start; }
.proposal .types { list-style: none; padding: 0; margin: 22px 0; display: flex; flex-wrap: wrap; gap: 8px; }
.proposal .types li { padding: 7px 14px; border: 1px solid var(--line-light); border-radius: 999px; font-size: .85rem; }
.channels { display: grid; gap: 10px; margin-top: 8px; }
.channels a { display: flex; align-items: center; gap: 12px; padding: 14px 18px; border: 1px solid var(--line-light); border-radius: 16px; text-decoration: none; }
.channels a:hover { border-color: var(--grape); }
.channels svg { width: 22px; height: 22px; color: var(--grape); flex: none; }
.channels b { display: block; font-size: .95rem; }
.channels span { font-size: .8rem; opacity: .75; }
form.card { background: var(--paper); color: var(--navy); border-radius: 28px; padding: clamp(22px, 3.4vw, 38px); display: grid; gap: 16px; }
.field { display: grid; gap: 6px; }
.field label { font-size: .82rem; font-weight: 600; letter-spacing: .04em; }
.field input, .field select, .field textarea { width: 100%; font: inherit; font-size: 1rem; color: var(--navy); background: #fff; border: 2px solid var(--line); border-radius: 14px; padding: 13px 15px; min-height: 50px; }
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--navy); }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-note { font-size: .82rem; opacity: .78; margin: 0; }
.form-status { font-size: .88rem; font-weight: 600; min-height: 1.3em; margin: 0; color: var(--grape-deep); }

@media (max-width: 980px) {
  .hero-grid, .about-grid, .care-grid, .brands, .proposal, .kit-cover-grid, .two { grid-template-columns: 1fr; }
  .terr { grid-template-columns: repeat(2, 1fr); }
  .strip { grid-template-columns: repeat(2, 1fr); }
  .work-top, .work-events { grid-template-columns: 1fr; }
  .work-list { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .formats { grid-template-columns: repeat(2, 1fr); }
  .gallery { grid-template-columns: repeat(3, 1fr); }
  .kit-cover .txt { padding: 40px var(--gutter); }
  .kit-cover .ph { min-height: 480px; order: -1; }
  .hero-grid .arch { order: -1; width: min(72%, 340px); }
  .work-feature { min-height: 420px; }
}
@media (max-width: 760px) {
  .menu-button { display: inline-grid; place-items: center; }
  .nav { position: absolute; left: 0; right: 0; top: 68px; flex-direction: column; align-items: stretch; gap: 0; background: var(--navy); padding: 10px var(--gutter) 22px; border-bottom: 1px solid var(--line-light); display: none; }
  .nav.open { display: flex; }
  .nav a { padding: 14px 4px; border-bottom: 1px solid var(--line-light); }
  .nav .btn { margin-top: 14px; border: 0; }
  .proof, .coupons { grid-template-columns: 1fr; }
  .proof a { grid-template-columns: 1fr; }
  .proof .num { grid-row: auto; }
  .hero h1 { font-size: clamp(3.4rem, 17vw, 5rem); }
  .hero .grapes { display: none; }
}
@media (max-width: 560px) {
  .terr, .work-list, .formats, .row2 { grid-template-columns: 1fr; }
  .strip { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .gallery figure:last-child { grid-column: span 2; aspect-ratio: 16 / 11; }
  .gallery .g5 img { object-position: 50% 32%; }
  .collage .a { grid-row: auto; aspect-ratio: 1 / 1.25; }
  .collage { grid-template-columns: 1fr 1fr; }
  .collage .a { grid-column: span 2; }
  .stats { grid-template-columns: 1fr 1fr; gap: 10px; }
  .hero-facts { gap: 14px 20px; }
  .sticker.gold { left: -4px; }
  .sticker.paper { right: -4px; }
  .btn { width: 100%; }
  .nav .btn { width: auto; }
  .coupon .code { font-size: 1.25rem; }
}
@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; scroll-behavior: auto !important; }
}
@media print {
  @page { size: A4; margin: 12mm; }
  body { background: #fff; font-size: 10.5pt; }
  .site-header, .print-row, .menu-button, form.card, .site-footer .foot nav, .skip { display: none !important; }
  .section { padding-block: 22px; break-inside: avoid; }
  .kit-cover-grid { min-height: 0; }
  .kit-cover .ph { min-height: 340px; }
  .kit-cover, .section.navy, .stat.hi { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  .gallery figure, .stat, .format, .work-card { break-inside: avoid; }
  a { text-decoration: none; }
}
