:root {
  --cream: #f3ebdd;
  --cream-light: #faf6ee;
  --forest: #173f36;
  --forest-deep: #0f2f28;
  --terracotta: #c7654a;
  --terracotta-dark: #ac4933;
  --sand: #dccaae;
  --sage: #789184;
  --ink: #1d2823;
  --muted: #66706a;
  --line: rgba(23, 63, 54, 0.18);
  --shadow: 0 20px 60px rgba(29, 40, 35, 0.1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream-light);
  color: var(--ink);
  font-family: var(--font-sans), Manrope, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.shell { width: min(1360px, calc(100% - 80px)); margin: 0 auto; }
.section { padding: 120px 0; }
.section-paper,
.section-sand,
.faq-section {
  background-color: var(--cream);
  background-image: radial-gradient(rgba(23,63,54,.045) .7px, transparent .7px);
  background-size: 7px 7px;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  height: 108px;
}
.header-inner {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 42px;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 16px; width: max-content; font-weight: 750; letter-spacing: .14em; font-size: 20px; }
.brand-mark { width: 50px; height: 42px; position: relative; display: inline-block; overflow: hidden; }
.brand-mark::before, .brand-mark::after, .brand-mark i, .brand-mark b { content: ""; position: absolute; bottom: 5px; width: 0; height: 0; border-style: solid; }
.brand-mark::before { left: 2px; border-width: 0 18px 32px; border-color: transparent transparent var(--forest); }
.brand-mark::after { left: 17px; border-width: 0 16px 27px; border-color: transparent transparent var(--sage); }
.brand-mark i { left: 28px; border-width: 0 11px 20px; border-color: transparent transparent var(--forest-deep); }
.brand-mark b { left: 13px; bottom: 9px; border-width: 0 5px 9px; border-color: transparent transparent var(--cream-light); z-index: 2; }
.desktop-nav { display: flex; align-items: center; gap: 38px; font-size: 15px; font-weight: 650; }
.desktop-nav a { position: relative; padding: 10px 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 2px; background: var(--terracotta); transition: right .22s ease; }
.desktop-nav a:hover::after { right: 0; }

.button {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border: 1.5px solid var(--terracotta);
  border-radius: 7px;
  background: var(--terracotta);
  color: #fffaf2;
  font-weight: 720;
  line-height: 1.1;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.button:hover { background: var(--terracotta-dark); transform: translateY(-2px); box-shadow: 0 12px 26px rgba(199,101,74,.22); }
.button:focus-visible { outline: 3px solid var(--sage); outline-offset: 3px; }
.button-small { min-height: 50px; padding: 0 24px; font-size: 14px; }
.button-outline { background: transparent; color: var(--forest); border-color: var(--forest); }
.button-outline:hover { background: rgba(23,63,54,.08); color: var(--forest); box-shadow: none; }

.hero { min-height: 900px; padding: 170px 0 52px; position: relative; overflow: hidden; }
.hero-grid { min-height: 580px; display: grid; grid-template-columns: 53% 47%; align-items: center; gap: 26px; }
.eyebrow { margin: 0 0 26px; color: var(--terracotta); font-size: 14px; line-height: 1.4; font-weight: 760; letter-spacing: .17em; }
.hero h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 600; letter-spacing: -.055em; }
.hero h1 { margin: 0; max-width: 760px; color: var(--forest-deep); font-size: clamp(62px, 5.6vw, 86px); line-height: .98; }
.hero-lead { max-width: 670px; margin: 28px 0 0; font-size: 19px; line-height: 1.58; }
.hero-actions { display: flex; gap: 18px; margin-top: 34px; }
.hero-art { position: relative; align-self: stretch; min-height: 570px; display: flex; align-items: center; justify-content: center; }
.art-frame { width: min(100%, 650px); aspect-ratio: 4/3; border-radius: 48% 48% 10px 10px; overflow: hidden; box-shadow: var(--shadow); transform: translate(10px, 20px); }
.art-frame img { width: 100%; height: 100%; object-fit: cover; }
.trust-bar {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 20px 0;
  border: 1px solid rgba(23,63,54,.24);
  border-radius: 14px;
  background: rgba(250,246,238,.93);
  box-shadow: 0 10px 34px rgba(29,40,35,.08);
  backdrop-filter: blur(10px);
}
.trust-bar > div { min-height: 56px; display: flex; align-items: center; justify-content: center; gap: 18px; border-right: 1px solid var(--line); font-size: 17px; }
.trust-bar > div:last-child { border: 0; }
.trust-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--sage); color: #fff; font-size: 18px; }
.ticker { background: var(--forest); color: var(--cream-light); }
.ticker-inner { min-height: 76px; display: flex; justify-content: space-between; align-items: center; font-size: 13px; font-weight: 760; letter-spacing: .16em; }
.ticker i { color: var(--terracotta); font-style: normal; font-size: 10px; }

