:root {
    --bg: #f4efe7;
    --bg-deep: #122126;
    --surface: rgba(255, 255, 255, 0.72);
    --surface-strong: #f8f3ed;
    --text: #182226;
    --text-soft: #536169;
    --line: rgba(24, 34, 38, 0.12);
    --accent: #bf6c3b;
    --accent-soft: #efc6a5;
    --accent-deep: #8e4d24;
    --mint: #98b4a4;
    --shadow: 0 24px 60px rgba(17, 24, 28, 0.12);
    --radius-xl: 32px;
    --radius-lg: 24px;
    --radius-md: 18px;
    --max-width: 1180px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Space Grotesk", sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at top left, rgba(191, 108, 59, 0.14), transparent 28%),
        radial-gradient(circle at 85% 12%, rgba(152, 180, 164, 0.22), transparent 20%),
        linear-gradient(180deg, #fbf6f0 0%, var(--bg) 42%, #efe8df 100%);
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient(rgba(255, 255, 255, 0.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: radial-gradient(circle at center, black 20%, transparent 78%);
    opacity: 0.35;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select,
textarea {
    font: inherit;
}

.site-shell {
    width: min(calc(100% - 32px), var(--max-width));
    margin: 0 auto;
    padding-bottom: 48px;
}

.page-hero-split {
    display: grid;
    grid-template-columns: 0.96fr 1.04fr;
    gap: 30px;
    align-items: center;
    max-width: none;
}

.page-hero-visual {
    position: relative;
    min-height: 520px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow);
}

.page-hero-float {
    position: absolute;
    left: 24px;
    bottom: 24px;
    z-index: 2;
    max-width: 320px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-lg);
    background: rgba(255, 247, 238, 0.9);
    box-shadow: 0 18px 32px rgba(17, 24, 28, 0.12);
}

.page-hero-float h2 {
    margin: 12px 0 10px;
    font-family: "Cormorant Garamond", serif;
    font-size: 2rem;
    line-height: 0.98;
}

.page-hero-float p {
    margin: 0;
    color: var(--text-soft);
    line-height: 1.7;
}

.page-hero-float-light {
    background: rgba(255, 255, 255, 0.92);
}

.topbar {
    position: sticky;
    top: 18px;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
    padding: 14px 18px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 999px;
    background: rgba(255, 248, 241, 0.75);
    backdrop-filter: blur(18px);
    box-shadow: var(--shadow);
}

.interior-scene,
.room-scene,
.about-scene,
.contact-scene {
    position: absolute;
    inset: 0;
    overflow: hidden;
}
.about-sofa {
    left: 128px;
    right: 72px;
    bottom: 104px;
    height: 112px;
    border-radius: 28px 28px 18px 18px;
    background: linear-gradient(180deg, #e1d1c3, #b5977f);
    box-shadow: 0 22px 32px rgba(0, 0, 0, 0.16);
}
.about-sofa::before,
.about-sofa::after {
    content: "";
    position: absolute;
    top: 24px;
    width: 62px;
    height: 44px;
    border-radius: 16px;
    background: rgba(248, 241, 234, 0.54);
}
.about-sofa::before {
    left: 24px;
}
.about-sofa::after {
    right: 24px;
}
.about-sofa-shadow {
    left: 132px;
    right: 66px;
    bottom: 88px;
    height: 24px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
    filter: blur(8px);
}
.about-table {
    left: 226px;
    bottom: 108px;
    width: 104px;
    height: 46px;
    border-radius: 999px;
    background: linear-gradient(180deg, #96765e, #6e5442);
}
.about-rug {
    left: 88px;
    right: 84px;
    bottom: 52px;
    height: 92px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(237, 226, 212, 0.94), rgba(204, 183, 160, 0.84));
}
.about-floor {
    left: -6%;
    right: -6%;
    bottom: -10%;
    height: 150px;
    background: repeating-linear-gradient(90deg, rgba(116, 82, 58, 0.9) 0 24px, rgba(146, 109, 81, 0.92) 24px 48px);
    transform: perspective(420px) rotateX(70deg);
    transform-origin: center bottom;
}
.contact-window {
    top: 72px;
    left: 50%;
    width: 210px;
    height: 172px;
    border: 12px solid rgba(244, 238, 229, 0.9);
    background: linear-gradient(180deg, rgba(252, 248, 242, 0.96), rgba(201, 214, 208, 0.72));
    transform: translateX(-50%);
}
.contact-window::before,
.contact-window::after {
    content: "";
    position: absolute;
    background: rgba(123, 108, 93, 0.2);
}
.contact-window::before {
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    transform: translateX(-50%);
}
.contact-window::after {
    left: 0;
    right: 0;
    top: 50%;
    height: 2px;
    transform: translateY(-50%);
}
.contact-side-chair {
    bottom: 126px;
    width: 92px;
    height: 102px;
    border-radius: 28px 28px 18px 18px;
    background: linear-gradient(180deg, #d2baa4, #9a7a61);
}
.contact-side-chair::before,
.contact-side-chair::after {
    content: "";
    position: absolute;
    bottom: -28px;
    width: 8px;
    height: 30px;
    background: #654836;
}
.contact-side-chair::before {
    left: 18px;
}
.contact-side-chair::after {
    right: 18px;
}
.contact-side-chair-left {
    left: 54px;
}
.contact-side-chair-right {
    right: 54px;
}
.contact-lounge-sofa {
    left: 138px;
    right: 138px;
    bottom: 118px;
    height: 118px;
    border-radius: 30px 30px 18px 18px;
    background: linear-gradient(180deg, #e7d8cb, #b99980);
    box-shadow: 0 22px 32px rgba(0, 0, 0, 0.16);
}
.contact-lounge-pillows {
    left: 164px;
    right: 164px;
    bottom: 180px;
    height: 34px;
}
.contact-lounge-pillows::before,
.contact-lounge-pillows::after {
    content: "";
    position: absolute;
    top: 0;
    width: 54px;
    height: 34px;
    border-radius: 14px;
    background: rgba(247, 240, 232, 0.62);
}
.contact-lounge-pillows::before {
    left: 0;
}
.contact-lounge-pillows::after {
    right: 0;
}
.contact-center-table {
    left: 50%;
    bottom: 106px;
    width: 120px;
    height: 54px;
    border-radius: 999px;
    background: linear-gradient(180deg, #a37f63, #735846);
    transform: translateX(-50%);
}
.contact-center-table::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -24px;
    width: 10px;
    height: 28px;
    border-radius: 8px;
    background: #604636;
    transform: translateX(-50%);
}
.contact-center-table-top {
    left: 50%;
    bottom: 156px;
    width: 140px;
    height: 14px;
    border-radius: 999px;
    background: linear-gradient(90deg, #f4ede5, #d7cabd, #f5eee6);
    transform: translateX(-50%);
}
.contact-brochure {
    left: 50%;
    bottom: 168px;
    width: 46px;
    height: 34px;
    border-radius: 8px;
    background: linear-gradient(180deg, #f4f0e9, #d7cabb);
    transform: translateX(-50%) rotate(-10deg);
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.1);
}
.contact-floor-lamp {
    right: 116px;
    bottom: 126px;
    width: 18px;
    height: 130px;
    background: linear-gradient(180deg, transparent 0 30px, #6d5040 30px 100%);
}
.contact-floor-lamp::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 64px;
    height: 34px;
    border-radius: 50% 50% 26% 26%;
    background: linear-gradient(180deg, #f9ecd3, #d3b184);
    transform: translateX(-50%);
}
.contact-floor {
    left: -6%;
    right: -6%;
    bottom: -10%;
    height: 156px;
    background: repeating-linear-gradient(90deg, rgba(114, 80, 57, 0.9) 0 24px, rgba(145, 108, 79, 0.92) 24px 48px);
    transform: perspective(420px) rotateX(70deg);
    transform-origin: center bottom;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.brand-mark {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, var(--accent), var(--accent-deep));
}

.brand-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.brand-copy strong {
    font-size: 0.98rem;
}

.brand-copy span {
    font-size: 0.74rem;
    color: var(--text-soft);
}

.nav {
    display: flex;
    gap: 22px;
    font-size: 0.95rem;
    color: var(--text-soft);
}

.nav a:hover,
.nav a:focus-visible,
.nav a.is-current,
.mobile-nav a.is-current {
    color: var(--text);
}

.nav a.is-current,
.mobile-nav a.is-current {
    font-weight: 700;
}

.menu-toggle,
.mobile-nav {
    display: none;
}

.menu-toggle {
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid rgba(24, 34, 38, 0.12);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 4px auto;
    background: var(--text);
    transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle.is-open span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.is-open span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

.mobile-nav {
    position: sticky;
    top: 92px;
    z-index: 19;
    gap: 8px;
    margin-top: 12px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 24px;
    background: rgba(255, 248, 241, 0.9);
    backdrop-filter: blur(18px);
    box-shadow: var(--shadow);
}

.mobile-nav a {
    display: block;
    padding: 12px 14px;
    border-radius: 14px;
    color: var(--text-soft);
}

.mobile-nav a:hover,
.mobile-nav a:focus-visible {
    background: rgba(24, 34, 38, 0.06);
    color: var(--text);
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 22px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--accent), var(--accent-deep));
    color: #fff;
    box-shadow: 0 16px 32px rgba(142, 77, 36, 0.24);
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 18px 36px rgba(142, 77, 36, 0.28);
}

.button-outline {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(24, 34, 38, 0.12);
    color: var(--text);
    box-shadow: none;
}

.button-ghost {
    background: transparent;
    border-color: rgba(24, 34, 38, 0.16);
    color: var(--text);
    box-shadow: none;
}

.hero {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 40px;
    align-items: center;
    min-height: calc(100vh - 140px);
    padding: 68px 0 44px;
}

.eyebrow {
    margin: 0 0 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-size: 0.76rem;
    color: var(--accent-deep);
}

.hero h1,
.section-heading h2,
.contact-copy h2 {
    margin: 0;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(3rem, 7vw, 6.1rem);
    line-height: 0.94;
    font-weight: 600;
    letter-spacing: -0.03em;
}

.hero-text,
.section-heading,
.contact-copy p,
.service-grid p,
.showcase-grid p,
.coverage-card h3,
.process-steps p,
.metrics span,
.studio-card li,
.tool-description,
.contact-form span {
    color: var(--text-soft);
}

.hero-text {
    max-width: 620px;
    margin: 24px 0 0;
    font-size: 1.05rem;
    line-height: 1.75;
}

.hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.hero-points {
    display: grid;
    gap: 12px;
    padding: 0;
    margin: 28px 0 0;
    list-style: none;
}

.hero-points li {
    position: relative;
    padding-left: 24px;
    color: var(--text-soft);
}

.hero-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.62em;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent), var(--mint));
}

.hero-visual {
    position: relative;
    min-height: 620px;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: var(--radius-xl);
    background:
        linear-gradient(135deg, rgba(18, 33, 38, 0.96), rgba(30, 50, 57, 0.88)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
    overflow: hidden;
    box-shadow: var(--shadow);
}

.interior-scene,
.room-scene {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.hero-scene {
    opacity: 0.98;
}

.scene-ceiling-line {
    position: absolute;
    top: 94px;
    left: 56px;
    right: 56px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 248, 239, 0.7), transparent);
}

.scene-wall-art,
.scene-window,
.scene-shelf,
.scene-island,
.scene-island-top,
.scene-stool,
.scene-pendant,
.scene-floor {
    position: absolute;
}

.scene-wall-art {
    top: 130px;
    width: 98px;
    height: 134px;
    border: 1px solid rgba(255, 247, 237, 0.26);
    background: linear-gradient(180deg, rgba(232, 221, 205, 0.35), rgba(109, 82, 59, 0.28));
    box-shadow: 0 20px 34px rgba(0, 0, 0, 0.12);
}

.scene-wall-art-left {
    left: 64px;
}

.scene-wall-art-right {
    right: 78px;
}

.scene-window {
    top: 118px;
    right: 188px;
    width: 138px;
    height: 188px;
    border: 10px solid rgba(233, 224, 214, 0.86);
    background: linear-gradient(180deg, rgba(245, 241, 236, 0.92), rgba(198, 210, 205, 0.72));
    box-shadow: inset 0 0 0 1px rgba(95, 83, 73, 0.16);
}

.scene-window::before,
.scene-window::after {
    content: "";
    position: absolute;
    background: rgba(123, 108, 93, 0.2);
}

.scene-window::before {
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    transform: translateX(-50%);
}

.scene-window::after {
    left: 0;
    right: 0;
    top: 50%;
    height: 2px;
    transform: translateY(-50%);
}

.scene-shelf {
    top: 174px;
    left: 188px;
    width: 160px;
    height: 108px;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(103, 74, 52, 0.84), rgba(66, 44, 30, 0.78));
    box-shadow: inset 0 -18px 0 rgba(0, 0, 0, 0.12);
}

.scene-shelf::before,
.scene-shelf::after {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    height: 1px;
    background: rgba(255, 240, 225, 0.18);
}

.scene-shelf::before {
    top: 34px;
}

.scene-shelf::after {
    top: 68px;
}

.scene-island {
    left: 164px;
    right: 132px;
    bottom: 124px;
    height: 128px;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(170, 129, 88, 0.96), rgba(117, 80, 53, 0.98));
    box-shadow: 0 26px 36px rgba(0, 0, 0, 0.24);
}

.scene-island::before,
.scene-island::after {
    content: "";
    position: absolute;
    bottom: -30px;
    width: 18px;
    height: 38px;
    border-radius: 8px;
    background: rgba(71, 47, 31, 0.9);
}

.scene-island::before {
    left: 54px;
}

.scene-island::after {
    right: 54px;
}

.scene-island-top {
    left: 146px;
    right: 114px;
    bottom: 236px;
    height: 18px;
    border-radius: 12px;
    background: linear-gradient(90deg, rgba(240, 230, 220, 0.98), rgba(197, 180, 162, 0.95), rgba(239, 229, 220, 0.98));
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
}

.scene-stool {
    bottom: 72px;
    width: 54px;
    height: 82px;
    border-radius: 18px 18px 10px 10px;
    background: linear-gradient(180deg, rgba(228, 214, 198, 0.95), rgba(130, 103, 82, 0.92));
    box-shadow: 0 16px 26px rgba(0, 0, 0, 0.16);
}

.scene-stool::before,
.scene-stool::after {
    content: "";
    position: absolute;
    bottom: -26px;
    width: 6px;
    height: 28px;
    background: rgba(79, 55, 36, 0.94);
}

.scene-stool::before {
    left: 12px;
}

.scene-stool::after {
    right: 12px;
}

.scene-stool-left {
    left: 214px;
}

.scene-stool-right {
    left: 292px;
}

.scene-pendant {
    top: 70px;
    width: 22px;
    height: 96px;
}

.scene-pendant::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 58px;
    background: rgba(244, 235, 224, 0.72);
    transform: translateX(-50%);
}

