:root{--cc-cream: #fdf9f4;--cc-warm-white: #faf6ef;--cc-border: #e2d6c8;--cc-ink: #2c1f14;--cc-muted: #8a7968;--cc-gold: #9a7c4e;--cc-gold-hover: #b8966a}.cc-hero{position:relative;width:100%;height:100svh;min-height:620px;overflow:hidden}.cc-hero__img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center 40%;object-position:center 40%}.cc-hero__overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#160e0626,#160e0659,#160e06b3)}.cc-hero__body{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding:3rem 1.5rem 8rem;text-align:center}.cc-hero__eyebrow{font-size:.68rem;font-weight:500;letter-spacing:.28em;text-transform:uppercase;color:#ffffff9e;margin-bottom:1.1rem}.cc-hero__h1{font-family:Cormorant Garant,Georgia,serif;font-size:clamp(3rem,7.5vw,6.5rem);font-weight:300;font-style:italic;line-height:1.08;letter-spacing:-.015em;color:#fff;margin:0 0 1.4rem;max-width:900px}.cc-hero__sub{font-family:Cormorant Garant,Georgia,serif;font-size:clamp(1rem,2.2vw,1.3rem);font-weight:300;line-height:1.75;color:#fffc;max-width:520px;margin:0 0 2.8rem}.cc-hero__scroll{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#fff6;font-size:.6rem;letter-spacing:.22em;text-transform:uppercase;font-family:Cormorant Garant,Georgia,serif;-webkit-user-select:none;-moz-user-select:none;user-select:none}.cc-hero__scroll-bar{width:1px;height:44px;background:linear-gradient(to bottom,rgba(255,255,255,.5),transparent);animation:ccScrollPulse 2.2s ease-in-out infinite}@keyframes ccScrollPulse{0%,to{opacity:.35;transform:scaleY(1)}50%{opacity:.8;transform:scaleY(.65)}}.cc-btn{display:inline-block;padding:.9rem 2.75rem;font-family:Cormorant Garant,Georgia,serif;font-size:.78rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;text-decoration:none;cursor:pointer;transition:background .28s ease,border-color .28s ease,color .28s ease;border:1px solid transparent}.cc-btn--ghost{background:transparent;border-color:#ffffffa6;color:#fff}.cc-btn--ghost:hover{background:#ffffff1f;border-color:#fff}.cc-btn--stone{background:transparent;border-color:var(--cc-gold);color:var(--cc-gold)}.cc-btn--stone:hover{background:var(--cc-gold);color:#fff}.cc-btn--solid{background:var(--cc-gold);border-color:var(--cc-gold);color:#fff}.cc-btn--solid:hover{background:var(--cc-gold-hover);border-color:var(--cc-gold-hover)}.cc-eyebrow{display:block;font-size:.68rem;font-weight:500;letter-spacing:.26em;text-transform:uppercase;color:var(--cc-gold);margin-bottom:1rem}.cc-h2{font-family:Cormorant Garant,Georgia,serif;font-size:clamp(2.2rem,5vw,4rem);font-weight:300;font-style:italic;line-height:1.12;letter-spacing:-.01em;color:var(--cc-ink);margin:0 0 1.25rem}.cc-rule{display:block;width:2.5rem;height:1px;background:var(--cc-gold);border:none;margin:1.5rem 0}.cc-prose{font-family:Cormorant Garant,Georgia,serif;font-size:1.15rem;font-weight:300;line-height:1.9;color:var(--cc-muted);margin:0}.cc-divider{display:block;width:100%;height:1px;background:var(--cc-border);border:none;margin:0}.cc-pad{padding:6rem 1.5rem}@media(min-width:768px){.cc-pad{padding:8rem 2.5rem}}.cc-triptych{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--cc-border);border-bottom:1px solid var(--cc-border);background:var(--cc-cream)}.cc-triptych__item{display:flex;flex-direction:column;align-items:center;gap:.3rem;padding:2.25rem 1rem;text-align:center;border-right:1px solid var(--cc-border);text-decoration:none;color:inherit;transition:background .22s}.cc-triptych__item:last-child{border-right:none}.cc-triptych__item:hover{background:#9a7c4e0d}.cc-triptych__sub{font-size:.6rem;letter-spacing:.22em;text-transform:uppercase;color:var(--cc-muted);font-weight:500}.cc-triptych__label{font-family:Cormorant Garant,Georgia,serif;font-size:1.15rem;font-style:italic;font-weight:400;color:var(--cc-ink)}.cc-maison{display:grid;grid-template-columns:1fr;max-width:1140px;margin:0 auto}@media(min-width:800px){.cc-maison{grid-template-columns:55% 1fr;align-items:center;gap:5rem}}.cc-maison__frame{position:relative;overflow:hidden;aspect-ratio:3 / 4}@media(min-width:800px){.cc-maison__frame{aspect-ratio:auto;height:640px}}.cc-maison__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition:transform .9s ease;display:block}.cc-maison__frame:hover .cc-maison__img{transform:scale(1.04)}.cc-maison__text{padding:3rem 1.5rem}@media(min-width:800px){.cc-maison__text{padding:0}}.cc-rooms-wrap{max-width:1140px;margin:0 auto}.cc-rooms-intro{text-align:center;margin-bottom:3.5rem}.cc-rooms{display:grid;grid-template-columns:1fr;gap:2px;background:var(--cc-border);border:2px solid var(--cc-border)}@media(min-width:560px){.cc-rooms{grid-template-columns:repeat(2,1fr)}}.cc-room{background:#fff;overflow:hidden;display:block;text-decoration:none}.cc-room__frame{aspect-ratio:4 / 3;overflow:hidden}.cc-room__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .75s ease;display:block}.cc-room:hover .cc-room__img{transform:scale(1.06)}.cc-room__cap{padding:1.5rem 1.75rem}.cc-room__name{font-family:Cormorant Garant,Georgia,serif;font-size:1.4rem;font-style:italic;font-weight:400;color:var(--cc-ink);margin:0 0 .35rem}.cc-room__detail{font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;color:var(--cc-muted);font-weight:500}.cc-rooms-cta{text-align:center;margin-top:2.75rem}.cc-breakfast{position:relative;width:100%;height:72vh;min-height:500px;overflow:hidden}.cc-breakfast__img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center 60%;object-position:center 60%}.cc-breakfast__veil{position:absolute;inset:0;background:linear-gradient(105deg,#160e06c7,#160e066b 52%,#160e061a);display:flex;align-items:center}.cc-breakfast__content{padding:3rem 2rem;max-width:480px;color:#fff}@media(min-width:800px){.cc-breakfast__content{padding:5rem}}.cc-breakfast__eyebrow{font-size:.68rem;letter-spacing:.26em;text-transform:uppercase;color:#ffffff8c;display:block;margin-bottom:1rem;font-weight:500}.cc-breakfast__h2{font-family:Cormorant Garant,Georgia,serif;font-size:clamp(2rem,4.5vw,3.4rem);font-weight:300;font-style:italic;line-height:1.12;color:#fff;margin:0 0 1.25rem}.cc-breakfast__rule{display:block;width:2rem;height:1px;background:#ffffff61;border:none;margin:1.25rem 0}.cc-breakfast__prose{font-family:Cormorant Garant,Georgia,serif;font-size:1.05rem;font-weight:300;line-height:1.85;color:#ffffffb8;margin:0}.cc-environs-wrap{max-width:1140px;margin:0 auto}.cc-environs-intro{text-align:center;margin-bottom:3.5rem}.cc-environs{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:600px){.cc-environs{grid-template-columns:repeat(3,1fr)}}.cc-environ{display:flex;flex-direction:column;gap:.85rem}.cc-environ__frame{aspect-ratio:2 / 3;overflow:hidden}.cc-environ__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .75s ease;display:block}.cc-environ:hover .cc-environ__img{transform:scale(1.05)}.cc-environ__sub{font-size:.62rem;letter-spacing:.22em;text-transform:uppercase;color:var(--cc-muted);font-weight:500}.cc-environ__title{font-family:Cormorant Garant,Georgia,serif;font-size:1.2rem;font-style:italic;font-weight:400;color:var(--cc-ink);margin:0}.cc-quote{background:var(--cc-warm-white);padding:7rem 1.5rem;text-align:center}.cc-quote__mark{font-family:Cormorant Garant,Georgia,serif;font-size:9rem;line-height:.55;color:var(--cc-gold);opacity:.22;display:block;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin-bottom:.5rem}.cc-quote__text{font-family:Cormorant Garant,Georgia,serif;font-size:clamp(1.65rem,4vw,2.9rem);font-weight:300;font-style:italic;line-height:1.5;color:var(--cc-ink);max-width:820px;margin:0 auto 2rem}.cc-quote__attr{font-size:.68rem;letter-spacing:.22em;text-transform:uppercase;color:var(--cc-muted);font-weight:500}.cc-book{background:var(--cc-ink);padding:7rem 1.5rem;text-align:center}.cc-book__eyebrow{font-size:.68rem;letter-spacing:.28em;text-transform:uppercase;color:var(--cc-gold);display:block;margin-bottom:1.25rem;font-weight:500}.cc-book__h2{font-family:Cormorant Garant,Georgia,serif;font-size:clamp(2.2rem,5vw,4.2rem);font-weight:300;font-style:italic;line-height:1.12;color:#fff;margin:0 0 1.25rem}.cc-book__sub{font-family:Cormorant Garant,Georgia,serif;font-size:1.1rem;font-weight:300;line-height:1.85;color:#ffffff8c;max-width:480px;margin:0 auto 2.75rem}.cc-book__trust{margin-top:1.5rem;font-size:.78rem;letter-spacing:.08em;color:#ffffff47}.cc-blog-wrap{max-width:1100px;margin:0 auto;padding:6rem 1.5rem}.cc-blog-intro{text-align:center;margin-bottom:3rem}@media(prefers-reduced-motion:no-preference){.cc-up{opacity:0;transform:translateY(28px);transition:opacity .72s ease,transform .72s ease}.cc-up.visible{opacity:1;transform:translateY(0)}.cc-up.delay-1{transition-delay:.1s}.cc-up.delay-2{transition-delay:.22s}}.theme-dark .cc-triptych,.theme-dark .cc-quote{background:#0f1220}.theme-dark .cc-h2,.theme-dark .cc-triptych__label,.theme-dark .cc-room__name,.theme-dark .cc-environ__title,.theme-dark .cc-quote__text{color:#e8ddd0}.theme-dark .cc-triptych,.theme-dark .cc-divider,.theme-dark .cc-triptych__item{border-color:#2a2218}.theme-dark .cc-rooms{background:#2a2218;border-color:#2a2218}.theme-dark .cc-room{background:#13100c}.theme-dark .cc-prose,.theme-dark .cc-triptych__sub,.theme-dark .cc-room__detail,.theme-dark .cc-environ__sub{color:#7a6f62}
