:root {
  --ink: #17363a;
  --ink-deep: #102c30;
  --paper: #f7f2e9;
  --paper-light: #fcfaf5;
  --sage: #7f9a8c;
  --sage-light: #cbd7cc;
  --clay: #b86855;
  --sand: #dfd1bd;
  --line: rgba(23, 54, 58, 0.16);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper-light);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
}

a { color: inherit; text-decoration: none; }

.section { padding: clamp(90px, 10vw, 150px) clamp(24px, 8vw, 126px); }
.section-shell { padding: clamp(90px, 10vw, 150px) clamp(24px, 8vw, 126px); }
.section h2, .section-shell h2, .contact-section h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(44px, 5vw, 72px); font-weight: 400; letter-spacing: -.045em; line-height: 1.04; margin: 0; }
.section h2 em, .section-shell h2 em, .contact-section h2 em { color: var(--clay); font-weight: 400; }
.kicker { color: var(--clay); font-size: 10px; font-weight: 800; letter-spacing: .2em; margin: 0 0 22px; text-transform: uppercase; }
.large-copy { font-family: Georgia, "Times New Roman", serif; font-size: clamp(20px, 2vw, 28px); line-height: 1.55; }

.site-header {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  min-height: 94px;
  padding: 0 clamp(24px, 5vw, 76px);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.brand { align-items: center; display: flex; gap: 12px; justify-self: start; }
.brand-mark { color: var(--clay); display: grid; place-items: center; }
.brand-copy { display: flex; flex-direction: column; }
.brand-copy strong { font-family: Georgia, "Times New Roman", serif; font-size: 17px; font-weight: 500; letter-spacing: -0.01em; }
.brand-copy small { font-size: 9px; font-weight: 700; letter-spacing: .22em; margin-top: 3px; text-transform: uppercase; }

.desktop-nav { display: flex; gap: clamp(22px, 2.8vw, 42px); }
.desktop-nav a { font-size: 13px; font-weight: 600; position: relative; }
.desktop-nav a::after { background: var(--clay); bottom: -7px; content: ""; height: 1px; left: 0; position: absolute; transform: scaleX(0); transform-origin: left; transition: transform .25s ease; width: 100%; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); }

.header-cta { border: 1px solid var(--ink); border-radius: 100px; font-size: 12px; font-weight: 700; justify-self: end; letter-spacing: .04em; padding: 12px 20px; transition: background .25s, color .25s, transform .25s; }
.header-cta:hover { background: var(--ink); color: white; transform: translateY(-2px); }
.menu-button, .mobile-nav { display: none; }

.hero {
  background:
    radial-gradient(circle at 9% 13%, rgba(184,104,85,.08), transparent 24%),
    linear-gradient(90deg, var(--paper-light) 0 54%, #e8ede6 54% 100%);
  display: grid;
  grid-template-columns: 54% 46%;
  min-height: 790px;
  overflow: hidden;
  padding-top: 94px;
  position: relative;
}

.hero-copy { align-self: center; padding: 38px clamp(30px, 7vw, 108px) 58px clamp(30px, 8vw, 126px); position: relative; z-index: 2; }
.eyebrow { align-items: center; display: flex; font-size: 11px; font-weight: 800; gap: 10px; letter-spacing: .18em; margin: 0 0 30px; text-transform: uppercase; }
.eyebrow span { background: var(--clay); border-radius: 50%; height: 7px; width: 7px; }

h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(52px, 6vw, 88px); font-weight: 400; letter-spacing: -.055em; line-height: .97; margin: 0; max-width: 760px; }
h1 em { color: var(--clay); font-weight: 400; }
.hero-lead { color: rgba(23,54,58,.78); font-size: clamp(17px, 1.35vw, 20px); line-height: 1.7; margin: 34px 0 32px; max-width: 570px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 30px; }
.button { align-items: center; border-radius: 100px; display: inline-flex; font-size: 13px; font-weight: 700; gap: 16px; justify-content: center; padding: 17px 23px; transition: transform .25s, box-shadow .25s, background .25s; }
.button-primary { background: var(--ink); box-shadow: 0 12px 34px rgba(16,44,48,.14); color: white; }
.button-primary:hover { background: var(--clay); box-shadow: 0 15px 40px rgba(184,104,85,.2); transform: translateY(-3px); }
.text-link { font-size: 13px; font-weight: 700; }
.text-link span { color: var(--clay); margin-left: 7px; }