.scene-pendant::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 22px;
    height: 30px;
    border-radius: 50% 50% 48% 48%;
    background: radial-gradient(circle at 50% 20%, rgba(255, 247, 236, 0.92), rgba(198, 151, 109, 0.8));
    transform: translateX(-50%);
    box-shadow: 0 0 24px rgba(219, 176, 118, 0.26);
}

.scene-pendant-one {
    left: 246px;
}

.scene-pendant-two {
    left: 330px;
}

.scene-floor {
    left: -4%;
    right: -4%;
    bottom: -8%;
    height: 176px;
    background:
        repeating-linear-gradient(90deg, rgba(102, 72, 49, 0.86) 0 26px, rgba(129, 94, 67, 0.88) 26px 52px),
        linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.12));
    transform: perspective(420px) rotateX(68deg);
    transform-origin: center bottom;
}

.hero-visual::before,
.hero-visual::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(8px);
}

.hero-visual::before {
    width: 260px;
    height: 260px;
    top: -50px;
    right: -40px;
    background: radial-gradient(circle, rgba(191, 108, 59, 0.6), transparent 70%);
}

.hero-visual::after {
    width: 300px;
    height: 300px;
    bottom: -80px;
    left: -80px;
    background: radial-gradient(circle, rgba(152, 180, 164, 0.44), transparent 68%);
}

