:root {
  --paper: #faf9f5;
  --paper-deep: #f0eee6;
  --cream: #f5f3ec;
  --ink: #2c2c2a;
  --muted: #747467;
  --olive: #5a5a40;
  --olive-dark: #444430;
  --sage: #e9eadf;
  --gold: #b29559;
  --line: #e2dfd3;
  --serif: Georgia, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 15px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
[hidden] { display: none !important; }
::selection { color: var(--ink); background: #e0dfc5; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; cursor: pointer; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
button { border: 0; }
img { display: block; max-width: 100%; }
svg { display: block; }
h1, h2, h3, p { margin: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.048em; line-height: 1.1; text-wrap: balance; }
h1 em, h2 em { color: var(--olive); font-weight: 400; }
h3 { font-size: 17px; line-height: 1.45; font-weight: 550; letter-spacing: -.025em; }
:focus-visible { outline: 2px solid var(--olive); outline-offset: 5px; }
.container { width: min(1240px, calc(100% - 96px)); margin-inline: auto; }
.section { padding-block: 108px; }
.eyebrow, .mini-label { font-size: 10px; font-weight: 600; letter-spacing: .15em; line-height: 1.6; }
.eyebrow { color: var(--olive); margin-bottom: 23px; }
.mini-label { color: var(--muted); font-size: 9px; letter-spacing: .1em; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 12px 20px; color: white; background: var(--olive); transform: translateY(-180%); }
.skip-link:focus { transform: none; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 52px; padding: 14px 23px; border: 1px solid var(--olive); border-radius: 5px; background: var(--olive); color: white; font-size: 12px; line-height: 1.35; font-weight: 550; text-align: center; transition: background .2s, border-color .2s, transform .2s; }
.button > span { font-size: 18px; font-weight: 400; line-height: 1; }
.button:hover { background: var(--olive-dark); border-color: var(--olive-dark); transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 11px 16px; font-size: 11px; gap: 19px; }
.button-outline { background: transparent; color: var(--olive); border-color: #c7c7b7; }
.button-outline:hover { background: var(--sage); color: var(--olive-dark); border-color: var(--olive); }
.button-light { background: var(--paper); border-color: var(--paper); color: var(--olive-dark); }
.button-light:hover { background: #e9e6d7; border-color: #e9e6d7; }
.text-link { display: inline-flex; gap: 16px; align-items: center; width: fit-content; min-height: 40px; color: var(--olive); font-size: 12px; font-weight: 550; }
.text-link span { font-size: 17px; font-weight: 400; }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }

.site-header { position: sticky; top: 0; z-index: 30; background: rgb(250 249 245 / 96%); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); padding-top: env(safe-area-inset-top, 0px); }
.header-inner { min-height: 84px; display: flex; align-items: center; gap: 38px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand > img { width: 35px; height: 35px; border-radius: 8px; }
.brand > span { display: flex; flex-direction: column; gap: 5px; }
.brand strong { font-family: var(--serif); font-size: 26px; font-weight: 400; font-style: italic; letter-spacing: -.035em; line-height: 1; }
.brand-subtitle { color: var(--muted); font-size: 8px; font-weight: 500; letter-spacing: .32em; line-height: 1; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.desktop-nav a, .login-link { font-size: 11px; color: #656558; }
.desktop-nav a:hover, .login-link:hover { color: var(--olive); text-decoration: underline; text-underline-offset: 5px; }
.header-actions { display: flex; align-items: center; gap: 22px; }
.menu-button { display: none; width: 44px; height: 44px; border-radius: 4px; padding: 13px 10px; background: transparent; }
.menu-button span { display: block; height: 1px; background: var(--ink); margin-block: 6px; transition: transform .2s; }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.mobile-nav { display: none; }

.hero { display: grid; grid-template-columns: .92fr 1.08fr; gap: 60px; padding-block: 64px 70px; align-items: center; }
.hero-copy { padding-block: 28px 10px; }
.hero-copy .eyebrow { display: flex; align-items: center; gap: 9px; font-size: 9px; margin-bottom: 26px; letter-spacing: .14em; }
.small-star { font-size: 19px; line-height: 1; }
.hero h1 { font-size: clamp(66px, 6vw, 87px); line-height: 1.04; margin-left: -4px; }
.hero-description { margin-top: 28px; max-width: 380px; font-size: 14px; color: #77776b; line-height: 1.9; }
.hero-buttons { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 31px; }
.hero-buttons .button { min-height: 51px; }
.credit-note { display: flex; align-items: center; gap: 8px; margin-top: 18px; font-size: 10px; color: #777767; }
.check { font-size: 12px; color: var(--olive); }
.note-dot { margin-inline: 3px; }
.registration-hint { margin-top: 4px; font-size: 9px; color: #818174; }
.hero-caption { margin-top: 57px; display: flex; align-items: center; gap: 13px; color: #898779; font-family: var(--serif); font-style: italic; font-size: 14px; }
.caption-line { width: 35px; height: 1px; background: #c9c5b5; }
.hero-visual { position: relative; align-self: stretch; min-height: 555px; overflow: hidden; border-radius: 8px 8px 70px 8px; background: #ddd8c9; }
.hero-image { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: 52% center; transition: opacity .2s; }
.image-label { position: absolute; top: 21px; left: 21px; display: flex; align-items: center; gap: 8px; background: rgb(250 249 245 / 92%); border: 1px solid rgb(255 255 255 / 50%); padding: 7px 11px; border-radius: 3px; color: #545344; font-size: 9px; letter-spacing: .025em; }
.image-label > span { font-size: 16px; line-height: 1; }
.style-picker { position: absolute; left: 22px; bottom: 23px; width: min(365px, calc(100% - 44px)); padding: 15px 17px 16px; border-radius: 5px; background: rgb(250 249 245 / 96%); border: 1px solid rgb(255 255 255 / 65%); box-shadow: 0 8px 35px rgb(33 30 22 / 9%); backdrop-filter: blur(14px); }
.style-picker-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; font-size: 10px; margin-bottom: 11px; }
.style-picker-heading > span:first-child { color: var(--ink); font-weight: 500; }
#hero-style-name { color: var(--muted); font-size: 9px; }
.style-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.style-option { min-width: 0; padding: 5px; display: flex; gap: 7px; align-items: center; border: 1px solid transparent; border-radius: 3px; background: #eeece4; transition: background .2s, border-color .2s; }
.style-option img { width: 33px; height: 35px; flex-shrink: 0; object-fit: cover; border-radius: 1px; }
.style-option span { font-size: 8px; line-height: 1.3; font-weight: 500; text-align: left; }
.style-option.active { background: #e8e8dc; border-color: var(--olive); }
.style-option:hover { background: #dfdfd0; }
.value-strip { border-block: 1px solid var(--line); background: #f5f4ee; }
.value-strip-inner { display: grid; grid-template-columns: repeat(4, 1fr); padding-block: 26px; gap: 20px; }
.value-strip p { display: flex; gap: 11px; align-items: center; justify-content: center; color: #6c6c5f; font-size: 11px; }
.value-strip p + p { border-left: 1px solid #dcd9cc; }
.value-strip p > span { color: var(--olive); font-size: 19px; line-height: 1; }

.section-intro { display: grid; grid-template-columns: 1fr .8fr; align-items: end; gap: 100px; }
h2 { font-size: clamp(39px, 4vw, 53px); }
.section-intro > p { max-width: 360px; margin-bottom: 7px; color: var(--muted); font-size: 13px; line-height: 1.95; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 50px; margin-bottom: 76px; gap: 45px; }
.steps article { border-top: 1px solid var(--line); padding-top: 25px; }
.step-number { font-family: var(--serif); font-size: 27px; color: #a6a28b; font-style: italic; line-height: 1; display: inline-block; margin-bottom: 19px; }
.steps h3 { margin-bottom: 10px; }
.steps p { max-width: 300px; color: var(--muted); font-size: 12px; line-height: 1.9; }
.feature-panel { display: grid; grid-template-columns: 1fr 1fr; min-height: 580px; border: 1px solid var(--line); background: #f2f1e9; border-radius: 6px; overflow: hidden; }
.feature-image { position: relative; min-height: 510px; }
.feature-image > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.feature-image .image-label { top: 22px; left: 22px; }
.prompt-card { position: absolute; bottom: 28px; left: 28px; right: 28px; display: flex; align-items: center; gap: 13px; background: rgb(250 249 245 / 95%); border: 1px solid #eeeadf; border-radius: 4px; padding: 17px 20px; box-shadow: 0 4px 25px rgb(25 22 14 / 9%); }
.prompt-icon { font-size: 26px; color: var(--olive); }
.prompt-card .mini-label { display: block; margin-bottom: 5px; font-size: 8px; }
.prompt-card p { font-family: var(--serif); font-size: 17px; font-style: italic; line-height: 1.5; }
.feature-copy { padding: 50px 48px 44px; }
.feature-copy .eyebrow { margin-bottom: 17px; }
.feature-copy h2 { font-size: 42px; }
.feature-list { display: grid; gap: 22px; margin-top: 31px; }
.feature-list article { display: flex; align-items: start; gap: 15px; }
.feature-list article > span { width: 29px; height: 29px; flex-shrink: 0; display: grid; place-items: center; color: var(--olive); background: #e7e6da; border-radius: 4px; font-size: 21px; line-height: 1; }
.feature-list h3 { font-size: 13px; margin-bottom: 4px; }
.feature-list p { font-size: 11px; line-height: 1.85; color: var(--muted); }

.inspiration-section { background: #f0eee6; border-block: 1px solid #e8e4d8; }
.inspiration-filters { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 37px; margin-bottom: 31px; }
.filter { border: 1px solid #d4d1c3; color: #6c6a5e; background: transparent; min-height: 38px; padding: 9px 22px; font-size: 11px; border-radius: 3px; transition: background .2s, color .2s, border-color .2s; }
.filter:hover { border-color: var(--olive); background: #e5e3d6; }
.filter.active { color: white; background: var(--olive); border-color: var(--olive); }
.inspiration-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 38px 29px; align-items: start; }
.inspiration-card { min-width: 0; }
.inspiration-card > div { position: relative; overflow: hidden; aspect-ratio: 1.6; border-radius: 4px; background: #ded9cc; }
.inspiration-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.inspiration-card:hover img { transform: scale(1.025); }
.card-tag { position: absolute; left: 17px; bottom: 17px; background: rgb(250 249 245 / 94%); color: #585644; padding: 6px 10px; font-size: 8px; font-weight: 550; letter-spacing: .1em; border-radius: 2px; }
.inspiration-card h3 { font-family: var(--serif); font-weight: 400; font-size: 25px; letter-spacing: -.035em; margin-top: 17px; }
.inspiration-card p { font-size: 11px; margin-top: 5px; color: var(--muted); }
.image-disclaimer { color: #848172; font-size: 10px; margin-top: 31px; }
.use-cases { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 39px; padding-top: 30px; border-top: 1px solid #dcd8ca; }
.use-cases p { max-width: 300px; margin-top: 10px; font-size: 12px; line-height: 1.9; color: #737164; }
.use-cases .mini-label { font-size: 9px; color: var(--olive); }

.pricing-heading { text-align: center; margin-bottom: 59px; }
.pricing-heading .eyebrow { margin-bottom: 17px; }
.pricing-heading > p:last-child { color: var(--muted); font-size: 13px; line-height: 1.95; margin-top: 21px; }
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; align-items: stretch; }
.price-card { position: relative; min-width: 0; background: #fdfcf9; border: 1px solid var(--line); padding: 31px 24px 25px; border-radius: 5px; }
.price-card.featured { border-color: var(--olive); background: #f1f2e8; }
.plan-highlight { position: absolute; left: -1px; right: -1px; top: -26px; display: block; height: 26px; padding: 6px 15px; text-align: center; border-radius: 5px 5px 0 0; background: var(--olive); color: #f5f3e7; font-size: 8px; line-height: 14px; font-weight: 500; letter-spacing: .12em; }
.price-card.featured { border-top-left-radius: 0; border-top-right-radius: 0; }
.plan-name { font-family: var(--serif); font-size: 24px; letter-spacing: -.04em; line-height: 1.3; }
.plan-description { margin-top: 9px; color: var(--muted); font-size: 10px; }
.price { font-family: var(--serif); font-size: 43px; letter-spacing: -.055em; line-height: 1.25; margin-top: 29px; }
.price > span { font-size: 23px; color: #757461; }
.credit-amount { margin-top: 6px; font-size: 12px; font-weight: 600; color: var(--olive); }
.price-rule { width: 100%; height: 1px; margin-block: 24px 18px; background: var(--line); }
.unit-price { font-size: 11px; color: #706f5f; }
.purchase-type { font-size: 10px; color: #898677; margin-top: 4px; }
.price-card .button { width: 100%; min-height: 45px; padding: 11px 10px; justify-content: space-between; font-size: 9px; margin-top: 25px; gap: 4px; }
.price-card .button > span { font-size: 15px; }
.credit-explanation { display: flex; align-items: center; gap: 22px; margin-top: 31px; padding: 25px 29px; border: 1px solid var(--line); background: #f4f3ed; border-radius: 4px; }
.credit-symbol { flex-shrink: 0; color: var(--olive); font-size: 28px; width: 32px; text-align: center; }
.credit-explanation h3 { font-size: 13px; margin-bottom: 5px; }
.credit-explanation p { max-width: 735px; color: var(--muted); font-size: 11px; line-height: 1.8; }
.credit-explanation .text-link { margin-left: auto; flex-shrink: 0; font-size: 10px; }
.pricing-note { color: #8a877a; font-size: 9px; line-height: 1.8; text-align: center; margin-top: 18px; }

.faq-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; border-top: 1px solid var(--line); padding-top: 80px; }
.faq-section > div:first-child > p:last-child { color: var(--muted); margin-top: 23px; font-size: 12px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); padding: 0 2px; }
.faq-list summary { padding: 23px 0; display: flex; justify-content: space-between; align-items: center; gap: 20px; cursor: pointer; list-style: none; font-weight: 500; font-size: 12px; line-height: 1.6; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::marker { content: ""; }
.faq-list summary > span { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; width: 20px; height: 20px; font-size: 21px; font-weight: 300; color: var(--olive); transition: transform .2s; }
.faq-list details[open] summary > span { transform: rotate(45deg); }
.faq-list details[open] summary { color: var(--olive); padding-bottom: 14px; }
.faq-list details > p { font-size: 12px; color: var(--muted); line-height: 1.9; padding-right: 29px; padding-bottom: 21px; }
.faq-list details > a { margin: -5px 0 20px; font-size: 11px; }

.final-cta { position: relative; overflow: hidden; background: var(--olive); color: #faf9ef; padding-block: 85px 70px; }
.final-cta .container { position: relative; z-index: 2; }
.final-cta .eyebrow { color: #d9d6b9; margin-bottom: 21px; }
.final-cta h2 { font-size: 65px; line-height: 1.08; }
.final-cta h2 em { color: #d6d1ad; }
.final-cta h2 + p { font-size: 12px; color: #dad9c9; margin-top: 22px; }
.final-cta .button { margin-top: 29px; min-height: 51px; }
.cta-note { margin-top: 13px; font-size: 9px; color: #d2d0b9; }
.arch { position: absolute; display: block; border: 1px solid rgb(216 213 180 / 22%); width: 330px; height: 600px; border-radius: 190px 190px 0 0; bottom: -159px; transform: rotate(21deg); }
.arch-one { right: 8%; }
.arch-two { right: 18%; width: 380px; height: 660px; bottom: -164px; }
.site-footer { padding-block: 45px 23px; }
.footer-main { display: flex; align-items: center; gap: 31px; padding-bottom: 36px; }
.footer-main .brand strong { font-size: 23px; }
.footer-main .brand > img { width: 32px; height: 32px; }
.footer-main > p { font-size: 11px; color: #898577; }
.footer-main > .text-link { margin-left: auto; font-size: 11px; }
.footer-bottom { display: flex; align-items: center; gap: 28px; border-top: 1px solid var(--line); padding-top: 23px; color: #939082; font-size: 9px; }
.footer-bottom nav { display: flex; gap: 22px; margin-left: auto; }
.footer-bottom a { min-height: 32px; display: inline-flex; align-items: center; }
.footer-bottom a:hover { color: var(--olive); text-decoration: underline; text-underline-offset: 3px; }
.footer-bottom > span { color: #9e9988; }
.header-inner > .text-link { margin-left: auto; text-align: right; }
.legal-page { max-width: 780px; padding-block: 65px 90px; overflow-wrap: anywhere; }
.legal-page h1 { font-size: clamp(42px, 6vw, 66px); margin-bottom: 38px; }
.legal-page h2 { font-family: var(--sans); font-size: 19px; line-height: 1.45; font-weight: 550; letter-spacing: -.02em; margin-block: 32px 13px; text-wrap: auto; }
.legal-page p, .legal-page li { font-size: 14px; line-height: 1.9; color: #68685b; }
.legal-page p + p { margin-top: 16px; }
.legal-page > .eyebrow { font-size: 10px; color: var(--olive); }
.legal-page a { color: var(--olive); text-decoration: underline; text-underline-offset: 3px; }
.legal-page a:hover { color: var(--olive-dark); }
.legal-page > .text-link { margin-top: 22px; font-size: 12px; }
.legal-page .pricing-note { text-align: left; margin-top: 30px; font-size: 11px; }

@media (min-width: 1500px) {
  .hero { gap: 78px; }
  .hero-visual { min-height: 580px; }
}

@media (max-width: 1100px) {
  .container { width: calc(100% - 64px); }
  .header-inner { gap: 26px; }
  .desktop-nav { gap: 20px; }
  .header-actions { gap: 17px; }
  .hero { gap: 35px; grid-template-columns: 1fr 1fr; padding-top: 48px; }
  .hero h1 { font-size: 66px; }
  .hero-visual { min-height: 515px; }
  .hero-buttons { gap: 12px; }
  .hero-buttons .button { padding-inline: 15px; gap: 15px; }
  .hero-description { font-size: 13px; }
  .hero-caption { margin-top: 40px; }
  .style-picker { left: 15px; bottom: 18px; width: calc(100% - 30px); padding-inline: 12px; }
  .style-options { gap: 4px; }
  .style-option { gap: 5px; padding: 3px; }
  .style-option img { width: 27px; height: 33px; }
  .style-option span { font-size: 7px; }
  .section { padding-block: 85px; }
  .section-intro { gap: 60px; }
  .steps { gap: 30px; }
  .feature-copy { padding: 38px 33px; }
  .feature-copy h2 { font-size: 38px; }
  .feature-list { gap: 20px; }
  .feature-panel { min-height: 580px; }
  .prompt-card { left: 20px; right: 20px; bottom: 20px; padding: 14px; }
  .prompt-card p { font-size: 15px; }
  .price-card { padding-inline: 19px; }
  .plan-name { font-size: 23px; }
  .price-card .button { font-size: 8px; }
  .faq-section { gap: 55px; }
  .footer-bottom > span { display: none; }
}

@media (max-width: 900px) {
  html { scroll-padding-top: 90px; }
  .header-inner { min-height: 76px; justify-content: space-between; }
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .header-actions { margin-left: auto; gap: 16px; }
  .mobile-nav { display: flex; position: absolute; top: 100%; left: 0; width: 100%; flex-direction: column; padding: 14px 32px 23px; background: var(--paper); box-shadow: 0 15px 20px rgb(40 35 20 / 7%); border-bottom: 1px solid var(--line); }
  .mobile-nav a { display: block; min-height: 48px; padding-block: 12px; font-size: 14px; border-bottom: 1px solid var(--line); }
  .mobile-nav a:last-child { color: var(--olive); border: 0; }
  .hero { gap: 28px; }
  .hero h1 { font-size: 57px; }
  .hero-copy .eyebrow { font-size: 8px; letter-spacing: .09em; }
  .hero-buttons { flex-direction: column; align-items: start; gap: 4px; }
  .hero-description { margin-top: 23px; font-size: 12px; }
  .hero-visual { min-height: 520px; border-bottom-right-radius: 48px; }
  .hero-caption { margin-top: 30px; font-size: 12px; }
  .credit-note { font-size: 9px; gap: 5px; }
  .style-option { flex-direction: column; padding: 5px 3px; gap: 5px; }
  .style-option img { width: 100%; height: 37px; }
  .style-option span { font-size: 8px; }
  .value-strip-inner { grid-template-columns: repeat(2, 1fr); row-gap: 22px; padding-block: 24px; }
  .value-strip p:nth-child(3) { border-left: 0; }
  .section-intro { grid-template-columns: 1fr 1fr; gap: 45px; }
  h2 { font-size: 41px; }
  .section-intro > p { font-size: 12px; }
  .feature-panel { grid-template-columns: .95fr 1.05fr; }
  .feature-copy { padding: 33px 25px; }
  .feature-copy h2 { font-size: 34px; }
  .feature-list { gap: 17px; }
  .feature-list article { gap: 10px; }
  .feature-list h3 { font-size: 12px; }
  .prompt-card { gap: 8px; left: 15px; right: 15px; }
  .prompt-card .mini-label { font-size: 7px; }
  .prompt-card p { font-size: 14px; }
  .steps { gap: 23px; margin-top: 37px; margin-bottom: 53px; }
  .steps h3 { font-size: 15px; }
  .steps p { font-size: 11px; }
  .inspiration-grid { gap: 31px 23px; }
  .inspiration-card h3 { font-size: 22px; }
  .use-cases { gap: 25px; }
  .use-cases .mini-label { font-size: 8px; }
  .use-cases p { font-size: 11px; }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); gap: 35px 20px; }
  .price-card { padding: 28px; }
  .price-card .button { font-size: 11px; min-height: 46px; padding-inline: 16px; }
  .plan-description { font-size: 11px; }
  .credit-explanation { gap: 16px; padding: 24px; flex-wrap: wrap; }
  .credit-explanation > div { flex: 1; min-width: 200px; }
  .credit-explanation .text-link { margin-left: 48px; }
  .faq-section { gap: 36px; grid-template-columns: .7fr 1.3fr; }
  .final-cta h2 { font-size: 59px; }
  .arch-one { right: -11%; }
  .arch-two { right: -1%; }
  .footer-main { gap: 20px; }
  .footer-main > p { font-size: 10px; }
}

@media (max-width: 680px) {
  .container { width: calc(100% - 40px); }
  .section { padding-block: 64px; }
  .eyebrow { font-size: 9px; letter-spacing: .12em; margin-bottom: 17px; }
  .header-inner { min-height: 70px; gap: 12px; }
  .brand { gap: 8px; }
  .brand strong { font-size: 23px; }
  .brand > img { width: 31px; height: 31px; border-radius: 6px; }
  .brand-subtitle { font-size: 7px; }
  .header-actions { gap: 5px; }
  .header-actions .login-link { display: none; }
  .header-actions .button-small { padding-inline: 10px; min-height: 36px; font-size: 9px; gap: 9px; }
  .header-actions .button-small > span { font-size: 15px; }
  .menu-button { width: 37px; height: 44px; padding-inline: 9px; }
  .mobile-nav { padding-inline: 20px; max-height: calc(100dvh - 70px); overflow-y: auto; padding-bottom: max(23px, env(safe-area-inset-bottom, 0px)); }
  .hero { display: flex; flex-direction: column; gap: 32px; padding-block: 36px 35px; }
  .hero-copy { width: 100%; padding-block: 0; }
  .hero-copy .eyebrow { font-size: 8px; letter-spacing: .11em; margin-bottom: 19px; }
  .hero h1 { font-size: clamp(54px, 13vw, 77px); line-height: 1.035; margin-left: -2px; }
  .hero-description { max-width: 425px; margin-top: 20px; font-size: 13px; line-height: 1.8; }
  .hero-buttons { flex-direction: row; align-items: center; gap: 19px; margin-top: 23px; }
  .hero-buttons .button { min-height: 49px; padding: 13px 16px; font-size: 11px; gap: 18px; }
  .hero-buttons .text-link { font-size: 11px; gap: 9px; }
  .credit-note { margin-top: 15px; font-size: 10px; gap: 7px; }
  .registration-hint { font-size: 9px; }
  .hero-caption { display: none; }
  .hero-visual { width: 100%; min-height: 0; height: clamp(370px, 105vw, 490px); flex: none; border-radius: 5px 5px 48px 5px; }
  .hero-image { object-position: 52% center; }
  .image-label { left: 15px; top: 15px; font-size: 9px; padding: 5px 9px; }
  .style-picker { left: 15px; bottom: 17px; width: min(365px, calc(100% - 30px)); padding: 13px; }
  .style-picker-heading { margin-bottom: 9px; }
  .style-options { gap: 6px; }
  .style-option { flex-direction: row; padding: 4px; gap: 6px; }
  .style-option img { width: 29px; height: 36px; }
  .style-option span { font-size: 8px; }
  .value-strip-inner { gap: 20px 12px; padding-block: 23px; }
  .value-strip p { font-size: 9px; justify-content: flex-start; gap: 7px; }
  .value-strip p:nth-child(even) { padding-left: 11px; }
  .value-strip p > span { font-size: 17px; }
  h2 { font-size: 40px; }
  .section-intro { display: block; }
  .section-intro > p { max-width: 410px; margin-top: 24px; font-size: 12px; line-height: 1.85; }
  .steps { grid-template-columns: 1fr; gap: 23px; margin-top: 34px; margin-bottom: 43px; }
  .steps article { padding: 20px 0 0 45px; position: relative; }
  .step-number { position: absolute; top: 25px; left: 0; font-size: 24px; }
  .steps h3 { font-size: 15px; margin-bottom: 6px; }
  .steps p { max-width: 420px; font-size: 12px; line-height: 1.8; }
  .feature-panel { display: flex; flex-direction: column; min-height: 0; }
  .feature-image { min-height: 0; height: 395px; }
  .feature-image > img { object-position: center; }
  .feature-image .image-label { left: 15px; top: 15px; }
  .prompt-card { left: 15px; right: 15px; bottom: 18px; padding: 14px; gap: 10px; }
  .prompt-card .mini-label { font-size: 7px; }
  .prompt-card p { font-size: 15px; }
  .feature-copy { padding: 32px 23px 36px; }
  .feature-copy h2 { font-size: 37px; }
  .feature-list { margin-top: 28px; gap: 23px; }
  .feature-list article { gap: 13px; }
  .feature-list article > span { width: 31px; height: 31px; }
  .feature-list h3 { font-size: 13px; }
  .feature-list p { font-size: 12px; line-height: 1.8; }
  .inspiration-filters { gap: 7px; margin-top: 29px; margin-bottom: 25px; }
  .filter { font-size: 10px; padding-inline: 16px; min-height: 38px; }
  .inspiration-grid { grid-template-columns: 1fr; gap: 29px; }
  .inspiration-card > div { aspect-ratio: 1.3; }
  .inspiration-card h3 { font-size: 25px; margin-top: 15px; }
  .inspiration-card p { font-size: 11px; }
  .card-tag { left: 14px; bottom: 14px; }
  .image-disclaimer { font-size: 10px; margin-top: 28px; line-height: 1.8; }
  .use-cases { grid-template-columns: 1fr; gap: 25px; margin-top: 28px; padding-top: 25px; }
  .use-cases .mini-label { font-size: 9px; }
  .use-cases p { font-size: 12px; max-width: 400px; margin-top: 6px; }
  .pricing-heading { text-align: left; margin-bottom: 33px; }
  .pricing-heading h2 { font-size: 41px; }
  .pricing-heading > p:last-child { font-size: 12px; line-height: 1.85; margin-top: 19px; }
  .desktop-break { display: none; }
  .pricing-grid { grid-template-columns: 1fr; gap: 19px; }
  .price-card { padding: 28px; }
  .price-card.featured { margin-top: 25px; }
  .plan-name { font-size: 27px; }
  .plan-description { font-size: 12px; }
  .price { font-size: 49px; margin-top: 20px; }
  .credit-amount { font-size: 13px; }
  .price-rule { margin-block: 23px 18px; }
  .unit-price { font-size: 12px; }
  .purchase-type { font-size: 11px; }
  .price-card .button { font-size: 11px; margin-top: 22px; min-height: 48px; padding-inline: 17px; }
  .credit-explanation { padding: 22px; gap: 13px; align-items: flex-start; margin-top: 24px; }
  .credit-symbol { width: 25px; font-size: 24px; }
  .credit-explanation > div { min-width: 150px; }
  .credit-explanation h3 { font-size: 13px; }
  .credit-explanation p { font-size: 11px; }
  .credit-explanation .text-link { margin-left: 38px; font-size: 11px; }
  .pricing-note { text-align: left; font-size: 9px; line-height: 1.8; margin-top: 16px; }
  .faq-section { grid-template-columns: 1fr; gap: 31px; }
  .faq-section > div:first-child > p:last-child { margin-top: 18px; }
  .faq-list summary { font-size: 12px; padding-block: 21px; gap: 20px; }
  .faq-list details > p { font-size: 12px; padding-right: 12px; }
  .final-cta { padding-block: 61px 53px; }
  .final-cta .eyebrow { font-size: 8px; letter-spacing: .11em; }
  .final-cta h2 { font-size: 52px; }
  .final-cta h2 + p { max-width: 275px; font-size: 12px; line-height: 1.85; margin-top: 20px; }
  .final-cta .button { min-height: 49px; font-size: 11px; padding-inline: 18px; margin-top: 26px; }
  .cta-note { font-size: 9px; }
  .arch { width: 200px; height: 430px; bottom: -150px; opacity: .6; }
  .arch-one { right: -115px; }
  .arch-two { width: 230px; height: 480px; right: -75px; bottom: -190px; }
  .site-footer { padding-top: 35px; padding-bottom: max(22px, env(safe-area-inset-bottom, 0px)); }
  .footer-main { display: grid; grid-template-columns: 1fr auto; row-gap: 13px; column-gap: 10px; padding-bottom: 26px; }
  .footer-main > p { grid-column: 1 / -1; grid-row: 2; font-size: 11px; }
  .footer-main > .text-link { font-size: 10px; gap: 9px; }
  .footer-main .brand strong { font-size: 23px; }
  .footer-bottom { align-items: start; flex-direction: column; gap: 11px; padding-top: 21px; font-size: 9px; }
  .footer-bottom nav { margin-left: 0; gap: 25px; }
}

@media (max-width: 370px) {
  .container { width: calc(100% - 32px); }
  .brand strong { font-size: 21px; }
  .brand > img { width: 27px; height: 27px; }
  .header-actions .button-small { padding-inline: 8px; font-size: 8px; gap: 5px; }
  .hero-buttons { gap: 8px; }
  .hero-buttons .button { padding-inline: 12px; font-size: 10px; gap: 13px; }
  .hero-buttons .text-link { font-size: 10px; gap: 7px; }
  .hero h1 { font-size: 53px; }
  .style-picker { padding: 11px; }
  .style-option { gap: 4px; }
  .style-option img { width: 23px; }
  .style-option span { font-size: 7px; }
  .filter { padding-inline: 12px; }
  .value-strip p { font-size: 8px; }
}

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