.hero-note { align-items: center; border-top: 1px solid var(--line); display: flex; gap: 14px; margin-top: 46px; padding-top: 24px; width: min(100%, 470px); }
.note-mark { border: 1px solid var(--sage); border-radius: 50%; display: grid; font-family: Georgia, serif; font-size: 20px; height: 48px; place-items: center; width: 48px; }
.hero-note p { color: rgba(23,54,58,.7); font-size: 12px; line-height: 1.55; margin: 0; }
.hero-note strong { color: var(--ink); font-size: 13px; }

.hero-visual { align-items: center; display: flex; justify-content: center; min-height: 696px; position: relative; }
.visual-orbit { border: 1px solid rgba(23,54,58,.12); border-radius: 50%; position: absolute; }
.orbit-one { height: 620px; width: 620px; }
.orbit-two { height: 470px; width: 470px; }
.visual-window { background: #cad6ca; border: 12px solid rgba(255,255,255,.72); border-radius: 250px 250px 16px 16px; box-shadow: 0 40px 80px rgba(23,54,58,.13); height: 520px; overflow: hidden; position: relative; width: min(65%, 350px); }
.hero-photo { display: block; height: 100%; object-fit: cover; object-position: 50% 50%; width: 100%; }
.floating-card { backdrop-filter: blur(18px); background: rgba(255,255,255,.82); border: 1px solid rgba(255,255,255,.8); border-radius: 18px; bottom: 110px; box-shadow: 0 18px 50px rgba(16,44,48,.13); left: clamp(12px, 5vw, 72px); padding: 20px 24px 20px 54px; position: absolute; }
.card-quote { color: var(--clay); font-family: Georgia, serif; font-size: 48px; left: 18px; line-height: 1; position: absolute; top: 14px; }
.floating-card p { font-family: Georgia, serif; font-size: 17px; line-height: 1.45; margin: 0; }
.visual-label { align-items: center; bottom: 54px; display: flex; font-size: 9px; font-weight: 800; gap: 9px; letter-spacing: .18em; position: absolute; text-transform: uppercase; }
.visual-label span { background: var(--clay); height: 1px; width: 28px; }

.trust-bar { background: var(--ink); color: white; display: grid; grid-template-columns: repeat(3, 1fr); padding: 28px clamp(30px, 8vw, 126px); }
.trust-bar > div { align-items: center; border-right: 1px solid rgba(255,255,255,.14); display: flex; gap: 18px; justify-content: center; min-height: 54px; padding: 0 30px; }
.trust-bar > div:first-child { justify-content: flex-start; padding-left: 0; }
.trust-bar > div:last-child { border-right: 0; justify-content: flex-end; padding-right: 0; }
.trust-bar span { color: #ddb2a7; font-family: Georgia, serif; font-size: 17px; }
.trust-bar p { color: rgba(255,255,255,.62); font-size: 11px; line-height: 1.5; margin: 0; }
.trust-bar strong { color: white; font-size: 12px; }

.recognition-section { align-items: start; background: var(--paper-light); display: grid; gap: clamp(60px, 10vw, 160px); grid-template-columns: 1.05fr .75fr; }
.recognition-heading h2 { font-size: clamp(46px, 5vw, 76px); }
.recognition-copy { border-left: 1px solid var(--line); padding-left: clamp(28px, 4vw, 60px); }
.recognition-copy > p { color: rgba(23,54,58,.72); font-size: 16px; line-height: 1.8; margin: 0 0 22px; }
.recognition-copy > p:first-child { color: var(--ink); font-family: Georgia, serif; font-size: 22px; }
.recognition-copy blockquote { color: var(--clay); font-family: Georgia, serif; font-size: 22px; font-style: italic; line-height: 1.5; margin: 36px 0 0; padding: 0; }

.support-section { background: #edf0e9; }
.section-intro { max-width: 820px; }
.section-intro > p:last-child { color: rgba(23,54,58,.7); font-size: 15px; line-height: 1.75; margin: 28px 0 0; max-width: 590px; }
.support-grid { display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr); margin-top: 64px; }
.support-card { background: rgba(252,250,245,.72); border: 1px solid rgba(23,54,58,.11); min-height: 400px; padding: 34px 32px; position: relative; transition: transform .3s ease, box-shadow .3s ease; }
.support-card:hover { box-shadow: 0 25px 55px rgba(23,54,58,.1); transform: translateY(-7px); }
.support-card.featured { background: var(--ink); color: white; transform: translateY(-18px); }
.support-card.featured:hover { transform: translateY(-25px); }
.card-number { color: var(--clay); font-family: Georgia, serif; font-size: 14px; position: absolute; right: 28px; top: 28px; }
.support-icon { color: var(--clay); display: block; height: 54px; margin: 24px 0 36px; width: 54px; }
.support-icon svg { height: 100%; width: 100%; }
.support-card h3 { font-family: Georgia, serif; font-size: 28px; font-weight: 400; line-height: 1.18; margin: 0 0 20px; }
.support-card p { color: rgba(23,54,58,.68); font-size: 14px; line-height: 1.75; margin: 0; }
.support-card.featured p { color: rgba(255,255,255,.62); }
.card-link { border-top: 1px solid rgba(23,54,58,.13); bottom: 30px; color: var(--clay); font-size: 9px; font-weight: 800; left: 32px; letter-spacing: .1em; padding-top: 16px; position: absolute; right: 32px; text-transform: uppercase; }
.featured .card-link { border-color: rgba(255,255,255,.14); color: #ddb2a7; }

.approach-section { align-items: center; background: var(--ink); color: white; display: grid; gap: clamp(60px, 9vw, 140px); grid-template-columns: .8fr 1fr; }
.approach-art { align-items: center; display: flex; flex-direction: column; }
.art-frame { background: #d9dfd3; border-radius: 240px 240px 8px 8px; height: 540px; max-width: 370px; overflow: hidden; position: relative; width: 100%; }
.approach-photo { display: block; height: 100%; object-fit: cover; object-position: 50% 50%; width: 100%; }
.approach-art > p { color: rgba(255,255,255,.5); font-family: Georgia, serif; font-size: 15px; font-style: italic; line-height: 1.5; margin: 20px 0 0; text-align: center; }
.eyebrow.light { color: rgba(255,255,255,.72); }
.approach-copy h2 em { color: #d89b8a; }
.approach-copy > .large-copy { color: rgba(255,255,255,.72); margin: 36px 0 44px; }
.principles { list-style: none; margin: 0; padding: 0; }
.principles li { border-top: 1px solid rgba(255,255,255,.14); display: grid; gap: 22px; grid-template-columns: 35px 1fr; padding: 19px 0; }
.principles li > span { color: #d89b8a; font-family: Georgia, serif; font-size: 13px; padding-top: 3px; }
.principles strong { display: block; font-family: Georgia, serif; font-size: 18px; font-weight: 400; }
.principles p { color: rgba(255,255,255,.5); font-size: 12px; line-height: 1.6; margin: 5px 0 0; }

.about-section { align-items: center; background: var(--paper-light); display: grid; gap: clamp(60px, 9vw, 140px); grid-template-columns: 1fr .75fr; }
.about-copy { max-width: 690px; }
.about-copy > .large-copy { margin: 34px 0 26px; }
.about-copy > p:not(.eyebrow):not(.large-copy):not(.scope-note) { color: rgba(23,54,58,.7); font-size: 15px; line-height: 1.8; }
.credentials { display: flex; flex-wrap: wrap; gap: 8px; margin: 32px 0; }
.credentials span { border: 1px solid var(--line); border-radius: 100px; font-size: 10px; font-weight: 700; padding: 10px 13px; }
.scope-note { border-left: 2px solid var(--clay); color: rgba(23,54,58,.64); font-size: 11px; line-height: 1.65; margin: 28px 0 0; padding-left: 16px; }
.about-visual { align-items: center; display: flex; flex-direction: column; justify-content: center; position: relative; }
.about-photo { aspect-ratio: 43 / 60; border-radius: 250px 250px 12px 12px; display: block; height: auto; object-fit: cover; object-position: 50% 50%; width: min(100%, 380px); }
.about-signature { background: white; border: 1px solid var(--line); bottom: 35px; box-shadow: 0 18px 45px rgba(23,54,58,.12); font-family: Georgia, serif; font-size: 14px; padding: 16px 20px; position: absolute; right: -24px; }

.process-section { background: var(--paper); overflow: hidden; position: relative; }
.section-intro.centered { margin: 0 auto; text-align: center; }
.section-intro.centered > p:last-child { margin-inline: auto; }
.process-grid { display: grid; gap: 70px; grid-template-columns: repeat(3, 1fr); margin-top: 72px; position: relative; z-index: 1; }
.process-line { background: var(--sand); height: 1px; left: 18%; position: absolute; right: 18%; transform: translateY(91px); }
.process-grid article { text-align: center; }
.process-grid article > span { background: var(--paper); border: 1px solid var(--clay); border-radius: 50%; color: var(--clay); display: grid; font-family: Georgia, serif; font-size: 22px; height: 52px; margin: 0 auto 28px; place-items: center; width: 52px; }
.process-grid h3 { font-family: Georgia, serif; font-size: 23px; font-weight: 400; margin: 0 0 13px; }
.process-grid p { color: rgba(23,54,58,.66); font-size: 13px; line-height: 1.7; margin: 0 auto; max-width: 290px; }

.faq-section { align-items: start; background: #edf0e9; display: grid; gap: clamp(60px, 10vw, 150px); grid-template-columns: .65fr 1.1fr; }
.faq-heading > p:last-child { color: rgba(23,54,58,.65); font-size: 13px; line-height: 1.7; margin-top: 28px; max-width: 330px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { align-items: center; background: transparent; border: 0; color: var(--ink); cursor: pointer; display: grid; font-family: inherit; grid-template-columns: 36px 1fr 30px; padding: 25px 0; text-align: left; width: 100%; }
.faq-item button > span { color: var(--clay); font-family: Georgia, serif; font-size: 12px; }
.faq-item button strong { font-family: Georgia, serif; font-size: 19px; font-weight: 400; }
.faq-item button i { font-size: 24px; font-style: normal; font-weight: 300; text-align: right; }
.faq-item > p { animation: faq-in .3s both; color: rgba(23,54,58,.67); font-size: 13px; line-height: 1.75; margin: -6px 40px 25px 36px; }
@keyframes faq-in { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: translateY(0); } }

.contact-section { background: var(--clay); color: white; overflow: hidden; padding: clamp(90px, 9vw, 135px) clamp(24px, 8vw, 126px); position: relative; }
.contact-grid { align-items: center; display: grid; gap: clamp(54px, 8vw, 120px); grid-template-columns: .78fr 1.22fr; position: relative; z-index: 2; }
.contact-intro { max-width: 610px; }
.contact-section h2 { max-width: 650px; }
.contact-section h2 em { color: var(--ink); }
.contact-intro > p:not(.eyebrow) { color: rgba(255,255,255,.82); font-size: 15px; line-height: 1.8; margin: 30px 0; max-width: 560px; }
.contact-points { display: grid; gap: 15px; list-style: none; margin: 34px 0; padding: 0; }
.contact-points li { align-items: center; display: flex; font-size: 13px; gap: 12px; }
.contact-points span { border: 1px solid rgba(255,255,255,.55); border-radius: 50%; display: grid; font-size: 10px; height: 22px; place-items: center; width: 22px; }
.contact-email { border-bottom: 1px solid rgba(255,255,255,.5); display: inline-block; font-family: Georgia, serif; font-size: clamp(18px, 1.6vw, 24px); padding-bottom: 5px; }
.contact-intro > small { display: block; font-size: 9px; letter-spacing: .14em; margin-top: 13px; opacity: .65; text-transform: uppercase; }
.contact-form { background: var(--paper-light); border: 1px solid rgba(255,255,255,.48); border-radius: 26px; box-shadow: 0 34px 80px rgba(16,44,48,.2); color: var(--ink); padding: clamp(28px, 4vw, 50px); position: relative; }
.contact-form-heading { border-bottom: 1px solid var(--line); margin-bottom: 30px; padding-bottom: 26px; }
.contact-form-heading > p { color: var(--clay); font-size: 9px; font-weight: 800; letter-spacing: .2em; margin: 0 0 12px; text-transform: uppercase; }
.contact-form-heading h3 { font-family: Georgia, serif; font-size: clamp(27px, 2.5vw, 38px); font-weight: 400; letter-spacing: -.025em; line-height: 1.15; margin: 0; }
.form-grid { display: grid; gap: 22px 20px; grid-template-columns: 1fr 1fr; }
.form-grid label { display: flex; flex-direction: column; gap: 10px; }
.form-grid label > span { font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.form-grid input, .form-grid select, .form-grid textarea { background: #fffdf9; border: 1px solid rgba(23,54,58,.17); border-radius: 15px; color: var(--ink); font: inherit; font-size: 14px; outline: none; padding: 16px 18px; transition: border-color .2s, box-shadow .2s; width: 100%; }
.form-grid textarea { line-height: 1.6; min-height: 145px; resize: vertical; }
.form-grid select { cursor: pointer; }
.form-grid input::placeholder, .form-grid textarea::placeholder { color: rgba(23,54,58,.42); }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--clay); box-shadow: 0 0 0 4px rgba(184,104,85,.1); }
.form-field-wide { grid-column: 1 / -1; }
.contact-submit { background: var(--ink); border: 0; color: white; cursor: pointer; margin-top: 28px; }
.contact-submit:hover { background: var(--clay); box-shadow: 0 14px 34px rgba(16,44,48,.16); transform: translateY(-2px); }
.form-note { color: rgba(23,54,58,.6); font-size: 10px; line-height: 1.55; margin: 14px 0 0; }
.form-status { color: var(--clay); font-size: 11px; font-weight: 700; margin: 7px 0 0; min-height: 17px; }
.contact-rings { inset: 0; pointer-events: none; position: absolute; }
.contact-rings i { border: 1px solid rgba(255,255,255,.12); border-radius: 50%; height: 520px; left: -210px; position: absolute; top: -210px; width: 520px; }
.contact-rings i:nth-child(2) { height: 380px; left: -140px; top: -140px; width: 380px; }
.contact-rings i:nth-child(3) { background: rgba(23,54,58,.09); height: 210px; left: -55px; top: -55px; width: 210px; }

footer { align-items: start; background: var(--ink-deep); color: white; display: grid; gap: 30px; grid-template-columns: 1fr 1fr auto; padding: 46px clamp(24px, 8vw, 126px) 30px; }
.footer-brand { align-items: center; display: flex; gap: 11px; }
.footer-brand svg { color: #d89b8a; }
.footer-brand div { display: flex; flex-direction: column; }
.footer-brand strong { font-family: Georgia, serif; font-size: 15px; font-weight: 400; }
.footer-brand small { font-size: 8px; letter-spacing: .2em; margin-top: 3px; text-transform: uppercase; }
footer > p { color: rgba(255,255,255,.45); font-size: 11px; line-height: 1.6; margin: 5px 0 0; max-width: 320px; }
.footer-links { display: flex; font-size: 11px; gap: 24px; padding-top: 5px; }
.footer-legal { border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.3); font-size: 9px; grid-column: 1 / -1; line-height: 1.6; padding-top: 20px; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .hero { background: var(--paper-light); grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 70px; padding-top: 82px; }
  .hero-visual { background: #e8ede6; min-height: 650px; }
  .visual-window { width: min(58%, 350px); }
  .trust-bar { gap: 0; padding-inline: 30px; }
  .recognition-section, .approach-section, .about-section, .faq-section { gap: 60px; grid-template-columns: 1fr; }
  .recognition-copy { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; padding-top: 35px; }
  .support-grid { gap: 12px; }
  .support-card { padding-inline: 24px; }
  .card-link { left: 24px; right: 24px; }
  .approach-art { order: 2; }
  .about-visual { margin: 0 auto; width: min(100%, 520px); }
  .about-signature { right: 0; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-intro { max-width: 720px; }
  footer { grid-template-columns: 1fr auto; }
  footer > p { display: none; }
}

@media (max-width: 680px) {
  .site-header { min-height: 78px; padding-inline: 20px; }
  .brand-mark { display: none; }
  .brand-copy strong { font-size: 15px; }
  .header-cta { font-size: 11px; padding: 10px 14px; }
  .header-cta { display: none; }
  .menu-button { align-items: center; background: transparent; border: 1px solid var(--line); border-radius: 50%; cursor: pointer; display: flex; flex-direction: column; gap: 5px; height: 42px; justify-content: center; justify-self: end; padding: 0; width: 42px; }
  .menu-button span { background: var(--ink); height: 1px; width: 17px; }
  .mobile-nav { background: var(--paper-light); border-bottom: 1px solid var(--line); box-shadow: 0 20px 35px rgba(23,54,58,.08); display: flex; flex-direction: column; left: 0; padding: 20px 24px 28px; position: absolute; right: 0; top: 78px; }
  .mobile-nav a { border-bottom: 1px solid var(--line); font-family: Georgia, serif; font-size: 20px; padding: 14px 0; }
  .mobile-nav a:last-child { background: var(--ink); border: 0; border-radius: 100px; color: white; font-family: Inter, sans-serif; font-size: 12px; font-weight: 700; margin-top: 18px; padding: 14px; text-align: center; }
  .hero { padding-top: 78px; }
  .hero-copy { padding: 72px 22px 58px; }
  .eyebrow { font-size: 9px; margin-bottom: 24px; }
  h1 { font-size: clamp(48px, 15vw, 64px); }
  .hero-lead { font-size: 16px; margin-top: 27px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .button { width: 100%; }
  .hero-note { margin-top: 38px; }
  .hero-visual { min-height: 560px; }
  .orbit-one { height: 470px; width: 470px; }
  .orbit-two { height: 370px; width: 370px; }
  .visual-window { height: 420px; width: 64%; }
  .floating-card { bottom: 74px; left: 18px; }
  .visual-label { bottom: 27px; }
  .trust-bar { grid-template-columns: 1fr; padding: 8px 22px; }
  .trust-bar > div, .trust-bar > div:first-child, .trust-bar > div:last-child { border-bottom: 1px solid rgba(255,255,255,.12); border-right: 0; justify-content: flex-start; padding: 18px 0; }
  .trust-bar > div:last-child { border-bottom: 0; }
  .section, .section-shell { padding: 80px 22px; }
  .section h2, .section-shell h2, .contact-section h2 { font-size: 43px; }
  .recognition-section { gap: 42px; }
  .recognition-copy > p:first-child { font-size: 19px; }
  .support-grid { grid-template-columns: 1fr; margin-top: 48px; }
  .support-card, .support-card.featured { min-height: 370px; transform: none; }
  .support-card.featured:hover { transform: translateY(-7px); }
  .art-frame { height: 460px; max-width: 320px; }
  .approach-section { padding-bottom: 0; }
  .approach-art { margin-inline: -22px; }
  .approach-art > p { margin-bottom: 70px; }
  .about-signature { bottom: 22px; font-size: 12px; right: -4px; }
  .process-grid { gap: 50px; grid-template-columns: 1fr; }
  .process-line { display: none; }
  .faq-item button { grid-template-columns: 32px 1fr 24px; }
  .faq-item button strong { font-size: 17px; }
  .faq-item > p { margin-left: 32px; margin-right: 10px; }
  .contact-section { padding: 80px 22px; }
  .contact-grid { gap: 48px; }
  .contact-form { border-radius: 20px; padding: 28px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field-wide { grid-column: auto; }
  .contact-submit { width: 100%; }
  .contact-email { font-size: 17px; }
  .contact-rings { opacity: .55; }
  footer { gap: 28px; grid-template-columns: 1fr; padding: 42px 22px 28px; }
  .footer-links { justify-content: space-between; }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-copy > * { animation: reveal .7s both; }
  .hero-copy > *:nth-child(2) { animation-delay: .08s; }
  .hero-copy > *:nth-child(3) { animation-delay: .16s; }
  .hero-copy > *:nth-child(4) { animation-delay: .24s; }
  .hero-copy > *:nth-child(5) { animation-delay: .32s; }
  .visual-window { animation: float-in .9s .1s both; }
  .floating-card { animation: float-card 5s 1.1s ease-in-out infinite; }
}

@keyframes reveal { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes float-in { from { opacity: 0; transform: translateY(30px) scale(.96); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes float-card { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

:focus-visible { outline: 3px solid rgba(184,104,85,.55); outline-offset: 4px; }