.visual-panel,
.visual-grid,
.studio-card,
.service-grid article,
.coverage-card,
.process-steps article,
.showcase-grid article,
.contact,
.metrics article {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-lg);
}

.visual-panel-primary {
    position: relative;
    z-index: 1;
    max-width: 340px;
    padding: 24px;
    background: rgba(249, 242, 232, 0.92);
}

.visual-label,
.visual-kicker,
.card-tag,
.coverage-card span,
.showcase-grid span,
.process-steps span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(191, 108, 59, 0.12);
    color: var(--accent-deep);
}

.visual-panel-primary h2 {
    margin: 14px 0 10px;
    font-size: 1.8rem;
    font-family: "Cormorant Garamond", serif;
}

.visual-panel-primary p,
.visual-panel-secondary span,
.visual-grid p,
.footer p {
    color: rgba(24, 34, 38, 0.72);
}

.visual-panel-secondary {
    position: absolute;
    top: 48%;
    right: 28px;
    display: grid;
    gap: 8px;
    place-items: start;
    padding: 22px;
    min-width: 180px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    backdrop-filter: blur(10px);
}

.visual-panel-secondary strong {
    font-size: 3rem;
    line-height: 1;
}

.visual-panel-secondary span {
    color: rgba(255, 255, 255, 0.72);
}

