@import "tailwindcss";
:root {
--green: #446f1c;
--green-dark: #315313;
--black: #11120f;
--muted: #73766e;
--line: #dedfd8;
--soft: #f5f6f1;
--white: #ffffff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
margin: 0;
background: var(--white);
color: var(--black);
font-family: var(--font-montserrat), Montserrat, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
}
button, a { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
.site-header {
width: min(1440px, calc(100% - 64px));
height: 82px;
margin: 0 auto;
display: grid;
grid-template-columns: 150px 1fr auto;
align-items: center;
gap: 32px;
border-bottom: 1px solid var(--line);
position: relative;
z-index: 50;
background: rgba(255,255,255,.94);
}
.logo { display: inline-flex; width: 70px; height: 43px; overflow: hidden; align-items: flex-start; }
.logo img { width: 110px; height: 73px; max-width: none; object-fit: contain; transform: translateX(-18px); }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 34px; }
.main-nav a { font-size: 13px; font-weight: 600; transition: color .2s ease; }
.main-nav a:hover { color: var(--green); }
.header-actions { display: flex; align-items: center; gap: 20px; }
.phone { font-size: 13px; font-weight: 650; white-space: nowrap; }
.button {
min-height: 56px;
padding: 0 26px;
border: 1px solid var(--green);
background: var(--green);
color: white;
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 13px;
font-weight: 700;
letter-spacing: -.01em;
transition: transform .2s ease, background .2s ease;
}
.button:hover { background: var(--green-dark); transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 0 20px; }
.menu-button { display: none; border: 0; background: transparent; padding: 8px; }
.menu-button span { display: block; width: 24px; height: 1px; background: var(--black); margin: 6px 0; }
.hero {
width: min(1320px, calc(100% - 64px));
margin: 0 auto;
padding: 54px 0 38px;
text-align: center;
}
.eyebrow {
color: var(--green);
text-transform: uppercase;
letter-spacing: .18em;
font-size: 10px;
font-weight: 750;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
}
.eyebrow span { width: 25px; height: 1px; background: currentColor; display: inline-block; }
.hero h1 {
margin: 18px auto 16px;
max-width: 1180px;
font-size: clamp(42px, 4.5vw, 72px);
line-height: .99;
letter-spacing: -.055em;
text-transform: uppercase;
font-weight: 520;
}
.hero h1 span { color: var(--green); }
.hero p {
max-width: 760px;
margin: 0 auto;
color: #54574f;
font-size: 15px;
line-height: 1.6;
}
.configurator {
width: min(1440px, calc(100% - 64px));
margin: 0 auto 64px;
border: 1px solid var(--line);
background: var(--white);
box-shadow: 0 24px 65px rgba(25, 32, 19, .08);
}
.model-rail {
padding: 0 18px;
border-bottom: 1px solid var(--line);
display: grid;
grid-template-columns: repeat(7, 1fr);
overflow: hidden;
scrollbar-width: none;
scroll-snap-type: x proximity;
}
.model-rail::-webkit-scrollbar { display: none; }
.model-chip {
min-width: 0;
padding: 17px 10px 15px;
background: transparent;
border: 0;
border-right: 1px solid var(--line);
text-align: left;
cursor: pointer;
position: relative;
scroll-snap-align: start;
}
.model-chip:last-child { border-right: 0; }
.model-chip::after { content: ""; position: absolute; left: 10px; right: 10px; bottom: 0; height: 3px; background: var(--green); transform: scaleX(0); transition: transform .2s ease; }
.model-chip span { display: block; font-size: 11px; font-weight: 750; white-space: nowrap; }
.model-chip small { display: block; font-size: 9px; color: var(--muted); margin-top: 5px; white-space: nowrap; }
.model-chip:hover::after, .model-chip.is-active::after { transform: scaleX(1); }
.model-chip.is-active span { color: var(--green); }
.config-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(400px, .75fr); min-height: 520px; }
.house-stage { position: relative; min-height: 520px; overflow: hidden; background: #e8e9e4; }
.house-photo { object-fit: cover; object-position: center 56%; transition: filter .35s ease; }
.photo-shade {
position: absolute;
inset: 0;
background: linear-gradient(90deg, rgba(13,14,11,.76) 0%, rgba(13,14,11,.08) 48%, rgba(13,14,11,.04) 70%),
linear-gradient(0deg, rgba(12,15,10,.32), transparent 40%);
}
.stage-badge {
position: absolute;
top: 24px;
right: 24px;
padding: 8px 11px;
border: 1px solid rgba(255,255,255,.5);
color: white;
background: rgba(20,22,18,.15);
backdrop-filter: blur(10px);
font-size: 9px;
text-transform: uppercase;
letter-spacing: .1em;
}
.model-title { position: absolute; left: 34px; bottom: 100px; color: white; display: flex; flex-direction: column; }
.model-title small { font-size: 10px; text-transform: uppercase; letter-spacing: .16em; opacity: .76; }
.model-title strong { font-size: clamp(28px, 3.2vw, 48px); line-height: 1; letter-spacing: -.045em; margin: 8px 0 7px; font-weight: 550; }
.model-title span { font-size: 12px; opacity: .82; }
.stage-stats { position: absolute; left: 34px; bottom: 30px; display: flex; gap: 36px; color: white; }
.stage-stats div { display: grid; grid-template-columns: auto 90px; align-items: end; gap: 8px; }
.stage-stats strong { font-size: 18px; font-weight: 650; }
.stage-stats span { font-size: 9px; line-height: 1.25; opacity: .7; }
.control-panel { display: flex; min-width: 0; flex-direction: column; background: var(--white); }
.step-tabs { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); }
.step-tab { border: 0; border-right: 1px solid var(--line); background: transparent; min-height: 68px; padding: 12px 6px; font-size: 9px; font-weight: 700; cursor: pointer; position: relative; }
.step-tab:last-child { border-right: 0; }
.step-tab span { display: block; color: #a7aaa1; font-size: 8px; margin-bottom: 5px; }
.step-tab::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 3px; background: var(--green); transform: scaleX(0); transition: transform .2s ease; }
.step-tab.is-active { color: var(--green); }
.step-tab.is-active::after { transform: scaleX(1); }
.panel-content { flex: 1; min-height: 0; padding: 28px 30px 16px; }
.option-view { animation: reveal .28s ease; }
@keyframes reveal { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
.panel-heading { display: grid; grid-template-columns: 28px 1fr; gap: 12px; align-items: start; margin-bottom: 22px; }
.panel-heading > span { color: var(--green); font-size: 10px; font-weight: 750; padding-top: 5px; }
.panel-heading h2 { margin: 0 0 7px; font-size: 22px; line-height: 1.08; letter-spacing: -.035em; font-weight: 600; }
.panel-heading p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.option-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.model-options { max-height: 245px; overflow: auto; padding-right: 3px; }
.text-option {
border: 1px solid var(--line);
background: white;
min-height: 61px;
padding: 12px 14px;
text-align: left;
cursor: pointer;
transition: border .2s ease, background .2s ease;
}
.text-option:hover, .text-option.is-active { border-color: var(--green); background: #f4f8f0; }
.text-option span { display: block; font-size: 11px; font-weight: 700; }
.text-option small { display: block; margin-top: 5px; font-size: 8px; color: var(--muted); }
.swatch-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.swatch { border: 1px solid var(--line); background: white; padding: 6px; cursor: pointer; text-align: left; }
.swatch > span { display: block; height: 66px; }
.swatch small { display: block; font-size: 8px; font-weight: 650; padding: 8px 2px 3px; }
.swatch:hover, .swatch.is-active { border-color: var(--green); box-shadow: inset 0 0 0 1px var(--green); }
.plan-preview { height: 154px; position: relative; overflow: hidden; background: var(--soft); margin-bottom: 10px; }
.plan-preview img { object-fit: contain; }
.compact-options { grid-template-columns: repeat(3, 1fr); }
.compact-options .text-option { min-height: 57px; padding: 10px; }
.terrace-illustration { height: 154px; background: var(--soft); margin-bottom: 10px; position: relative; overflow: hidden; }
.house-line { position: absolute; width: 46%; height: 54%; border: 2px solid var(--black); border-top: 0; left: 27%; bottom: 23%; }
.house-line::before { content: ""; position: absolute; width: 73%; height: 73%; left: 12%; top: -37%; border-left: 2px solid var(--black); border-top: 2px solid var(--black); transform: rotate(26deg) skew(-12deg); }
.deck-line { position: absolute; height: 2px; width: 65%; background: var(--green); left: 18%; bottom: 17%; box-shadow: 0 7px 0 rgba(68,111,28,.25), 0 14px 0 rgba(68,111,28,.14); }
.sun-line { position: absolute; width: 28px; height: 28px; border: 1px solid var(--green); border-radius: 50%; right: 14%; top: 14%; }
.selection-summary { border-top: 1px solid var(--line); padding: 16px 22px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 12px; }
.selection-summary > div { min-width: 0; display: flex; flex-direction: column; }
.selection-summary small { text-transform: uppercase; color: var(--muted); font-size: 7px; letter-spacing: .14em; }
.selection-summary strong { font-size: 12px; margin: 4px 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.selection-summary div > span { font-size: 8px; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.next-button { min-height: 47px; border: 1px solid var(--green); background: var(--green); color: white; padding: 0 16px; font-size: 10px; font-weight: 750; cursor: pointer; display: inline-flex; align-items: center; gap: 12px; justify-content: center; }
.next-button span { font-size: 16px; font-weight: 400; }
.next-button:hover { background: var(--green-dark); }
.trust-strip {
width: min(1320px, calc(100% - 64px));
margin: 0 auto;
display: grid;
grid-template-columns: repeat(4, 1fr);
padding: 42px 0 82px;
}
.trust-strip > div { display: flex; align-items: flex-end; gap: 12px; padding: 0 28px; border-right: 1px solid var(--line); }
.trust-strip > div:first-child { padding-left: 0; }
.trust-strip > div:last-child { border-right: 0; }
.trust-strip strong { font-size: 42px; line-height: .9; letter-spacing: -.06em; color: var(--green); font-weight: 500; }
.trust-strip span { font-size: 10px; max-width: 110px; line-height: 1.25; }
.turnkey { width: min(1320px, calc(100% - 64px)); margin: 0 auto 100px; background: var(--soft); display: grid; grid-template-columns: .82fr 1.18fr; min-height: 610px; }
.turnkey-copy { padding: 70px 56px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.turnkey-copy .eyebrow { justify-content: flex-start; }
.turnkey h2 { margin: 20px 0; font-size: clamp(40px, 4vw, 64px); line-height: 1; letter-spacing: -.055em; font-weight: 520; text-transform: uppercase; }
.turnkey h2 span { color: var(--green); }
.turnkey-copy > p { font-size: 13px; line-height: 1.7; color: #52554e; max-width: 520px; margin: 0 0 22px; }
.turnkey ul { list-style: none; padding: 0; margin: 0 0 30px; width: 100%; }
.turnkey li { font-size: 11px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.turnkey li::before { content: "✓"; color: var(--green); font-weight: 800; margin-right: 10px; }
.turnkey-gallery { position: relative; min-height: 610px; }
.interior-photo { position: absolute; inset: 0; }
.interior-photo img { object-fit: cover; }
.fireplace-photo { position: absolute; width: 36%; height: 39%; left: -34px; bottom: 30px; border: 10px solid white; box-shadow: 0 20px 45px rgba(0,0,0,.15); }
.fireplace-photo img { object-fit: cover; }
.gallery-note { position: absolute; top: 30px; right: 30px; background: white; padding: 14px 16px; display: flex; flex-direction: column; }
.gallery-note strong { font-size: 10px; color: var(--green); text-transform: uppercase; letter-spacing: .1em; }
.gallery-note span { font-size: 9px; margin-top: 5px; }
.final-cta { width: min(1320px, calc(100% - 64px)); margin: 0 auto; padding: 56px 60px; background: var(--green); color: white; display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.eyebrow.light { color: white; opacity: .75; justify-content: flex-start; }
.final-cta h2 { margin: 18px 0 0; font-size: clamp(34px, 4.2vw, 60px); line-height: 1; letter-spacing: -.05em; text-transform: uppercase; font-weight: 520; }
.cta-actions { display: flex; flex-direction: column; align-items: flex-end; gap: 16px; }
.button-light { background: white; color: var(--green); border-color: white; min-width: 320px; }
.button-light:hover { background: var(--soft); color: var(--green-dark); }
.cta-phone { font-size: 13px; font-weight: 700; }
footer { width: min(1320px, calc(100% - 64px)); margin: 0 auto; min-height: 150px; display: grid; grid-template-columns: 180px 1fr auto; align-items: center; gap: 20px; border-bottom: 8px solid var(--green); }
footer img { width: 110px; height: 80px; object-fit: contain; }
footer p, footer a { font-size: 10px; color: var(--muted); }
@media (max-width: 1100px) {
.site-header { width: calc(100% - 40px); grid-template-columns: 110px 1fr auto; gap: 18px; }
.main-nav { gap: 18px; }
.phone { display: none; }
.hero, .configurator, .trust-strip, .turnkey, .final-cta, footer { width: calc(100% - 40px); }
.config-grid { grid-template-columns: minmax(0, 1.15fr) minmax(370px, .85fr); }
.model-rail { overflow-x: auto; grid-template-columns: repeat(7, 150px); padding: 0; }
.turnkey-copy { padding: 52px 36px; }
}
@media (max-width: 820px) {
.site-header { height: 70px; width: calc(100% - 32px); display: grid; grid-template-columns: 1fr auto auto; }
.logo { width: 60px; height: 39px; }
.logo img { width: 96px; height: 64px; transform: translateX(-16px); }
.main-nav { position: absolute; display: none; top: 69px; left: -16px; right: -16px; background: white; border-bottom: 1px solid var(--line); padding: 24px; flex-direction: column; align-items: flex-start; box-shadow: 0 14px 30px rgba(0,0,0,.08); }
.main-nav.is-open { display: flex; }
.header-actions .button { display: none; }
.menu-button { display: block; }
.hero { width: calc(100% - 32px); padding: 42px 0 28px; text-align: left; }
.hero .eyebrow { justify-content: flex-start; }
.hero h1 { font-size: clamp(34px, 8vw, 56px); line-height: 1.02; }
.hero h1 br { display: none; }
.hero p { margin-left: 0; font-size: 13px; }
.configurator { width: calc(100% - 32px); }
.config-grid { grid-template-columns: 1fr; }
.house-stage { min-height: 480px; }
.control-panel { min-height: 500px; }
.trust-strip { width: calc(100% - 32px); grid-template-columns: 1fr 1fr; gap: 0; padding: 22px 0 64px; }
.trust-strip > div { min-height: 100px; padding: 20px; border-bottom: 1px solid var(--line); }
.trust-strip > div:nth-child(2) { border-right: 0; }
.trust-strip > div:nth-child(3), .trust-strip > div:nth-child(4) { border-bottom: 0; }
.turnkey { width: calc(100% - 32px); grid-template-columns: 1fr; margin-bottom: 60px; }
.turnkey-gallery { min-height: 480px; order: -1; }
.turnkey-copy { padding: 48px 34px; }
.final-cta { width: calc(100% - 32px); flex-direction: column; align-items: flex-start; padding: 44px 32px; }
.cta-actions { align-items: flex-start; width: 100%; }
footer { width: calc(100% - 32px); }
}
@media (max-width: 520px) {
.site-header, .hero, .configurator, .trust-strip, .turnkey, .final-cta, footer { width: calc(100% - 24px); }
.site-header { grid-template-columns: 1fr auto; }
.header-actions { display: none; }
.hero { padding-top: 34px; }
.hero h1 { font-size: 34px; letter-spacing: -.045em; }
.hero p { font-size: 12px; }
.configurator { margin-bottom: 44px; box-shadow: 0 15px 40px rgba(25,32,19,.08); }
.model-rail { grid-template-columns: repeat(7, 138px); }
.model-chip { padding: 15px 10px 13px; }
.house-stage { min-height: 410px; }
.house-photo { object-position: 58% center; }
.stage-badge { top: 14px; right: 14px; font-size: 7px; }
.model-title { left: 22px; bottom: 92px; }
.model-title strong { font-size: 32px; }
.stage-stats { left: 22px; bottom: 25px; gap: 16px; }
.stage-stats div { grid-template-columns: auto 65px; gap: 5px; }
.stage-stats strong { font-size: 14px; }
.stage-stats span { font-size: 7px; }
.control-panel { min-height: 540px; }
.step-tab { min-height: 62px; font-size: 7px; }
.panel-content { padding: 24px 20px 14px; }
.panel-heading h2 { font-size: 20px; }
.selection-summary { padding: 14px; grid-template-columns: 1fr; }
.next-button { width: 100%; }
.swatch-list { grid-template-columns: repeat(2, 1fr); }
.compact-options { grid-template-columns: 1fr; }
.plan-preview, .terrace-illustration { height: 170px; }
.trust-strip strong { font-size: 34px; }
.trust-strip > div { padding: 16px 10px; }
.trust-strip span { font-size: 8px; }
.turnkey-gallery { min-height: 360px; }
.fireplace-photo { width: 44%; height: 39%; left: 16px; bottom: 16px; border-width: 6px; }
.gallery-note { top: 16px; right: 16px; }
.turnkey-copy { padding: 40px 24px; }
.turnkey h2 { font-size: 38px; }
.final-cta { padding: 38px 24px; }
.final-cta h2 { font-size: 32px; }
.button-light { min-width: 0; width: 100%; text-align: center; }
footer { grid-template-columns: 100px 1fr; padding: 22px 0; }
footer img { width: 86px; height: 64px; }
footer p { display: none; }
footer a { text-align: right; font-size: 8px; }
}
@media (prefers-reduced-motion: reduce) {
* { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}