.section-heading { margin-bottom: 58px; }
.section-heading h2 { margin: 0; max-width: 850px; color: var(--forest-deep); font-size: clamp(46px, 4.4vw, 68px); line-height: 1.03; }
.section-heading > p:last-child, .split-heading > p { max-width: 620px; font-size: 18px; line-height: 1.65; color: var(--muted); }
.split-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 70px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-card { min-height: 330px; padding: 36px 28px; border-right: 1px solid var(--line); transition: background .2s ease, transform .2s ease; }
.service-card:last-child { border: 0; }
.service-card:hover { background: var(--cream); transform: translateY(-5px); }
.service-card > span { color: var(--terracotta); font-size: 13px; font-weight: 760; letter-spacing: .12em; }
.service-card h3 { margin: 58px 0 18px; color: var(--forest); font-size: 24px; }
.service-card p { min-height: 92px; color: var(--muted); line-height: 1.65; }
.service-card a { display: inline-flex; align-items: center; gap: 12px; margin-top: 20px; font-weight: 720; }
.service-card a b { color: var(--terracotta); }

.section-forest { background: var(--forest-deep); color: var(--cream-light); }
.light-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 30px 80px; align-items: end; }
.light-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -4px; }
.light-heading h2 { color: var(--cream-light); }
.light-heading > p:last-child { color: #b9c8c2; }
.work-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 28px; }
.work-card { min-width: 0; }
.work-large { grid-row: span 2; }
.mockup { position: relative; min-height: 280px; padding: 36px; overflow: hidden; border-radius: 10px; color: var(--forest-deep); }
.work-large .mockup { min-height: 620px; }
.mockup span { font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.mockup strong { position: relative; z-index: 2; display: block; max-width: 430px; margin-top: 70px; font-family: Georgia, serif; font-size: clamp(34px, 4vw, 62px); line-height: 1; }
.mockup i { position: absolute; border-radius: 50%; }
.mockup-builder { background: #d7c8aa; }
.mockup-builder i { width: 420px; height: 420px; right: -80px; bottom: -90px; background: var(--terracotta); }
.mockup-builder::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 38%; background: var(--forest); clip-path: polygon(0 80%, 28% 10%, 50% 55%, 72% 0, 100% 75%, 100% 100%, 0 100%); }
.mockup-consult { background: #eef0e4; }
.mockup-consult strong { margin-top: 40px; font-size: 42px; }
.mockup-consult i { width: 160px; height: 160px; right: 20px; bottom: -30px; background: var(--sand); box-shadow: -90px -42px 0 var(--sage); }
.mockup-sport { background: var(--terracotta); color: #fff9ef; }
.mockup-sport strong { margin-top: 35px; max-width: 360px; font-size: 38px; }
.mockup-sport i { width: 190px; height: 190px; right: -24px; bottom: -40px; border: 34px solid var(--forest-deep); }
.work-meta { display: flex; justify-content: space-between; gap: 20px; padding: 18px 2px; color: #dce5e0; }
.work-meta b { color: #8fa9a0; font-weight: 500; text-align: right; }

.section-sand { background-color: #eadfcf; }
.centered-heading { text-align: center; display: flex; flex-direction: column; align-items: center; }
.centered-heading > p:last-child { margin: 24px auto 0; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 38px 34px; border: 1px solid rgba(23,63,54,.22); border-radius: 12px; background: rgba(250,246,238,.78); }
.price-card.popular { background: var(--forest); color: var(--cream-light); transform: translateY(-10px); box-shadow: var(--shadow); }
.popular-label { position: absolute; top: 0; right: 28px; transform: translateY(-50%); padding: 8px 14px; border-radius: 99px; background: var(--terracotta); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.price-note { margin: 0 0 14px; color: var(--terracotta); font-size: 13px; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }
.price-card h3 { margin: 0; font-family: Georgia, serif; color: var(--forest-deep); font-size: 34px; }
.price-card.popular h3 { color: var(--cream-light); }
.price-description { min-height: 84px; color: var(--muted); line-height: 1.55; }
.price-card.popular .price-description { color: #c8d5cf; }
.price { padding: 25px 0; border-top: 1px solid currentColor; border-bottom: 1px solid currentColor; border-color: rgba(120,145,132,.35); }
.price small, .price span { display: block; font-size: 12px; color: var(--muted); }
.price-card.popular .price small, .price-card.popular .price span { color: #b7c9c1; }
.price strong { display: block; margin: 6px 0; font-size: 33px; }
.price-card ul { flex: 1; list-style: none; padding: 20px 0 10px; margin: 0; }
.price-card li { position: relative; padding: 8px 0 8px 28px; color: var(--muted); }
.price-card.popular li { color: #dce5e0; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--terracotta); font-weight: 800; }
.price-card.popular .button-outline { border-color: var(--cream-light); color: var(--cream-light); }
.extras { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 50px; border: 1px solid var(--line); border-radius: 12px; background: rgba(250,246,238,.7); }
.extras > div { padding: 28px 30px; border-right: 1px solid var(--line); }
.extras > div:last-child { border: 0; }
.extras span, .extras small { display: block; color: var(--muted); }
.extras strong { display: block; margin: 8px 0; color: var(--forest); font-size: 21px; }
.price-disclaimer { max-width: 850px; margin: 25px auto 0; color: var(--muted); font-size: 12px; line-height: 1.5; text-align: center; }

.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.about-art { position: relative; min-height: 620px; overflow: hidden; border-radius: 48% 48% 10px 10px; background: var(--sand); }
.about-sun { position: absolute; width: 180px; height: 180px; top: 78px; right: 80px; border-radius: 50%; background: var(--terracotta); }
.about-mountain { position: absolute; bottom: -40px; width: 0; height: 0; border-style: solid; }
.about-mountain.one { left: -60px; border-width: 0 300px 460px; border-color: transparent transparent var(--sage); }
.about-mountain.two { right: -130px; border-width: 0 360px 390px; border-color: transparent transparent var(--forest); }
.about-art p { position: absolute; left: 30px; top: 30px; font-size: 11px; letter-spacing: .12em; line-height: 1.7; }
.about-copy h2 { margin: 0; color: var(--forest-deep); font-size: clamp(48px, 4.5vw, 68px); line-height: 1.03; }
.about-copy > p:not(.eyebrow) { color: var(--muted); font-size: 17px; line-height: 1.75; }
.address-card { display: grid; grid-template-columns: .7fr 1.3fr; gap: 10px 30px; margin-top: 34px; padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.address-card span { color: var(--muted); }
.address-card strong { color: var(--forest); line-height: 1.5; }
.address-card a { grid-column: 2; color: var(--terracotta); font-weight: 750; }

.process-section { padding-top: 40px; }
.process-list { counter-reset: step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; padding: 0; margin: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { min-height: 230px; padding: 30px; border-right: 1px solid var(--line); }
.process-list li:last-child { border: 0; }
.process-list span { color: var(--terracotta); font-size: 13px; font-weight: 800; }
.process-list strong { display: block; margin: 55px 0 12px; color: var(--forest); font-size: 20px; }
.process-list p { color: var(--muted); line-height: 1.6; }

.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.faq-grid .section-heading h2 { font-size: 54px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 26px 0; cursor: pointer; list-style: none; color: var(--forest); font-size: 18px; font-weight: 720; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--terracotta); font-size: 24px; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -8px 40px 28px 0; color: var(--muted); line-height: 1.7; }

.contact-section { background: var(--forest-deep); color: var(--cream-light); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.contact-copy h2 { margin: 0; color: var(--cream-light); font-size: clamp(48px, 4.3vw, 66px); line-height: 1.02; }
.contact-copy > p:not(.eyebrow) { color: #b9c8c2; font-size: 17px; line-height: 1.7; }
.contact-details { display: flex; flex-direction: column; gap: 12px; margin-top: 42px; }
.contact-details a { color: var(--cream-light); font-size: 21px; font-weight: 720; }
.contact-details span { color: #9db2aa; }
.contact-form { padding: 38px; border-radius: 12px; background: var(--cream-light); color: var(--ink); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: block; margin-bottom: 18px; color: var(--forest); font-size: 13px; font-weight: 720; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 8px; padding: 14px 15px; border: 1px solid rgba(23,63,54,.25); border-radius: 6px; background: #fff; color: var(--ink); outline: none; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--terracotta); box-shadow: 0 0 0 3px rgba(199,101,74,.12); }
.contact-form textarea { resize: vertical; }
.contact-form .consent { display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-weight: 500; line-height: 1.45; }
.contact-form .consent input { width: auto; margin-top: 3px; }
.contact-form .button { width: 100%; border: 0; }
.contact-form .button:disabled { cursor: wait; opacity: .72; }
.contact-form .button.is-loading { position: relative; }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: 11px; text-align: center; }

footer { background: #09241f; color: #bacbc4; }
.footer-top { min-height: 190px; display: grid; grid-template-columns: 1fr 1fr auto; gap: 50px; align-items: center; }
.footer-top .brand { color: var(--cream-light); }
.footer-top .brand-mark b { border-color: transparent transparent #09241f; }
.footer-top p { max-width: 390px; line-height: 1.6; }
.footer-top > div { display: flex; flex-direction: column; gap: 10px; color: var(--cream-light); }
.footer-bottom { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; }

.reveal { animation: reveal .6s cubic-bezier(.22,1,.36,1) both; }
.reveal-delay { animation-delay: .12s; }
@keyframes reveal { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1100px) {
  .shell { width: min(100% - 48px, 960px); }
  .desktop-nav { display: none; }
  .header-inner { grid-template-columns: 1fr auto; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr 1fr; }
  .hero h1 { font-size: 64px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card:nth-child(2) { border-right: 0; }
  .service-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .pricing-grid { grid-template-columns: 1fr; max-width: 720px; margin: 0 auto; }
  .price-card.popular { transform: none; }
  .about-grid, .contact-grid, .faq-grid { gap: 50px; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 34px, 620px); }
  .section { padding: 82px 0; }
  .site-header { height: 82px; }
  .header-inner { gap: 12px; }
  .brand { gap: 10px; font-size: 14px; letter-spacing: .1em; }
  .brand-mark { width: 38px; height: 34px; transform: scale(.78); transform-origin: left center; margin-right: -6px; }
  .header-inner > .button { min-height: 44px; padding: 0 13px; font-size: 11px; }
  .hero { padding: 120px 0 35px; }
  .hero-grid { display: flex; flex-direction: column; gap: 24px; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: clamp(48px, 14vw, 66px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-art { width: 100%; min-height: auto; }
  .art-frame { transform: none; border-radius: 44% 44% 8px 8px; }
  .trust-bar { grid-template-columns: 1fr; padding: 5px 18px; }
  .trust-bar > div { justify-content: flex-start; border-right: 0; border-bottom: 1px solid var(--line); }
  .ticker-inner { min-height: 64px; overflow: hidden; gap: 22px; justify-content: flex-start; white-space: nowrap; }
  .split-heading, .light-heading, .about-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; gap: 35px; }
  .section-heading h2, .faq-grid .section-heading h2 { font-size: 45px; }
  .service-grid, .work-grid, .extras, .process-list { grid-template-columns: 1fr; }
  .service-card { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-card h3 { margin-top: 36px; }
  .service-card p { min-height: auto; }
  .work-large { grid-row: auto; }
  .work-large .mockup { min-height: 430px; }
  .mockup { min-height: 300px; }
  .work-meta { flex-direction: column; gap: 5px; }
  .work-meta b { text-align: left; }
  .extras > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .extras > div:last-child { border-bottom: 0; }
  .about-art { min-height: 500px; }
  .about-grid { display: flex; flex-direction: column-reverse; }
  .process-list li { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 25px 20px; }
  .footer-top { padding: 55px 0; grid-template-columns: 1fr; gap: 25px; }
  .footer-bottom { padding: 22px 0; flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Version PHP */
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 100; padding: 12px 16px; background: var(--cream-light); color: var(--forest); }
.skip-link:focus { top: 12px; }
.mobile-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 6px; background: transparent; color: var(--forest); }
.mobile-toggle span, .mobile-toggle::before, .mobile-toggle::after { content: ""; display: block; width: 20px; height: 2px; margin: 4px auto; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.mobile-nav { display: none; }
.page-hero { padding: 190px 0 90px; background-color: var(--cream); background-image: radial-gradient(rgba(23,63,54,.045) .7px, transparent .7px); background-size: 7px 7px; }
.page-hero h1 { max-width: 900px; margin: 0; color: var(--forest-deep); font: 600 clamp(54px,7vw,88px)/.98 Georgia,serif; letter-spacing: -.055em; }
.page-hero > .shell > p:last-child { max-width: 760px; margin: 28px 0 0; font-size: 19px; line-height: 1.65; }
.breadcrumb { margin-bottom: 26px; color: var(--terracotta); font-size: 12px; font-weight: 760; letter-spacing: .12em; text-transform: uppercase; }
.content-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: start; }
.prose h2 { margin: 0 0 24px; color: var(--forest-deep); font-size: clamp(42px,4vw,60px); line-height: 1.04; }
.prose h3 { margin: 45px 0 12px; color: var(--forest); font-size: 26px; }
.prose p, .prose li { color: var(--muted); font-size: 17px; line-height: 1.75; }
.prose ul { padding-left: 22px; }
.side-card { position: sticky; top: 30px; padding: 34px; border: 1px solid var(--line); border-radius: 12px; background: var(--cream); }
.side-card h2 { margin: 0 0 14px; font: 600 34px/1.05 Georgia,serif; color: var(--forest); }
.side-card p { color: var(--muted); line-height: 1.65; }
.side-card .button { width: 100%; margin-top: 14px; }
.value-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.value-card { padding: 32px; border: 1px solid var(--line); border-radius: 10px; background: var(--cream-light); }
.value-card span { color: var(--terracotta); font-size: 13px; font-weight: 800; }
.value-card h3 { margin: 36px 0 12px; color: var(--forest); }
.value-card p { color: var(--muted); line-height: 1.65; }
.cta-band { padding: 65px 0; background: var(--terracotta); color: #fffaf2; }
.cta-band .shell { display: flex; justify-content: space-between; align-items: center; gap: 50px; }
.cta-band h2 { max-width: 720px; margin: 0; color: #fffaf2; font-size: clamp(38px,4vw,58px); }
.cta-band .button { border-color: #fffaf2; background: #fffaf2; color: var(--forest); }
.legal { max-width: 900px; }
.legal h2 { margin-top: 48px; color: var(--forest); font: 600 34px/1.15 Georgia,serif; }
.legal p, .legal li { color: var(--muted); line-height: 1.75; }
.notice { margin-bottom: 26px; padding: 16px 18px; border-radius: 7px; line-height: 1.5; }
.notice.success { background: #dce9df; color: #17462f; }
.notice.error { background: #f5ded7; color: #7b2f1f; }
.notice-card { display: flex; gap: 15px; padding: 22px; }
.notice-card .notice-icon { flex: 0 0 34px; display: grid; width: 34px; height: 34px; border: 1px solid currentColor; border-radius: 50%; place-items: center; font-weight: 800; }
.notice-card strong { display: block; margin: 2px 0 6px; font-size: 18px; }
.notice-card p { margin: 0 0 10px; }
.notice-card a { color: inherit; font-weight: 750; text-decoration: underline; }
.honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; pointer-events: none !important; }
.form-errors { margin: 0 0 22px; padding: 16px 20px 16px 40px; border-radius: 7px; background: #f5ded7; color: #7b2f1f; }
.form-errors li { margin: 5px 0; }
.contact-form a { color: var(--terracotta); text-decoration: underline; }
.section-compact { padding: 80px 0; }
@media (max-width: 760px) {
  .mobile-toggle { display: block; }
  .header-inner > .button { display: none; }
  .header-inner { grid-template-columns: 1fr auto; }
  .mobile-nav { position: absolute; top: 82px; left: 17px; right: 17px; padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: var(--cream-light); box-shadow: var(--shadow); }
  .mobile-nav.is-open { display: flex; flex-direction: column; gap: 5px; }
  .mobile-nav a { padding: 12px; font-weight: 700; }
  .mobile-nav .button { margin-top: 5px; }
  .page-hero { padding: 135px 0 70px; }
  .content-grid, .value-grid { grid-template-columns: 1fr; gap: 34px; }
  .side-card { position: static; }
  .cta-band .shell { flex-direction: column; align-items: flex-start; }
}