.visual-grid {
    position: absolute;
    right: 28px;
    bottom: 28px;
    left: 28px;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
}

.visual-grid div {
    padding: 16px;
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.06);
}

.visual-grid span {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
}

.visual-grid p {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.72);
}

.metrics,
.studio-layout,
.service-grid,
.coverage-grid,
.process-steps,
.showcase-grid,
.contact {
    display: grid;
    gap: 20px;
}

.metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 0 48px;
}

.metrics article,
.studio-card,
.service-grid article,
.coverage-card,
.process-steps article,
.showcase-grid article,
.contact {
    padding: 24px;
    background: var(--surface);
    backdrop-filter: blur(18px);
    box-shadow: var(--shadow);
}

.metrics strong {
    display: block;
    margin-bottom: 12px;
    font-size: 1.8rem;
    font-family: "Cormorant Garamond", serif;
}

.section {
    padding: 60px 0;
}

.page-hero {
    padding: 88px 0 32px;
    max-width: 920px;
}

.page-intro {
    max-width: 760px;
    margin-top: 22px;
    color: var(--text-soft);
    font-size: 1.05rem;
    line-height: 1.8;
}

.section-heading {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 760px;
    margin-bottom: 28px;
}

.section-heading h2,
.contact-copy h2 {
    font-size: clamp(2.5rem, 4vw, 4.4rem);
}

.section-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.studio-layout {
    grid-template-columns: 1.05fr 0.95fr;
}

.studio-story ul {
    margin: 18px 0 0;
    padding-left: 18px;
    display: grid;
    gap: 12px;
}

.studio-tool {
    background: linear-gradient(180deg, rgba(18, 33, 38, 0.96), rgba(30, 50, 57, 0.9));
    color: #fff;
}

.tool-header {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
}

.tool-header p,
.tool-description {
    color: rgba(255, 255, 255, 0.72);
}

.tool-header output {
    font-size: 1.25rem;
    font-weight: 700;
}

#budgetRange {
    width: 100%;
    margin-top: 28px;
    accent-color: var(--accent);
}

.range-labels {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 12px;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.55);
}

.service-grid,
.showcase-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.showcase-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-grid h3,
.coverage-card h3,
.process-steps h3,
.showcase-grid h3 {
    margin: 16px 0 10px;
    font-size: 1.35rem;
}

