:root {
  --paper: #f7f2e9;
  --paper-deep: #ede4d7;
  --ink: #292522;
  --muted: #746b64;
  --wine: #661f21;
  --wine-dark: #471416;
  --rose: #a86361;
  --line: rgba(74, 47, 40, .18);
  --white: #fffdf9;
  --shadow: 0 22px 60px rgba(63, 40, 31, .11);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Pretendard, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  opacity: .12;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.24'/%3E%3C/svg%3E");
}
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid var(--line);
  background: rgba(247, 242, 233, .9);
  backdrop-filter: blur(16px);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 76px; }
.brand { display: inline-flex; gap: 12px; align-items: center; text-decoration: none; }
.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--wine);
  border-radius: 50%;
  color: var(--wine);
  font-size: 13px;
  box-shadow: inset 0 0 0 5px var(--paper), inset 0 0 0 6px var(--wine);
}
.brand b { display: block; color: var(--wine-dark); font-family: Georgia, "Noto Serif KR", serif; font-size: 20px; letter-spacing: -.02em; }
.brand small { display: block; margin-top: 3px; color: var(--muted); font-size: 10px; letter-spacing: .09em; }
.site-nav { display: flex; gap: 30px; align-items: center; }
.site-nav a { font-size: 14px; font-weight: 700; text-decoration: none; }
.site-nav a:not(.nav-cta):hover { color: var(--wine); }
.site-nav .nav-cta { border-radius: 999px; background: var(--wine); color: #fff; padding: 12px 18px; }
.menu-toggle { display: none; border: 0; background: none; color: var(--ink); font-weight: 800; }

.hero { overflow: hidden; padding: 82px 0 70px; }
.hero-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 58px; align-items: center; }
.eyebrow { margin: 0 0 18px; color: var(--wine); font-size: 12px; font-weight: 900; letter-spacing: .15em; }
.pilot-badge {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  margin-bottom: 22px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.48);
  color: var(--wine-dark);
  font-size: 12px;
  font-weight: 800;
  padding: 8px 12px;
}
.pilot-badge span { width: 7px; height: 7px; border-radius: 50%; background: #b4524c; box-shadow: 0 0 0 5px rgba(180,82,76,.12); }
h1, h2 {
  margin: 0;
  font-family: Georgia, "Noto Serif KR", "Nanum Myeongjo", serif;
  font-weight: 500;
  letter-spacing: -.055em;
}
h1 { font-size: clamp(54px, 5.5vw, 84px); line-height: 1.08; }
.hero-lead { max-width: 550px; margin: 26px 0 0; color: #5f5650; font-size: 18px; line-height: 1.8; }
.hero-actions { display: flex; gap: 12px; margin-top: 32px; }
.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 9px;
  font-weight: 850;
  padding: 0 22px;
  text-decoration: none;
  cursor: pointer;
}
.button-primary { background: var(--wine); color: white; box-shadow: 0 12px 30px rgba(102,31,33,.2); }
.button-primary:hover { background: var(--wine-dark); transform: translateY(-1px); }
.button-secondary { border-color: var(--line); background: rgba(255,255,255,.45); }
.hero-proof { display: flex; gap: 0; margin: 36px 0 0; padding: 0; list-style: none; }
.hero-proof li { flex: 1; border-left: 1px solid var(--line); padding: 0 15px; }
.hero-proof li:first-child { border-left: 0; padding-left: 0; }
.hero-proof b, .hero-proof span { display: block; }
.hero-proof b { font-size: 12px; }
.hero-proof span { margin-top: 5px; color: var(--muted); font-size: 11px; line-height: 1.45; }

.film-preview { position: relative; min-width: 0; margin: 0; }
.film-preview video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(255,255,255,.6);
  background: #1c1715;
  object-fit: cover;
  box-shadow: var(--shadow);
}
.film-preview > figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: .03em;
}
.preview-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(19,15,13,.08) 30%, rgba(19,15,13,.88) 100%); }
.preview-label {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 3;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 999px;
  background: rgba(21,17,15,.5);
  color: #fff;
  font-size: 11px;
  padding: 8px 11px;
  backdrop-filter: blur(8px);
}
.preview-caption {
  position: absolute;
  right: 40px;
  bottom: 102px;
  left: 40px;
  z-index: 3;
  color: #fff;
  font-family: "Noto Serif KR", "Nanum Myeongjo", serif;
  font-size: 20px;
  line-height: 1.55;
  text-align: center;
  text-shadow: 0 2px 20px rgba(0,0,0,.65);
}
.waveform { position: absolute; right: 38px; bottom: 65px; left: 38px; z-index: 3; display: flex; height: 25px; gap: 4px; align-items: center; opacity: .76; }
.waveform::before { position: absolute; right: 0; left: 0; height: 1px; content: ""; background: rgba(255,255,255,.4); }
.waveform i { z-index: 1; flex: 1; height: var(--h, 8px); border-radius: 5px; background: #e7c9bd; }
.waveform i:nth-child(3n) { --h: 22px; } .waveform i:nth-child(4n) { --h: 15px; } .waveform i:nth-child(7n) { --h: 25px; }
.film-preview figcaption {
  position: absolute;
  right: 28px;
  bottom: 20px;
  left: 28px;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  color: rgba(255,255,255,.72);
  font-size: 10px;
}
.film-preview figcaption b { color: #fff; letter-spacing: .08em; }

.product-section, .process-section, .faq-section { padding: 100px 0; }
.product-section { border-top: 1px solid var(--line); background: rgba(255,255,255,.24); }
.section-heading { max-width: 690px; margin: 0 auto 48px; text-align: center; }
.section-heading h2 { font-size: clamp(38px, 4vw, 58px); line-height: 1.2; }
.section-heading > p:last-child { margin: 18px auto 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.align-left { margin-right: 0; margin-left: 0; text-align: left; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.product-card {
  position: relative;
  display: flex;
  min-height: 490px;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,253,249,.75);
  padding: 30px;
  box-shadow: 0 12px 40px rgba(67,43,35,.05);
}
.product-card.featured { border-color: rgba(102,31,33,.46); box-shadow: 0 18px 50px rgba(102,31,33,.1); }
.card-top { display: flex; align-items: center; justify-content: space-between; }
.card-top span { color: var(--wine); font-family: Georgia, serif; font-size: 30px; }
.card-top em { border-radius: 999px; background: #eee3d7; color: var(--wine-dark); font-size: 10px; font-style: normal; font-weight: 900; padding: 7px 9px; }
.product-card h3 { margin: 30px 0 12px; font-family: "Noto Serif KR", "Nanum Myeongjo", serif; font-size: 26px; font-weight: 700; }
.product-card > p { min-height: 92px; margin: 0; color: var(--muted); line-height: 1.7; }
.price { display: block; margin: 24px 0 20px; color: var(--wine); font-family: Georgia, "Noto Serif KR", serif; font-size: 32px; }
.price small { display: block; margin-top: 6px; color: var(--muted); font-family: sans-serif; font-size: 10px; font-weight: 700; }
.product-card ul { display: grid; gap: 10px; margin: 0 0 26px; padding: 0; list-style: none; }
.product-card li { position: relative; color: #5e554f; font-size: 13px; padding-left: 17px; }
.product-card li::before { position: absolute; left: 0; content: "—"; color: var(--rose); }
.product-card > a { margin-top: auto; border-top: 1px solid var(--line); color: var(--wine); font-size: 13px; font-weight: 900; padding-top: 18px; text-decoration: none; }
.price-note { margin: 18px 0 0; color: var(--muted); font-size: 11px; line-height: 1.6; text-align: center; }

.craft-section { padding: 112px 0; border-top: 1px solid var(--line); background: #efe7db; }
.craft-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); gap: 76px; align-items: center; }
.craft-media { position: relative; margin: 0; }
.craft-media::before { position: absolute; inset: 18px; z-index: 1; border: 1px solid rgba(255,255,255,.45); content: ""; pointer-events: none; }
.craft-media img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; }
.craft-media figcaption, .story-visual figcaption { margin-top: 10px; color: var(--muted); font-size: 10px; letter-spacing: .03em; }
.craft-copy h2 { font-size: clamp(38px, 4vw, 58px); line-height: 1.2; word-break: keep-all; }
.craft-copy > p:not(.eyebrow, .material-assurance) { margin: 23px 0 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.craft-steps { display: grid; margin: 32px 0 0; padding: 0; list-style: none; }
.craft-steps li { display: grid; grid-template-columns: 42px 1fr; gap: 16px; border-top: 1px solid var(--line); padding: 18px 0; }
.craft-steps span { color: var(--wine); font-family: Georgia, serif; font-size: 20px; }
.craft-steps b { font-size: 15px; }
.craft-steps p { margin: 5px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.material-assurance { margin: 4px 0 0; border-left: 2px solid var(--wine); color: #5f5650; font-size: 12px; line-height: 1.7; padding: 2px 0 2px 14px; }
.material-assurance b { display: block; margin-bottom: 3px; color: var(--wine-dark); }

.moments-section { padding: 110px 0; background: #24201e; color: #fffaf4; }
.moments-grid { display: grid; grid-template-columns: minmax(290px, .72fr) minmax(0, 1.28fr); gap: 74px; align-items: start; }
.moments-section .eyebrow { color: #d9a49b; }
.moments-section .section-heading > p:last-child { color: #c3b9b1; }
.moments-content { min-width: 0; }
.story-visual { margin: 0 0 30px; }
.story-visual img { display: block; width: 100%; height: auto; max-height: 330px; object-fit: cover; }
.story-visual figcaption { color: #9e938c; }
.story-board { display: grid; border-top: 1px solid rgba(255,255,255,.18); }
.story-board article { display: grid; grid-template-columns: 58px 1fr; gap: 18px; align-items: start; border-bottom: 1px solid rgba(255,255,255,.18); padding: 25px 0; }
.story-board span { color: #d9a49b; font-family: Georgia, serif; font-size: 24px; }
.story-board b { font-family: "Noto Serif KR", "Nanum Myeongjo", serif; font-size: 20px; }
.story-board p { margin: 7px 0 0; color: #c3b9b1; font-size: 14px; line-height: 1.6; }

.process-list { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; }
.process-list li { min-height: 190px; border-top: 1px solid var(--line); border-right: 1px solid var(--line); padding: 25px 24px; }
.process-list li:first-child { border-left: 1px solid var(--line); }
.process-list span { display: block; color: var(--wine); font-family: Georgia, serif; font-size: 30px; }
.process-list b { display: block; margin-top: 30px; font-size: 16px; }
.process-list p { margin: 10px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.process-note { display: flex; gap: 16px 25px; align-items: center; margin-top: 18px; border-radius: 10px; background: var(--paper-deep); font-size: 12px; padding: 18px 20px; }
.process-note span { color: var(--muted); }
.process-note b { margin-right: auto; }

.pilot-section { background: var(--wine); color: white; padding: 100px 0; }
.pilot-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.eyebrow.light { color: #e7b8ad; }
.pilot-copy h2 { font-size: clamp(40px, 4vw, 58px); line-height: 1.25; }
.pilot-copy > p:not(.eyebrow) { margin: 24px 0; color: #efd9d3; line-height: 1.8; }
.pilot-copy ul { display: grid; gap: 11px; margin: 0; padding: 0; color: #f6e9e5; font-size: 13px; list-style: none; }
.pilot-copy li::before { margin-right: 9px; content: "✓"; }
.pilot-form { display: grid; gap: 18px; border-radius: var(--radius); background: var(--white); color: var(--ink); padding: 32px; box-shadow: 0 24px 65px rgba(28,7,8,.22); }
.pilot-form label { display: block; margin-bottom: 8px; font-size: 12px; font-weight: 850; }
.pilot-form input, .pilot-form select, .pilot-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  outline: 0;
  background: #fbf8f2;
  color: var(--ink);
  padding: 13px 14px;
}
.pilot-form input:focus, .pilot-form select:focus, .pilot-form textarea:focus { border-color: var(--wine); box-shadow: 0 0 0 3px rgba(102,31,33,.1); }
.pilot-form textarea { resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.button-light { width: 100%; background: var(--wine); color: #fff; }
.form-help, .form-status { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.55; }
.form-help a { color: var(--wine); font-weight: 800; text-underline-offset: 2px; }
.form-status { color: var(--wine); font-weight: 850; }

.faq-grid { display: grid; grid-template-columns: .55fr 1.45fr; gap: 90px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; cursor: pointer; font-weight: 850; list-style: none; padding: 24px 42px 24px 0; }
.faq-list summary::after { position: absolute; top: 22px; right: 4px; content: "+"; color: var(--wine); font-family: Georgia, serif; font-size: 24px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: -6px 0 24px; color: var(--muted); line-height: 1.75; }
.site-footer { border-top: 1px solid var(--line); background: #eee6da; padding: 45px 0; }
.footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: start; }
.footer-inner b { color: var(--wine-dark); font-family: Georgia, serif; font-size: 20px; }
.footer-inner p, .footer-inner small { color: var(--muted); font-size: 11px; line-height: 1.6; }
.footer-inner div:nth-child(2) { display: flex; gap: 20px; }
.footer-inner a { font-size: 12px; font-weight: 800; text-decoration: none; }
.footer-inner small { grid-column: 1 / -1; }
.mobile-cta { display: none; }
.legal-page { min-height: calc(100vh - 180px); padding: 88px 0 110px; }
.legal-page .legal-heading { max-width: 760px; border-bottom: 1px solid var(--line); padding-bottom: 38px; }
.legal-page .legal-heading h1 { font-size: clamp(40px, 4.5vw, 64px); line-height: 1.18; }
.legal-page .legal-heading p:last-child { margin: 18px 0 0; color: var(--muted); line-height: 1.7; }
.legal-content { display: grid; max-width: 860px; gap: 0; margin-top: 42px; }
.legal-content section { border-bottom: 1px solid var(--line); padding: 27px 0; }
.legal-content h2 { font-family: inherit; font-size: 17px; font-weight: 800; letter-spacing: 0; }
.legal-content p, .legal-content li { color: #5f5650; font-size: 14px; line-height: 1.8; }
.legal-content p { margin: 11px 0 0; }
.legal-content ul { display: grid; gap: 7px; margin: 12px 0 0; padding-left: 18px; }

/* 2026 Studio reframe: one editorial film canvas instead of stacked service cards. */
body::before { opacity: .045; }
.container { width: min(1280px, calc(100% - 48px)); }
.site-header { background: rgba(252, 249, 244, .94); }
.header-inner { min-height: 82px; }
.brand { gap: 10px; }
.brand-mark { width: 29px; height: 29px; border-color: var(--wine-dark); box-shadow: inset 0 0 0 4px var(--paper), inset 0 0 0 5px var(--wine-dark); font-size: 10px; }
.brand b { font-size: 22px; letter-spacing: -.035em; }
.brand small { font-size: 9px; letter-spacing: .16em; }
.site-nav { gap: 27px; }
.site-nav a { font-size: 13px; font-weight: 650; }
.site-nav .nav-cta { border-radius: 4px; padding: 13px 21px; }

.hero { padding: 0; border-bottom: 1px solid var(--line); }
.hero-grid { min-height: 650px; gap: 0; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: stretch; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 80px 7vw 78px 2vw; }
.eyebrow { margin-bottom: 18px; font-size: 11px; letter-spacing: .18em; }
.pilot-badge { order: 4; width: fit-content; margin: 30px 0 0; border: 0; border-radius: 0; background: transparent; color: var(--muted); font-size: 12px; font-weight: 650; padding: 0; }
.pilot-badge span { width: 6px; height: 6px; background: var(--wine); box-shadow: 0 0 0 4px rgba(102,31,33,.1); }
h1, h2 { letter-spacing: -.045em; }
h1 { max-width: 600px; font-size: clamp(52px, 5vw, 78px); line-height: 1.13; }
.hero-lead { max-width: 520px; margin-top: 26px; font-size: 17px; line-height: 1.8; }
.hero-actions { margin-top: 30px; }
.button { min-height: 54px; border-radius: 4px; font-weight: 750; }
.button-secondary { background: transparent; }
.hero-proof { order: 5; max-width: 510px; margin-top: 38px; }
.hero-proof li { padding: 0 17px; }
.hero-proof b { font-size: 12px; font-weight: 750; }
.hero-proof span { font-size: 11px; }
.film-preview { align-self: center; }

.product-section { padding: 0 0 104px; border: 0; background: #fcf9f4; }
.product-section .section-heading { display: grid; max-width: none; grid-template-columns: minmax(250px, .8fr) minmax(410px, 1.2fr); column-gap: 70px; margin: 0; border-bottom: 1px solid var(--line); padding: 86px 0 48px; text-align: left; }
.product-section .eyebrow { grid-column: 1; align-self: start; margin: 0; }
.product-section h2 { grid-column: 1; margin-top: 22px; font-size: clamp(38px, 3.6vw, 54px); line-height: 1.22; }
.product-section .section-heading > p:last-child { max-width: 470px; grid-column: 2; grid-row: 1 / span 2; align-self: end; margin: 0; font-size: 16px; text-align: left; }
.product-grid { gap: 0; margin-top: 32px; grid-template-columns: repeat(3, 1fr); }
.product-card { min-height: 390px; border: 0; border-top: 1px solid var(--line); border-radius: 0; background: transparent; box-shadow: none; padding: 27px 30px 30px; }
.product-card + .product-card { border-left: 1px solid var(--line); }
.product-card.featured { border-color: var(--line); box-shadow: none; }
.card-top span { font-size: 25px; }
.card-top em { border-radius: 0; background: transparent; color: var(--wine); font-size: 10px; padding: 0; }
.product-card h3 { margin: 36px 0 13px; font-size: 27px; }
.product-card > p { min-height: 74px; font-size: 14px; }
.price { margin: 24px 0 20px; font-size: 30px; }
.product-card ul { gap: 8px; margin-bottom: 26px; }
.product-card > a { display: inline-flex; width: fit-content; align-items: center; gap: 10px; border: 0; padding-top: 0; }
.product-card > a::after { content: "→"; font-size: 17px; }
.price-note { max-width: 700px; margin: 25px auto 0; }

@media (max-width: 920px) {
  .site-nav {
    position: absolute;
    top: 76px;
    right: 20px;
    left: 20px;
    display: none;
    align-items: stretch;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--white);
    padding: 15px;
    box-shadow: var(--shadow);
    flex-direction: column;
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 8px 10px; }
  .site-nav .nav-cta { text-align: center; }
  .menu-toggle { display: block; }
  .hero-grid, .craft-grid, .moments-grid, .pilot-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero { padding: 0; }
  .hero-grid { min-height: 0; }
  .hero-copy { padding: 64px 8vw 56px; }
  .film-preview { width: min(100%, 760px); margin: 0 auto; }
  .product-section .section-heading { grid-template-columns: 1fr; gap: 18px; padding-top: 68px; }
  .product-section .section-heading > p:last-child { grid-column: 1; grid-row: auto; margin: 0; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: auto; }
  .process-list { grid-template-columns: repeat(2, 1fr); }
  .process-list li:nth-child(3) { border-left: 1px solid var(--line); }
  .craft-grid, .moments-grid, .pilot-grid, .faq-grid { gap: 45px; }
  .process-note { display: grid; grid-template-columns: auto 1fr; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 28px, 1180px); }
  .header-inner { min-height: 68px; }
  .site-nav { top: 68px; }
  .brand b { font-size: 18px; }
  .hero { padding: 0; }
  .hero-copy { padding: 48px 0 42px; }
  .pilot-badge { margin-top: 24px; }
  h1 { font-size: 46px; }
  .hero-lead { font-size: 16px; line-height: 1.72; }
  .hero-actions { display: grid; }
  .hero-actions .button-primary { display: none; }
  .button { width: 100%; }
  .hero-proof { display: none; }
  .hero-proof li, .hero-proof li:first-child { border-top: 1px solid var(--line); border-left: 0; padding: 13px 0 0; }
  .film-preview { width: min(100%, 390px); }
  .film-preview video { aspect-ratio: 1 / 1; }
  .product-section, .process-section, .faq-section, .craft-section, .moments-section, .pilot-section { padding: 72px 0; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2 { font-size: 38px; }
  .product-section { padding-bottom: 72px; }
  .product-section .section-heading { padding: 62px 0 34px; }
  .product-section h2 { margin-top: 16px; font-size: 38px; }
  .product-grid { margin-top: 0; }
  .product-card, .product-card + .product-card { min-height: auto; border-left: 0; padding: 27px 0; }
  .craft-media::before { inset: 12px; }
  .craft-copy h2 { font-size: 37px; }
  .story-visual img { max-height: none; aspect-ratio: 3 / 2; }
  .legal-page { padding: 56px 0 82px; }
  .legal-page .legal-heading { padding-bottom: 28px; }
  .legal-content { margin-top: 26px; }
  .product-card > p { min-height: 0; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li, .process-list li:nth-child(3) { border-left: 1px solid var(--line); }
  .form-row { grid-template-columns: 1fr; }
  .pilot-form { padding: 23px; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-inner div:nth-child(2) { flex-wrap: wrap; }
  .mobile-cta {
    position: fixed;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 50;
    display: block;
    transition: opacity .2s ease, transform .2s ease;
  }
  .mobile-cta.is-hidden { opacity: 0; pointer-events: none; transform: translateY(18px); }
  .mobile-cta a {
    display: flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--wine);
    color: #fff;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 15px 35px rgba(71,20,22,.3);
  }
  .site-footer { padding-bottom: 95px; }
}

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