:root {
  --pine: #0d2d26;
  --pine-2: #195142;
  --paper: #fffaf2;
  --stone: #eee7dc;
  --ink: #18211f;
  --ember: #d66a2a;
  --ember-dark: #963718;
  --gold: #d0a156;
  --line: rgba(13,45,38,.18);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
:focus-visible { outline: 3px solid #f3a164; outline-offset: 3px; }
.shell { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.realm-strip { min-height: 38px; display: flex; align-items: center; justify-content: center; gap: clamp(18px,3vw,38px); border-bottom: 1px solid rgba(255,255,255,.08); background: #071e19; color: white; }
.realm-strip a { color: rgba(255,255,255,.72); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.realm-strip a.active { color: #f2a164; }
.site-header { border-bottom: 1px solid rgba(255,255,255,.12); background: var(--pine); color: white; }
.nav { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; }
.brand img { width: 46px; height: 46px; border-radius: 50%; }
.brand strong { display: block; font-family: var(--serif); font-size: 1.12rem; font-weight: 400; }
.brand span { display: block; opacity: .7; font-size: .67rem; letter-spacing: .14em; text-transform: uppercase; }
.back { border: 1px solid rgba(255,255,255,.38); border-radius: 999px; padding: 9px 15px; color: white; font-size: .8rem; font-weight: 700; text-decoration: none; }
.detail-nav { display: flex; align-items: center; gap: 17px; }
.detail-nav > a { color: rgba(255,255,255,.84); font-size: .8rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.detail-nav > a:hover { color: white; }
.eyebrow { margin: 0 0 13px; color: var(--ember-dark); font-size: .75rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
h1,h2,h3 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: 1.08; }
h1 { font-size: clamp(3.3rem, 7vw, 6.5rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2.25rem, 4vw, 4rem); letter-spacing: -.035em; }
h3 { font-size: 1.4rem; }
p { margin: 0; }
.hero { padding-block: 78px 84px; background: radial-gradient(circle at 12% 12%, rgba(214,106,42,.18), transparent 34%), linear-gradient(135deg,#08251f,var(--pine) 58%,#195142); color: white; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(42px,8vw,105px); align-items: center; }
.hero-grid > * { min-width: 0; }
.hero .eyebrow { color: #f4a66e; }
.lede { max-width: 630px; margin-top: 22px; color: rgba(255,255,255,.9); font-size: 1.1rem; }
.price { margin-top: 30px; color: #f4a66e; font-family: var(--serif); font-size: 2.3rem; }
.price small { display: block; margin-top: 4px; color: rgba(255,255,255,.56); font-family: var(--sans); font-size: .71rem; letter-spacing: .09em; text-transform: uppercase; }
.hero-image { isolation: isolate; min-height: 540px; display: grid; grid-template-rows: 1fr auto; margin: 0; border-radius: 230px 230px 12px 12px; overflow: hidden; background: #f8f7f1; box-shadow: 0 28px 80px rgba(0,0,0,.25); }
.hero-image > a { min-height: 430px; display: grid; place-items: center; min-width: 0; overflow: hidden; padding: 34px; }
.hero-image img { min-width: 0; width: 100%; max-width: 100%; max-height: 500px; object-fit: contain; }
.hero-total { position: relative; z-index: 1; display: grid; gap: 2px; padding: 17px 24px 20px; background: #071e19; color: white; text-align: center; }
.hero-total span { color: #f4a66e; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hero-total strong { font-family: var(--serif); font-size: 1.75rem; font-weight: 400; }
.hero-total small { color: rgba(255,255,255,.68); font-size: .72rem; }
.spec-bar { display: grid; grid-template-columns: repeat(4,1fr); border-bottom: 1px solid var(--line); background: white; }
.spec { padding: 27px; border-right: 1px solid var(--line); text-align: center; }
.spec:last-child { border-right: 0; }
.spec span { display: block; color: #75807c; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.spec strong { display: block; margin-top: 3px; color: var(--pine); }
.custom-gallery { padding-block: 96px; background: linear-gradient(145deg,#d9cdbc 0%,#eee6da 46%,#c9d8cf 100%); }
.custom-gallery-head { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(40px,8vw,110px); align-items: end; }
.custom-gallery-head > p { color: #4f5e58; font-size: 1.03rem; }
.project-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 42px; }
.project-card { min-width: 0; margin: 0; overflow: hidden; border: 1px solid rgba(13,45,38,.2); border-radius: 8px; background: #fffaf2; box-shadow: 0 18px 45px rgba(13,45,38,.1); }
.project-card img { width: 100%; height: 330px; object-fit: cover; background: #21352f; }
.project-card figcaption { min-height: 118px; padding: 21px 22px 23px; background: #fffaf2; }
.project-card strong { display: block; color: var(--pine); font: 1.3rem/1.15 var(--serif); font-weight: 400; }
.project-card span { display: block; margin-top: 8px; color: #5b6863; font-size: .86rem; }
.options { padding-block: 100px; }
.section-head { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(40px,8vw,110px); align-items: end; }
.section-copy { color: #53605c; font-size: 1.03rem; }
.option-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 44px; }
.option-card { min-height: 245px; border: 1px solid var(--line); border-radius: 7px; padding: 26px; background: white; box-shadow: 0 14px 35px rgba(13,45,38,.06); }
.option-card b { display: block; color: var(--ember); font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.option-card h3 { margin-top: 24px; }
.option-card p { margin-top: 11px; color: #58635f; font-size: .9rem; }
.variants { padding-block: 92px; background: var(--stone); }
.variants-intro { max-width: 720px; margin-top: 18px; color: #56615d; }
.table-wrap { margin-top: 35px; overflow-x: auto; border: 1px solid #d3c8b8; border-radius: 7px; background: white; }
table { width: 100%; min-width: 620px; border-collapse: collapse; }
th,td { padding: 16px 18px; border-bottom: 1px solid var(--line); text-align: left; }
th { color: var(--ember-dark); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
td { font-size: .9rem; }
tr:last-child td { border-bottom: 0; }
td:last-child { color: var(--pine); font-weight: 700; white-space: nowrap; }
.planning { padding-block: 92px; }
.planning-card { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; border-radius: 10px; padding: clamp(30px,5vw,58px); background: var(--pine); color: white; }
.planning-card p { color: rgba(255,255,255,.7); }
.planning-card ul { margin: 0; padding-left: 20px; color: rgba(255,255,255,.8); }
.actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 29px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 999px; padding: 11px 19px; font-size: .86rem; font-weight: 700; text-decoration: none; }
.button-primary { background: var(--ember); color: white; }
.button-quiet { border-color: rgba(255,255,255,.45); color: white; }
.source-note { margin-top: 25px; color: #6a7470; font-size: .76rem; }
.source-note a { color: var(--pine-2); }
.official-spec { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-top: 24px; border: 1px solid rgba(13,45,38,.22); border-radius: 7px; padding: 18px 20px; background: var(--pine); color: white; }
.official-spec a { color: #ffd29f; font-weight: 700; text-underline-offset: 4px; }
.official-spec span { color: rgba(255,255,255,.72); font-size: .8rem; text-align: right; }
footer { padding-block: 43px 75px; background: #071e19; color: rgba(255,255,255,.68); }
.footer-grid { display: flex; justify-content: space-between; gap: 35px; }
footer strong { color: white; font-family: var(--serif); font-size: 1.12rem; font-weight: 400; }
footer a { color: rgba(255,255,255,.8); }
@media (max-width:850px) { .nav { flex-wrap: wrap; padding-block: 10px; } .detail-nav { width: 100%; order: 3; overflow-x: auto; padding-bottom: 4px; } .hero-grid,.section-head,.custom-gallery-head,.planning-card { grid-template-columns: 1fr; } .hero-image { min-height: 460px; } .option-grid { grid-template-columns: 1fr; } .project-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width:620px) { .shell { width: min(100% - 26px,1120px); } .brand span span { display:none; } .detail-nav .back { display: none; } .hero { padding-block: 58px; } .hero-image { min-height: 390px; } .hero-image > a { min-height: 330px; } .spec-bar { grid-template-columns: 1fr 1fr; } .spec:nth-child(2) { border-right:0; } .spec:nth-child(-n+2) { border-bottom:1px solid var(--line); } .options,.custom-gallery,.variants,.planning { padding-block:72px; } .project-grid { grid-template-columns: 1fr; } .project-card img { height: 300px; } .official-spec { align-items:flex-start; flex-direction:column; } .official-spec span { text-align:left; } .footer-grid { flex-direction:column; } }