.split-heading {
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
    gap: 24px;
    max-width: none;
}

.coverage-switch {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.coverage-switch button {
    padding: 12px 16px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.56);
    color: var(--text-soft);
    cursor: pointer;
}

.coverage-switch button.is-active {
    background: var(--bg-deep);
    color: #fff;
}

.coverage-grid,
.process-steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.coverage-card {
    transition: transform 180ms ease, opacity 180ms ease, background 180ms ease;
}

.coverage-card.is-muted {
    opacity: 0.38;
    transform: scale(0.98);
}

.process-steps article {
    position: relative;
    overflow: hidden;
}

.process-steps article::after {
    content: "";
    position: absolute;
    inset: auto -30% -55% auto;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(191, 108, 59, 0.16), transparent 70%);
}

.contact {
    grid-template-columns: 1fr 0.9fr;
    align-items: start;
}

.contact-points {
    display: grid;
    gap: 12px;
    margin-top: 24px;
}

.contact-points a {
    font-size: 1.05rem;
}

.studio-contact-points {
    grid-template-columns: repeat(2, minmax(0, max-content));
    gap: 14px 18px;
    margin-top: 18px;
}

.studio-contact-points a,
.footer-contact-points a {
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(24, 34, 38, 0.18);
}

.narrative-grid {
    grid-template-columns: 1.1fr repeat(3, minmax(0, 1fr));
    align-items: stretch;
}

.story-block,
.timeline article,
.project-card,
.matrix-grid article,
.cta-band,
.service-band,
.tier-grid article {
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-lg);
    background: var(--surface);
    backdrop-filter: blur(18px);
    box-shadow: var(--shadow);
}

.story-block h2,
.project-copy h2 {
    margin: 10px 0 12px;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(2rem, 3vw, 3.2rem);
    line-height: 0.98;
}

.story-block h3,
.timeline h3,
.matrix-grid h3 {
    margin: 0 0 10px;
    font-size: 1.2rem;
}

.story-block p,
.timeline p,
.matrix-grid p,
.project-copy p {
    color: var(--text-soft);
    line-height: 1.75;
}

.emphasis-block {
    background: linear-gradient(135deg, rgba(18, 33, 38, 0.96), rgba(30, 50, 57, 0.9));
}

.emphasis-block h2,
.emphasis-block p,
.emphasis-block .eyebrow {
    color: #fff;
}

.values-grid .service-grid {
    margin-top: 10px;
}

.timeline {
    display: grid;
    gap: 18px;
}

.timeline article {
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 18px;
    align-items: start;
}

.timeline article span,
.project-copy span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(191, 108, 59, 0.12);
    color: var(--accent-deep);
}

