:root { --ink: #101617; --paper: #f1f4f0; --aqua: #c4e7e1; --line: #aab6b2; --accent: #ed6b59; --muted: #50605d; }
* { box-sizing: border-box; letter-spacing: 0; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Manrope, Arial, sans-serif; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
.wrap { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.demo-note { min-height: 34px; display: flex; justify-content: space-between; align-items: center; padding: 0 max(24px, calc((100vw - 1180px) / 2)); color: #dff6ee; background: #101617; font-family: "DM Mono", monospace; font-size: 11px; }
.demo-note a { text-decoration: underline; }
.site-header { min-height: 88px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.logo { font-size: 17px; font-weight: 700; } .logo i { font-family: "Space Grotesk", "DM Sans", Arial, sans-serif; font-weight: 500; font-style: normal; }
.site-header nav { display: flex; align-items: center; gap: 24px; font-size: 13px; font-weight: 700; }
.header-cta, .button { display: inline-flex; min-height: 44px; justify-content: center; align-items: center; gap: 11px; border: 1px solid var(--ink); border-radius: 3px; padding: 10px 15px; color: var(--paper); background: var(--ink); font-size: 13px; font-weight: 700; }
.header-cta { min-height: 38px; }
.hero { display: grid; grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr); min-height: 634px; align-items: stretch; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 66px 7vw 66px 0; }
.eyebrow { margin: 0 0 14px; color: #496a67; font-family: "DM Mono", monospace; font-size: 11px; font-weight: 500; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: "Space Grotesk", "DM Sans", Arial, sans-serif; font-weight: 500; line-height: 0.92; }
h1 { font-size: clamp(53px, 6.4vw, 88px); } h1 em { color: #3b797a; font-weight: 500; font-style: normal; }
.lede { max-width: 370px; margin: 28px 0; color: var(--muted); font-size: 17px; }
.hero-visual { position: relative; min-height: 510px; margin: 0; overflow: hidden; background: var(--aqua); }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; }
.hero-visual figcaption { position: absolute; right: 0; bottom: 0; padding: 10px 13px; color: var(--ink); background: var(--aqua); font-family: "DM Mono", monospace; font-size: 11px; }
.statement { padding: 105px 0; color: #f6fbf8; background: #164a48; }
.statement-grid { display: grid; grid-template-columns: 0.2fr 1.05fr 0.75fr; gap: 36px; align-items: end; }.section-number { margin: 0; color: #9cd0c5; font-family: "DM Mono", monospace; font-size: 13px; }
.statement h2, .collection h2, .care h2, .booking h2 { font-size: clamp(37px, 4.2vw, 60px); }.statement-grid > p:last-child { max-width: 330px; margin: 0; color: #cce2db; font-size: 16px; }
.collection { padding: 118px 0; }.collection-heading { max-width: 630px; margin-bottom: 48px; }.collection-heading h2 { font-size: clamp(38px, 4.2vw, 61px); }
.collection-list { border-top: 1px solid var(--line); }.collection-list a { display: grid; grid-template-columns: 80px 1fr auto; gap: 20px; align-items: center; border-bottom: 1px solid var(--line); padding: 24px 0; transition: background 150ms ease, padding 150ms ease; }.collection-list a:hover { padding-right: 15px; padding-left: 15px; background: #e0ece8; }.collection-list span, .collection-list b { color: var(--muted); font-family: "DM Mono", monospace; font-size: 12px; }.collection-list strong { font-family: "Space Grotesk", "DM Sans", Arial, sans-serif; font-size: 29px; font-weight: 500; }
.care { padding: 104px 0; background: var(--aqua); }.care-layout { display: grid; grid-template-columns: 0.3fr 1fr 0.7fr; gap: 35px; align-items: start; }.care-layout > div > p { max-width: 425px; margin: 23px 0 0; font-size: 17px; }.care-layout dl { display: grid; gap: 24px; margin: 0; }.care-layout dl div { border-top: 1px solid #6d9995; padding-top: 13px; }.care-layout dt { font-family: "Space Grotesk", "DM Sans", Arial, sans-serif; font-size: 25px; }.care-layout dd { margin: 4px 0 0; color: #335b58; font-size: 14px; }
.booking { display: grid; grid-template-columns: 0.85fr 0.95fr; gap: 100px; padding: 118px 0; }.booking > div > p:last-child { max-width: 410px; color: var(--muted); }.booking-form { display: grid; gap: 13px; padding: 25px; color: #edf5f1; background: #101617; }.booking-form label { display: grid; gap: 6px; font-size: 12px; font-weight: 700; }.booking-form input, .booking-form select { width: 100%; border: 1px solid #8b9995; border-radius: 3px; padding: 10px; color: #edf5f1; background: #101617; }.booking-form select option { color: var(--ink); background: white; }.booking-form .button { border-color: var(--aqua); color: var(--ink); background: var(--aqua); }.form-message { min-height: 20px; margin: 0; color: #b9ddd4; font-size: 12px; }
.site-footer { padding: 25px 0; color: #c8dad3; background: #101617; font-size: 12px; }.site-footer .wrap { display: flex; justify-content: space-between; gap: 16px; }
@media (max-width: 760px) { .wrap { width: min(100% - 32px, 1180px); }.site-header nav a:not(.header-cta) { display: none; }.hero, .booking { grid-template-columns: 1fr; }.hero-copy { padding: 54px 0 38px; }.hero-visual { min-height: 400px; }.statement, .collection, .care, .booking { padding: 74px 0; }.statement-grid, .care-layout { grid-template-columns: 1fr; gap: 22px; }.collection-list a { grid-template-columns: 45px 1fr; }.collection-list b { grid-column: 2; }.care-layout > .eyebrow { margin-bottom: 0; }.site-footer .wrap { display: grid; }.demo-note { padding: 0 16px; } }
