@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Instrument+Sans:wght@400;500;600;700&display=swap";:root{color-scheme:light;font-family:Instrument Sans,sans-serif;--bg: #f6f4ef;--bg-strong: #fffdf8;--text: #111111;--muted: #5f5a53;--line: rgba(17, 17, 17, .09);--line-strong: rgba(17, 17, 17, .14);--button: #111111;--button-text: #f8f6f2;--button-hover: #262626;--button-soft: rgba(17, 17, 17, .045);--button-soft-hover: rgba(17, 17, 17, .075);--shadow: 0 20px 60px rgba(17, 17, 17, .08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;color:var(--text);background:radial-gradient(circle at top center,rgba(255,255,255,.7),transparent 34%),linear-gradient(180deg,#faf7f1,#f4f1ea)}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}#root{min-height:100vh}.page-shell{min-height:100vh;padding:34px 40px 28px;display:flex;flex-direction:column}.site-header,.main-content,.site-footer{width:min(100%,1780px);margin:0 auto}.site-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px}.header-spacer{min-height:1px}.brand{justify-self:center;font-family:Cormorant Garamond,serif;font-size:clamp(2.7rem,3vw,3.4rem);font-weight:500;line-height:1;letter-spacing:-.04em}.header-cta{justify-self:end;display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 26px;border-radius:.95rem;background:var(--button);color:var(--button-text);box-shadow:var(--shadow);font-size:.92rem;font-weight:500;letter-spacing:-.03em;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}.header-cta:hover{transform:translateY(-1px);background:var(--button-hover)}.main-content{flex:1}.hero{display:flex;flex-direction:column;align-items:center;text-align:center;padding:168px 0 114px}.hero>*{width:100%}h1{margin:0;max-width:15ch;font-family:Cormorant Garamond,serif;font-size:clamp(3.2rem,6.8vw,4.9rem);font-weight:500;line-height:.92;letter-spacing:-.05em;text-wrap:balance}.hero-subtitle{margin:28px 0 0;max-width:48rem;font-size:clamp(1rem,2vw,1.25rem);font-weight:400;line-height:1.52;letter-spacing:-.04em;color:color-mix(in srgb,var(--muted) 76%,white 24%);text-wrap:balance}.hero-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;margin-top:42px}.hero-button,.detail-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero-button{display:inline-flex;align-items:center;justify-content:center;min-height:60px;padding:0 28px;border:1px solid transparent;border-radius:1rem;font-size:1rem;font-weight:500;letter-spacing:-.03em;transition:transform .18s ease,background .18s ease,box-shadow .18s ease,border-color .18s ease}.hero-button-primary{background:var(--button);color:var(--button-text);box-shadow:var(--shadow)}.hero-button-secondary{background:var(--button-soft);border-color:var(--line);color:var(--text)}.hero-button-primary:hover,.hero-button-secondary:hover{transform:translateY(-1px)}.hero-button-primary:hover{background:var(--button-hover)}.hero-button-secondary:hover{background:var(--button-soft-hover);border-color:var(--line-strong)}.detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:64px}.detail-card{padding:28px 26px 30px;border:1px solid var(--line);border-radius:1.6rem;background:#ffffff5c;box-shadow:0 20px 50px #11111108}.detail-label{margin:0 0 14px;font-size:.86rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.detail-card h2{margin:0;font-family:Cormorant Garamond,serif;font-size:2.3rem;font-weight:500;line-height:.95;letter-spacing:-.04em}.detail-card p:last-child{margin:16px 0 0;font-size:1rem;line-height:1.65;color:var(--muted)}.hero-button:focus-visible,.brand:focus-visible,.header-cta:focus-visible,.site-footer a:focus-visible{outline:2px solid #4b7cff;outline-offset:4px}.site-footer{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-top:22px;border-top:1px solid var(--line);color:var(--muted);font-size:.92rem}.site-footer a{color:var(--text)}@media (max-width: 720px){.page-shell{padding:20px}.site-header{grid-template-columns:1fr;justify-items:center;gap:18px}.brand{order:1}.header-cta{order:2;justify-self:center}.hero{padding:72px 0}.hero-subtitle{max-width:32rem}.hero-actions,.hero-button{width:100%}.detail-grid{grid-template-columns:1fr;margin-bottom:48px}.site-footer{flex-direction:column;align-items:flex-start}}@media (max-width: 1040px){.page-shell{padding-inline:24px}.site-header{grid-template-columns:1fr;justify-items:center;gap:18px}.header-cta{justify-self:center}.hero{padding-top:88px}.detail-grid{grid-template-columns:1fr}}