.cta-band {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

.project-cards,
.matrix-grid,
.service-bands,
.tier-grid {
    display: grid;
    gap: 22px;
}

.service-band {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 24px;
    align-items: start;
}

.service-band p {
    margin: 0;
    line-height: 1.8;
    color: var(--text-soft);
}

.service-band h2 {
    margin: 10px 0 0;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(2rem, 3.4vw, 3.4rem);
    line-height: 0.98;
}

.service-band.emphasis-block p {
    color: rgba(255, 255, 255, 0.82);
}

.project-card {
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    gap: 24px;
    align-items: stretch;
}

.project-card.reverse {
    grid-template-columns: 0.9fr 1fr;
}

.project-card.reverse .project-visual {
    order: 2;
}

.project-card.reverse .project-copy {
    order: 1;
}

.project-visual {
    position: relative;
    min-height: 320px;
    border-radius: var(--radius-lg);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.room-backdrop,
.room-floor,
.room-cabinet-run,
.room-counter-line,
.room-island,
.room-stone-panel,
.room-pendant,
.suite-headboard,
.suite-bed,
.suite-bench,
.suite-nightstand,
.suite-sconce,
.lounge-window-band,
.lounge-sofa,
.lounge-chair,
.lounge-table,
.lounge-rug,
.lounge-lamp {
    position: absolute;
}

.room-scene-kitchen {
    background: linear-gradient(180deg, #f1eadf, #d9c7b4 58%, #8b684f 100%);
}

.room-scene-suite {
    background: linear-gradient(180deg, #ebe5dd, #d9cdc1 60%, #7f6859 100%);
}

.room-scene-lounge {
    background: linear-gradient(180deg, #efe9df, #ddd2c6 58%, #8f745f 100%);
}

.room-backdrop {
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0));
}

.room-floor {
    left: -8%;
    right: -8%;
    bottom: -14%;
    height: 124px;
    background: repeating-linear-gradient(90deg, rgba(116, 81, 56, 0.92) 0 24px, rgba(146, 108, 78, 0.92) 24px 48px);
    transform: perspective(420px) rotateX(70deg);
    transform-origin: center bottom;
}

.room-scene-kitchen .room-cabinet-run {
    top: 74px;
    left: 42px;
    width: 206px;
    height: 108px;
    border-radius: 10px;
    background: linear-gradient(180deg, #8d6344, #69472f);
    box-shadow: inset 0 -18px 0 rgba(0, 0, 0, 0.12);
}

.room-scene-kitchen .room-counter-line {
    top: 168px;
    left: 42px;
    width: 206px;
    height: 12px;
    border-radius: 10px;
    background: linear-gradient(90deg, #f4ede5, #cfc1b2, #f1ebe4);
}

.room-scene-kitchen .room-island {
    right: 54px;
    bottom: 90px;
    width: 178px;
    height: 102px;
    border-radius: 14px;
    background: linear-gradient(180deg, #b28561, #855a39);
    box-shadow: 0 20px 28px rgba(0, 0, 0, 0.18);
}

.room-scene-kitchen .room-island::before,
.room-scene-kitchen .room-island::after {
    content: "";
    position: absolute;
    bottom: -26px;
    width: 14px;
    height: 30px;
    background: #5b3c28;
    border-radius: 6px;
}

.room-scene-kitchen .room-island::before {
    left: 34px;
}

.room-scene-kitchen .room-island::after {
    right: 34px;
}

.room-scene-kitchen .room-stone-panel {
    right: 76px;
    bottom: 182px;
    width: 190px;
    height: 14px;
    border-radius: 10px;
    background: linear-gradient(90deg, #efe7de, #cbc0b7, #eee5dc);
}

.room-scene-kitchen .room-pendant {
    top: 42px;
    width: 18px;
    height: 88px;
}

.room-scene-kitchen .room-pendant::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 48px;
    background: rgba(100, 79, 58, 0.5);
    transform: translateX(-50%);
}

.room-scene-kitchen .room-pendant::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 18px;
    height: 24px;
    border-radius: 50%;
    background: radial-gradient(circle at 50% 20%, #fff4df, #d5a66e);
    transform: translateX(-50%);
}

.room-pendant-left {
    right: 122px;
}

.room-pendant-right {
    right: 176px;
}

.room-scene-suite .suite-headboard {
    left: 72px;
    right: 72px;
    top: 74px;
    height: 108px;
    border-radius: 24px 24px 0 0;
    background: linear-gradient(180deg, #8b796d, #65554b);
}

.room-scene-suite .suite-bed {
    left: 84px;
    right: 84px;
    top: 134px;
    height: 104px;
    border-radius: 18px;
    background: linear-gradient(180deg, #f4efe7, #d8cdc0 62%, #b6a493 63%, #c8b6a5);
    box-shadow: 0 20px 28px rgba(0, 0, 0, 0.14);
}

.room-scene-suite .suite-bench {
    left: 132px;
    right: 132px;
    bottom: 92px;
    height: 42px;
    border-radius: 16px;
    background: linear-gradient(180deg, #d5c3b2, #a98c78);
}

.room-scene-suite .suite-nightstand {
    top: 154px;
    width: 42px;
    height: 46px;
    border-radius: 10px;
    background: linear-gradient(180deg, #936f54, #694a34);
}

.suite-nightstand-left {
    left: 28px;
}

.suite-nightstand-right {
    right: 28px;
}

.room-scene-suite .suite-sconce {
    top: 92px;
    width: 18px;
    height: 48px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 245, 224, 0.95), rgba(206, 162, 120, 0.86));
    box-shadow: 0 0 18px rgba(224, 185, 135, 0.18);
}

.suite-sconce-left {
    left: 94px;
}

.suite-sconce-right {
    right: 94px;
}

.room-scene-lounge .lounge-window-band {
    top: 54px;
    left: 34px;
    right: 34px;
    height: 98px;
    border: 8px solid rgba(243, 236, 227, 0.9);
    background: linear-gradient(180deg, rgba(251, 247, 242, 0.95), rgba(203, 214, 207, 0.68));
}

.room-scene-lounge .lounge-sofa {
    left: 52px;
    bottom: 94px;
    width: 210px;
    height: 90px;
    border-radius: 26px 26px 18px 18px;
    background: linear-gradient(180deg, #ddd0c2, #b59a83);
    box-shadow: 0 18px 26px rgba(0, 0, 0, 0.14);
}

.room-scene-lounge .lounge-chair {
    right: 52px;
    bottom: 102px;
    width: 86px;
    height: 76px;
    border-radius: 22px;
    background: linear-gradient(180deg, #cdb8a1, #8f6d56);
}

.room-scene-lounge .lounge-table {
    left: 50%;
    bottom: 86px;
    width: 90px;
    height: 42px;
    border-radius: 999px;
    background: linear-gradient(180deg, #9b7d66, #6c5140);
    transform: translateX(-50%);
}

.room-scene-lounge .lounge-rug {
    left: 72px;
    right: 72px;
    bottom: 52px;
    height: 74px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(236, 224, 210, 0.96), rgba(194, 174, 153, 0.82));
}

.room-scene-lounge .lounge-lamp {
    right: 134px;
    bottom: 114px;
    width: 18px;
    height: 88px;
    background: linear-gradient(180deg, transparent 0 12px, #715545 12px 100%);
}

.room-scene-lounge .lounge-lamp::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 52px;
    height: 24px;
    border-radius: 50% 50% 28% 28%;
    background: linear-gradient(180deg, #f8ebd3, #d1ae7d);
    transform: translateX(-50%);
}

.project-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.matrix-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tier-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tier-grid span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(191, 108, 59, 0.12);
    color: var(--accent-deep);
}

.tier-grid h3 {
    margin: 14px 0 10px;
    font-size: 1.25rem;
}

.tier-grid p {
    margin: 0;
    color: var(--text-soft);
    line-height: 1.75;
}

.footer-links {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.contact-form {
    display: grid;
    gap: 16px;
}

.contact-form-extended {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-form label {
    display: grid;
    gap: 10px;
}

.full-span {
    grid-column: 1 / -1;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid rgba(24, 34, 38, 0.12);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.8);
    color: var(--text);
}

.form-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.form-note {
    margin: 0;
    color: var(--text-soft);
    font-size: 0.9rem;
}

.form-success {
    padding: 18px 20px;
    border: 1px solid rgba(42, 125, 78, 0.18);
    border-radius: 18px;
    background: rgba(235, 248, 239, 0.92);
}

.form-success strong {
    display: block;
    margin-bottom: 8px;
    color: #1d5e3b;
}

.form-success p {
    margin: 0;
    color: #35654a;
}

.contact-page-layout {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: start;
}

.contact-page-hero {
    padding-bottom: 54px;
}

.contact-hero-copy {
    max-width: 560px;
}

.contact-photo-hero {
    min-height: 640px;
    background:
        linear-gradient(180deg, rgba(18, 24, 28, 0.12), rgba(18, 24, 28, 0.5)),
        url("https://images.unsplash.com/photo-1505693416388-ac5ce068fe85?auto=format&fit=crop&w=1400&q=80") center/cover no-repeat;
}

.contact-photo-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(245, 238, 231, 0.1), transparent 40%, rgba(18, 24, 28, 0.24));
}

.contact-photo-badge,
.contact-photo-meta,
.contact-photo-inset {
    position: absolute;
    z-index: 2;
}

.contact-photo-badge {
    left: 24px;
    bottom: 26px;
    max-width: 330px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 26px;
    background: rgba(248, 242, 235, 0.86);
    backdrop-filter: blur(16px);
    box-shadow: 0 24px 44px rgba(17, 24, 28, 0.18);
}

.contact-photo-badge h2 {
    margin: 12px 0 10px;
    font-family: "Cormorant Garamond", serif;
    font-size: 2.05rem;
    line-height: 0.98;
}

.contact-photo-badge p {
    margin: 0;
    color: var(--text-soft);
    line-height: 1.7;
}

.contact-photo-inset {
    top: 26px;
    right: 26px;
    width: 180px;
    height: 220px;
    border: 8px solid rgba(255, 255, 255, 0.72);
    border-radius: 26px;
    background:
        linear-gradient(180deg, rgba(18, 24, 28, 0.04), rgba(18, 24, 28, 0.18)),
        url("https://images.unsplash.com/photo-1484154218962-a197022b5858?auto=format&fit=crop&w=900&q=80") center/cover no-repeat;
    box-shadow: 0 22px 40px rgba(17, 24, 28, 0.24);
}

.contact-photo-meta {
    top: 28px;
    left: 28px;
    display: grid;
    gap: 8px;
    max-width: 230px;
    padding: 18px 20px;
    border-radius: 22px;
    background: rgba(18, 33, 38, 0.52);
    backdrop-filter: blur(10px);
}

.contact-photo-meta strong {
    color: #fff;
    font-size: 1.05rem;
}

.contact-photo-meta span {
    color: rgba(255, 255, 255, 0.74);
    line-height: 1.55;
}

.contact-page-panel,
.contact-mini-grid article {
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
}

.contact-editorial-panel {
    display: grid;
    gap: 22px;
    padding: 18px;
    background: linear-gradient(180deg, rgba(18, 33, 38, 0.98), rgba(30, 50, 57, 0.94));
    color: #fff;
}

.contact-editorial-photo {
    min-height: 280px;
    border-radius: 20px;
    background:
        linear-gradient(180deg, rgba(18, 24, 28, 0.06), rgba(18, 24, 28, 0.26)),
        url("https://images.unsplash.com/photo-1494526585095-c41746248156?auto=format&fit=crop&w=1200&q=80") center/cover no-repeat;
}

.contact-editorial-copy h2 {
    margin: 10px 0 14px;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(2.2rem, 3vw, 3.4rem);
    line-height: 0.96;
}

.contact-editorial-copy p {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.8;
}

.dark-panel {
    background: linear-gradient(135deg, rgba(18, 33, 38, 0.96), rgba(30, 50, 57, 0.9));
    color: #fff;
}

.dark-panel h2 {
    margin: 10px 0 16px;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(2.2rem, 3vw, 3.4rem);
    line-height: 0.98;
}

.dark-panel p,
.dark-panel .contact-points a,
.contact-mini-grid span {
    color: rgba(255, 255, 255, 0.76);
}

.contact-mini-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 26px;
}

.contact-mini-grid article {
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(8px);
}

.contact-mini-grid strong {
    display: block;
    margin-bottom: 8px;
    color: #fff;
    font-size: 0.95rem;
    letter-spacing: 0.01em;
}

.contact-form-shell {
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.68);
    border-radius: 30px;
    background: rgba(255, 251, 246, 0.82);
    backdrop-filter: blur(18px);
    box-shadow: 0 26px 52px rgba(17, 24, 28, 0.12);
}

.contact-form-intro {
    max-width: 620px;
    margin-bottom: 24px;
}

.contact-form-intro h2 {
    margin: 10px 0 12px;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(2.2rem, 3vw, 3.5rem);
    line-height: 0.98;
}

.contact-form-intro p {
    margin: 0;
    color: var(--text-soft);
    line-height: 1.8;
}

.contact-form-shell .contact-form input,
.contact-form-shell .contact-form select,
.contact-form-shell .contact-form textarea {
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(24, 34, 38, 0.08);
}

.contact-form-shell .contact-form label span {
    font-size: 0.84rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.contact-guidance .matrix-grid article {
    background: rgba(255, 251, 246, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus,
.coverage-switch button:focus,
.button:focus {
    outline: 2px solid rgba(191, 108, 59, 0.4);
    outline-offset: 2px;
}

.footer {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 16px;
    padding: 28px 0 0;
    border-top: 1px solid rgba(24, 34, 38, 0.1);
}

.footer-copy {
    max-width: 420px;
}

.footer-copy p {
    margin: 0;
}

.footer-contact-points {
    margin-top: 0;
}

@media (max-width: 1080px) {
    .nav {
        display: none;
    }

    .menu-toggle {
        display: block;
    }

    .hero,
    .studio-layout,
    .contact,
    .contact-page-layout,
    .page-hero-split {
        grid-template-columns: 1fr;
    }

    .service-grid,
    .coverage-grid,
    .process-steps,
    .showcase-grid,
    .metrics,
    .matrix-grid,
    .narrative-grid,
    .tier-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .project-card,
    .project-card.reverse,
    .cta-band,
    .service-band {
        grid-template-columns: 1fr;
        flex-direction: column;
        align-items: start;
    }

    .project-card.reverse .project-visual,
    .project-card.reverse .project-copy {
        order: initial;
    }

    .hero {
        min-height: auto;
        padding-top: 48px;
    }

    .contact-photo-hero {
        min-height: 560px;
    }
}

@media (max-width: 720px) {
    .site-shell {
        width: min(calc(100% - 20px), var(--max-width));
    }

    .topbar {
        top: 10px;
        padding: 12px;
        border-radius: 24px;
    }

    .brand-copy span,
    .button-outline {
        display: none;
    }

    .mobile-nav.is-open {
        display: grid;
    }

    .hero,
    .section {
        padding: 34px 0;
    }

    .page-hero-visual {
        min-height: 420px;
    }

    .contact-photo-hero {
        min-height: 460px;
    }

    .contact-photo-badge,
    .contact-photo-meta {
        left: 16px;
        right: 16px;
        max-width: none;
    }

    .contact-photo-meta {
        top: 16px;
    }

    .contact-photo-badge {
        bottom: 16px;
        padding: 18px;
    }

    .contact-photo-inset {
        display: none;
    }

    .contact-form-shell {
        padding: 20px;
        border-radius: 24px;
    }

    .hero h1,
    .section-heading h2,
    .contact-copy h2 {
        line-height: 1;
    }

    .hero-visual {
        min-height: 520px;
        padding: 18px;
    }

    .scene-window,
    .scene-wall-art-right {
        display: none;
    }

    .scene-island,
    .scene-island-top {
        left: 92px;
        right: 48px;
    }

    .scene-shelf {
        left: 118px;
        width: 132px;
    }

    .scene-pendant-one {
        left: 184px;
    }

    .scene-pendant-two {
        left: 248px;
    }

    .visual-panel-secondary {
        position: static;
        margin-top: 18px;
    }

    .visual-grid,
    .metrics,
    .service-grid,
    .coverage-grid,
    .process-steps,
    .showcase-grid,
    .contact,
    .matrix-grid,
    .narrative-grid,
    .project-card,
    .tier-grid,
    .contact-form-extended,
    .contact-mini-grid {
        grid-template-columns: 1fr;
    }

    .form-actions {
        align-items: start;
        flex-direction: column;
    }

    .timeline article {
        grid-template-columns: 1fr;
    }

    .split-heading {
        flex-direction: column;
        align-items: start;
    }

    .footer {
        flex-direction: column;
    }
}

@keyframes revealUp {
    from {
        opacity: 0;
        transform: translateY(24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-copy,
.hero-visual,
.metrics article,
.section {
    animation: revealUp 760ms ease both;
}

.metrics article:nth-child(2),
.service-grid article:nth-child(2),
.process-steps article:nth-child(2) {
    animation-delay: 120ms;
}

.metrics article:nth-child(3),
.service-grid article:nth-child(3),
.process-steps article:nth-child(3) {
    animation-delay: 220ms;
}