@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=DM+Sans:wght@400;500;600;700&display=swap');

:root {
    color-scheme: dark;
    --ink: #09091b;
    --night: #11112c;
    --violet: #d991ff;
    --violet-muted: #bfa8e7;
    --amber: #ffc65a;
    --paper: #fff9f2;
    --muted: #c4bed3;
    --line: rgba(227, 206, 255, .22);
    --content: 1120px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--paper); font: 16px/1.6 'DM Sans', sans-serif; }
a { color: inherit; }
:focus-visible { outline: 2px solid var(--amber); outline-offset: 4px; }
.skip-link { position: absolute; top: -60px; left: 14px; z-index: 20; padding: 10px 14px; background: var(--paper); color: var(--ink); }
.skip-link:focus { top: 10px; }
.site-header { min-height: 78px; padding: 12px max(28px, calc((100vw - var(--content)) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); background: rgba(9, 9, 27, .96); }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--paper); text-decoration: none; font-size: 14px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; white-space: nowrap; }
.brand svg { width: 34px; height: 34px; color: var(--violet); }
.brand-accent { color: var(--violet); }
.site-header nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 25px; }
.site-header nav a, .footer-brand, .site-footer a { color: var(--muted); font-size: 13px; text-decoration: none; }
.site-header nav a:hover, .site-footer a:hover { color: var(--amber); }
.store-hero { position: relative; min-height: 520px; padding: 95px max(28px, calc((100vw - var(--content)) / 2)) 78px; isolation: isolate; overflow: hidden; display: flex; align-items: center; background: #12112e url('assets/twilight-landscape.jpg') center 55% / cover no-repeat; }
.store-hero::before { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(9, 9, 27, .9), rgba(12, 9, 36, .68) 49%, rgba(11, 8, 32, .2)), linear-gradient(0deg, rgba(9, 9, 27, .74), transparent 65%); content: ''; }
.hero-shade { position: absolute; z-index: -1; inset: 0; background: radial-gradient(ellipse at 76% 46%, rgba(180, 98, 255, .24), transparent 32%); }
.hero-content { width: min(650px, 70%); }
.eyebrow { margin: 0 0 12px; color: var(--amber); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.hero-content h1 { margin: 0; font: 600 62px/1.02 'Cormorant Garamond', Georgia, serif; }
.hero-copy { max-width: 510px; margin: 18px 0 24px; color: #eee8f7; font-size: 16px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 12px; padding: 0 20px; border: 1px solid var(--amber); border-radius: 2px; font: 600 13px 'DM Sans', sans-serif; text-decoration: none; cursor: pointer; }
.button-primary { background: var(--amber); color: #201529; }
.button-primary:hover { background: #ffdb99; }
.hero-sphere { position: absolute; top: 50%; right: max(9%, calc((100vw - var(--content)) / 2 + 55px)); width: min(280px, 27vw); aspect-ratio: 1; transform: translateY(-50%); filter: drop-shadow(0 0 16px rgba(209, 166, 255, .72)); }
.hero-sphere svg { width: 100%; height: 100%; }
.back-link { position: absolute; bottom: 22px; left: max(28px, calc((100vw - var(--content)) / 2)); color: #eee8f7; font-size: 12px; text-decoration: none; }
.services-section, .process-section { padding: 84px 28px; }
.section-heading { width: min(var(--content), 100%); margin: 0 auto 36px; }
.section-heading h2, .inquiry-intro h2 { max-width: 720px; margin: 0 0 12px; font: 600 43px/1.08 'Cormorant Garamond', Georgia, serif; }
.section-heading > p:last-child, .inquiry-intro > p:not(.eyebrow) { max-width: 650px; margin: 0; color: var(--muted); font-size: 14px; }
.service-list { width: min(var(--content), 100%); margin: auto; border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 58px minmax(0, 1fr) 140px; align-items: center; gap: 24px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.service-number { align-self: start; padding-top: 7px; color: var(--violet); font-size: 12px; }
.service-row h3 { margin: 0 0 5px; font: 600 25px/1.2 'Cormorant Garamond', Georgia, serif; }
.service-row p { max-width: 650px; margin: 0; color: var(--muted); font-size: 13px; }
.text-link { color: var(--amber); font-size: 12px; text-align: right; text-decoration: none; white-space: nowrap; }
.text-link:hover { text-decoration: underline; }
.process-section { background: var(--night); }
.process-list { width: min(var(--content), 100%); margin: auto; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; list-style: none; }
.process-list li { padding-top: 17px; border-top: 1px solid var(--violet-muted); }
.process-list li > span { color: var(--amber); font-size: 11px; }
.process-list h3 { margin: 12px 0 5px; font-size: 15px; }
.process-list p { margin: 0; color: var(--muted); font-size: 13px; }
.inquiry-section { display: grid; grid-template-columns: minmax(220px, .8fr) minmax(0, 1.2fr); gap: 72px; width: min(var(--content), calc(100% - 56px)); margin: auto; padding: 90px 0; }
.inquiry-intro h2 { font-size: 39px; }
.inquiry-intro > a { display: inline-block; margin-top: 22px; color: var(--amber); font-size: 13px; }
.inquiry-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.inquiry-form label { display: grid; gap: 7px; color: #f3edf8; font-size: 12px; font-weight: 600; }
.inquiry-form label span { display: inline; color: var(--muted); font-weight: 400; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { width: 100%; min-height: 45px; padding: 11px 12px; border: 1px solid var(--line); border-radius: 2px; background: rgba(255,255,255,.04); color: var(--paper); font: 13px 'DM Sans', sans-serif; }
.inquiry-form select:invalid { color: #a8a0b8; }
.inquiry-form option { background: var(--night); color: var(--paper); }
.inquiry-form textarea { min-height: 120px; resize: vertical; }
.inquiry-form input::placeholder, .inquiry-form textarea::placeholder { color: #938ca6; }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { border-color: var(--violet); outline: 1px solid var(--violet); }
.full-field { grid-column: 1 / -1; }
.inquiry-form button { justify-self: start; }
.form-disclaimer { grid-column: 1 / -1; margin: -5px 0 0; color: #a9a2b7; font-size: 11px; }
.site-footer { min-height: 72px; padding: 18px max(28px, calc((100vw - var(--content)) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 18px; border-top: 1px solid var(--line); background: #070716; }
.footer-brand { color: var(--paper); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
@media (max-width: 760px) {
    .site-header { padding: 14px 20px; align-items: flex-start; flex-direction: column; gap: 13px; }
    .site-header nav { justify-content: flex-start; gap: 17px; }
    .store-hero { min-height: 590px; padding: 110px 24px 75px; align-items: flex-start; }
    .hero-content { position: relative; z-index: 1; width: 100%; }
    .hero-content h1 { font-size: 50px; }
    .hero-copy { max-width: 420px; font-size: 14px; }
    .hero-sphere { top: auto; right: 18px; bottom: 17px; width: 175px; transform: none; opacity: .78; }
    .back-link { left: 24px; }
    .services-section, .process-section { padding: 66px 22px; }
    .section-heading h2, .inquiry-intro h2 { font-size: 37px; }
    .service-row { grid-template-columns: 34px minmax(0, 1fr); gap: 10px 14px; }
    .service-row .text-link { grid-column: 2; justify-self: start; text-align: left; }
    .process-list { grid-template-columns: 1fr; gap: 22px; }
    .inquiry-section { grid-template-columns: 1fr; gap: 34px; width: calc(100% - 44px); padding: 68px 0; }
    .site-footer { align-items: flex-start; flex-direction: column; padding: 22px; }
}
@media (max-width: 420px) {
    .site-header nav { gap: 12px; }
    .site-header nav a { font-size: 12px; }
    .hero-content h1 { font-size: 44px; }
    .hero-sphere { width: 142px; right: 8px; }
    .inquiry-form { grid-template-columns: 1fr; }
    .full-field, .form-disclaimer { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
