@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Noto+Serif+KR:wght@300;400;500;600&display=swap";:root{--bg: #f4eee5;--bg-deep: #ddd1bf;--ink: #1d1715;--muted: rgba(29, 23, 21, .68);--line: rgba(83, 51, 36, .16);--panel: rgba(255, 250, 244, .62);--accent: #7a4336;--accent-soft: rgba(122, 67, 54, .14);--gold: #a27a42;--shadow: 0 30px 80px rgba(74, 48, 36, .14)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;color:var(--ink);background:radial-gradient(circle at top left,rgba(162,122,66,.22),transparent 30%),radial-gradient(circle at 80% 20%,rgba(122,67,54,.12),transparent 22%),linear-gradient(180deg,#f7f2eb 0%,var(--bg) 48%,#efe4d5 100%);font-family:"Noto Serif KR",serif}a{color:inherit;text-decoration:none}.page-shell{position:relative;overflow:hidden}.hero{position:relative;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);align-items:center;gap:2rem;min-height:100vh;padding:2rem 6vw 4rem}.hero__topbar{position:absolute;top:2rem;left:6vw;right:6vw;display:flex;justify-content:space-between;align-items:center;font-size:.82rem;letter-spacing:.22em;text-transform:uppercase;color:var(--muted)}.hero__brand{color:var(--ink)}.hero__content{position:relative;z-index:2;max-width:720px;padding-top:3rem}.hero__eyebrow{margin:0 0 1rem;color:var(--accent);letter-spacing:.18em;text-transform:uppercase;font-size:.78rem}.hero h1{margin:0;font-family:Cormorant Garamond,serif;font-size:clamp(4.25rem,11vw,8.8rem);font-weight:600;letter-spacing:.03em;line-height:.92}.hero__description{max-width:34rem;margin:1.75rem 0 0;color:var(--muted);font-size:1rem;line-height:1.9}.hero__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.button{display:inline-flex;align-items:center;justify-content:center;min-width:176px;padding:.95rem 1.4rem;border-radius:999px;border:1px solid transparent;font-size:.9rem;letter-spacing:.08em;text-transform:uppercase;transition:transform .22s ease,background-color .22s ease,border-color .22s ease}.button:hover{transform:translateY(-2px)}.button--filled{background:var(--ink);color:#f7f2eb;box-shadow:var(--shadow)}.button--ghost{border-color:var(--line);background:#fffaf48c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero__figure{position:relative;display:grid;place-items:center;min-height:540px}.hero__arc{position:absolute;border-radius:50%;border:1px solid rgba(122,67,54,.18);background:linear-gradient(180deg,#fff8f0cc,#ddd1bf2e);box-shadow:inset 0 1px #ffffff73}.hero__arc--large{width:min(34vw,420px);height:min(44vw,560px);border-radius:65% 65% 48% 48%;transform:rotate(10deg)}.hero__arc--small{width:min(19vw,240px);height:min(27vw,320px);transform:translate(22%,-18%) rotate(-18deg);background:linear-gradient(180deg,#7a43362e,#fff8f03d)}.hero__seal{position:absolute;right:14%;bottom:11%;display:grid;place-items:center;width:88px;height:88px;border:1px solid rgba(122,67,54,.22);border-radius:50%;background:#7a43361a;color:var(--accent);font-size:2rem;font-weight:600;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero__veil{position:absolute;inset:auto;width:26vw;height:26vw;border-radius:50%;filter:blur(18px);opacity:.55}.hero__veil--left{top:10%;left:-8%;background:radial-gradient(circle,rgba(162,122,66,.28),transparent 68%)}.hero__veil--right{right:-8%;bottom:2%;background:radial-gradient(circle,rgba(122,67,54,.18),transparent 68%)}@media(max-width:900px){.hero{grid-template-columns:1fr;gap:1rem;padding-top:6.5rem}.hero__topbar{flex-direction:column;align-items:flex-start;gap:.4rem}.hero__figure{order:-1;min-height:360px}.hero__arc--large{width:min(72vw,360px);height:min(90vw,430px)}.hero__arc--small{width:min(36vw,180px);height:min(52vw,250px)}.hero__seal{width:72px;height:72px;font-size:1.6rem}}@media(max-width:640px){.hero{padding:6rem 1.25rem 3rem}.hero__topbar{left:1.25rem;right:1.25rem}.hero__description{font-size:.95rem;line-height:1.8}}
