@import url("https://fonts.googleapis.com/css2?family=Cormorant%20Garamond:wght@300;400;500;600;700&family=DM%20Sans:wght@300;400;500;600;700&family=Shippori%20Mincho:wght@300;400;500;600;700&display=swap");:root{--bg:#f7f3ee;--surface:#ede8e0;--text:#1c2b3a;--heading-color:#1c2b3a;--accent:#e8826a;--muted:#8aada0;--panel:#ede8e0;--panel-strong:hsla(0,0%,100%,.11);--accent2:#7ec8e3;--border:hsla(0,0%,100%,.1);--font-display:"Cormorant Garamond",serif;--font-body:"DM Sans",sans-serif;--font-accent-jp:"Shippori Mincho",sans-serif;--ease:cubic-bezier(0.4,0,0.2,1);--hero-overlay:linear-gradient(180deg,rgba(15,34,51,.55),rgba(15,34,51,.35) 50%,rgba(15,34,51,.65));--teal:#1a5f6e;--teal-light:#2a7f92;--sand:#d4c4a8;--sand-dark:#b8a888;--coral:#e8826a;--coral-light:#f2a88e;--navy:#0f2233;--white:#fdfaf6;--text-muted:#5a6e7e}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-body);-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);color:var(--heading-color)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}*,:after,:before{box-sizing:border-box}body,html{overflow-x:hidden}img,video{max-width:100%;height:auto}section{overflow-x:hidden}