*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --white: #F8F5F0;
    --ink: #1A1A1A;
    --sage: #4A5C4E;
    --sage-light: #DFE8E1;
    --warm: #EDE8E0;
    --mid: #888;
    --border: #D8D2C8;
  }

  html { scroll-behavior: smooth; }

  body {
    font-family: 'DM Sans', sans-serif;
    background: var(--white);
    color: var(--ink);
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
  }

  /* NAV */
  nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 48px;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--border);
  }

  .nav-brand {
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--ink);
    text-decoration: none;
  }

  .nav-links { display: flex; gap: 40px; list-style: none; }

  .nav-links a {
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--mid);
    text-decoration: none;
    transition: color 0.2s;
  }

  .nav-links a:hover { color: var(--ink); }

  .nav-cta {
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--white) !important;
    background: var(--ink);
    padding: 10px 24px;
    text-decoration: none;
    border-radius: 8px;
    transition: background 0.2s;
  }

  .nav-cta:hover { background: var(--sage) !important; }

  /* HERO */
  .hero {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 80px;
  }

  .hero-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 64px 80px 48px;
  }

  .hero-eyebrow {
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--sage);
    margin-bottom: 32px;
  }

  .hero-headline {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: clamp(52px, 5.5vw, 86px);
    line-height: 1.05;
    color: var(--ink);
    margin-bottom: 40px;
    letter-spacing: -0.02em;
  }

  .hero-headline em {
    font-style: italic;
    color: var(--sage);
  }

  .hero-sub {
    font-size: 15px;
    color: var(--mid);
    max-width: 380px;
    line-height: 1.7;
    margin-bottom: 48px;
    font-weight: 300;
  }

  .hero-actions {
    display: flex;
    gap: 20px;
    align-items: center;
  }

  .btn-primary {
    background: var(--ink);
    color: var(--white);
    padding: 14px 32px;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 8px;
    transition: background 0.2s;
  }

  .btn-primary:hover { background: var(--sage); }

  .btn-ghost {
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--mid);
    text-decoration: none;
    border-bottom: 1px solid var(--border);
    padding-bottom: 2px;
    transition: color 0.2s, border-color 0.2s;
  }

  .btn-ghost:hover { color: var(--ink); border-color: var(--ink); }

  .hero-right {
    position: relative;
    overflow: hidden;
    background: #2a2a28;
  }

  .hero-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .hero-stats {
    position: absolute;
    bottom: 40px;
    left: 32px;
    background: var(--white);
    padding: 24px 32px;
    display: flex;
    gap: 40px;
  }

  .stat-item {}
  .stat-number {
    font-family: 'Cormorant Garamond', serif;
    font-size: 36px;
    font-weight: 400;
    color: var(--ink);
    line-height: 1;
  }
  .stat-label {
    font-size: 10px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--mid);
    margin-top: 4px;
  }

  /* ABOUT */
  .about {
    position: relative;
    padding: 120px 48px;
    background: var(--warm);
    overflow: hidden;
  }

  .about-watermark {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Cormorant Garamond', serif;
    font-size: 28vw;
    font-weight: 300;
    color: rgba(26,26,26,0.04);
    line-height: 1;
    user-select: none;
    pointer-events: none;
  }

  .about-inner {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
  }

  .about-label {
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--sage);
    margin-bottom: 24px;
  }

  .about-title {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: clamp(36px, 3.5vw, 56px);
    line-height: 1.15;
    color: var(--ink);
    margin-bottom: 32px;
  }

  .about-body {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
    font-weight: 300;
    margin-bottom: 24px;
  }

  .about-signature {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-style: italic;
    color: var(--sage);
    margin-top: 32px;
  }

  .about-image {
    position: relative;
  }

  .about-image img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    display: block;
  }

  .about-image-caption {
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--mid);
    margin-top: 12px;
  }

  /* SERVICES */
  .services {
    padding: 120px 48px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 64px;
    border-bottom: 1px solid var(--border);
    padding-bottom: 32px;
  }

  .section-label {
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--sage);
    margin-bottom: 12px;
  }

  .section-title {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: clamp(32px, 3vw, 48px);
    line-height: 1.15;
    color: var(--ink);
  }

  .section-count {
    font-family: 'Cormorant Garamond', serif;
    font-size: 80px;
    font-weight: 300;
    color: var(--border);
    line-height: 1;
  }

  .services-list {
    border-top: 1px solid var(--border);
  }
  .service-row {
    display: flex;
    align-items: baseline;
    gap: 24px;
    padding: 20px 0;
    border-bottom: 1px solid var(--border);
    transition: padding-left 0.2s;
    cursor: default;
  }
  .service-row:hover { padding-left: 8px; }
  .sr-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 12px;
    color: var(--mid);
    min-width: 24px;
    flex-shrink: 0;
  }
  .sr-name {
    font-size: 15px;
    font-weight: 500;
    color: var(--ink);
    min-width: 220px;
    flex-shrink: 0;
  }
  .sr-detail {
    font-size: 13px;
    color: #999;
    font-weight: 300;
  }
  @media (max-width: 600px) {
    .service-row { flex-wrap: wrap; gap: 4px; }
    .sr-detail { width: 100%; margin-left: 48px; }
  }

  /* WORK STRIP */
  .work {
    padding: 0 0 120px;
  }

  .work-header {
    padding: 80px 48px 48px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .work-strip {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
  }

  .work-item {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3/4;
  }

  .work-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
  }

  .work-item:hover img { transform: scale(1.04); }

  .work-overlay {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 20px 16px 16px;
    background: linear-gradient(to top, rgba(0,0,0,0.5) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.3s;
  }

  .work-item:hover .work-overlay { opacity: 1; }

  .work-overlay-text {
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.85);
  }

  /* COMMERCIAL */
  .commercial {
    background: var(--ink);
    color: var(--white);
    padding: 120px 48px;
    margin-top: 0;
  }

  .commercial-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
  }

  .commercial-label {
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--sage);
    margin-bottom: 24px;
  }

  .commercial-title {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: clamp(36px, 3.5vw, 56px);
    line-height: 1.15;
    color: var(--white);
    margin-bottom: 32px;
  }

  .commercial-body {
    font-size: 15px;
    color: rgba(255,255,255,0.55);
    line-height: 1.8;
    font-weight: 300;
    margin-bottom: 40px;
  }

  .commercial-objects {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border: 1px solid rgba(255,255,255,0.1);
  }

  .object-item {
    padding: 20px 24px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    border-right: 1px solid rgba(255,255,255,0.08);
  }

  .object-item:nth-child(even) { border-right: none; }
  .object-item:nth-last-child(-n+2) { border-bottom: none; }

  .object-name {
    font-size: 13px;
    font-weight: 400;
    color: var(--white);
    letter-spacing: 0.05em;
  }

  .object-desc {
    font-size: 11px;
    color: rgba(255,255,255,0.4);
    margin-top: 4px;
  }

  .commercial-image img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block;
    filter: brightness(0.85);
  }

  /* CONTACT */
  .contact {
    padding: 120px 48px;
    background: var(--sage-light);
  }

  .contact-inner {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
  }

  .contact-label {
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--sage);
    margin-bottom: 24px;
  }

  .contact-title {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: clamp(36px, 4vw, 64px);
    line-height: 1.1;
    color: var(--ink);
    margin-bottom: 24px;
  }

  .contact-sub {
    font-size: 15px;
    color: #666;
    font-weight: 300;
    margin-bottom: 48px;
    line-height: 1.7;
  }

  .contact-methods {
    display: flex;
    justify-content: center;
    gap: 48px;
    margin-bottom: 40px;
  }

  .contact-method {
    text-align: center;
  }

  .contact-method-label {
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--mid);
    margin-bottom: 8px;
  }

  .contact-method-value {
    font-size: 16px;
    color: var(--ink);
    font-weight: 400;
    text-decoration: none;
  }

  .contact-method-value:hover { color: var(--sage); }

  .contact-area {
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--mid);
    padding: 16px 0;
    border-top: 1px solid var(--border);
  }

  /* FOOTER */
  footer {
    padding: 32px 48px;
    border-top: 1px solid var(--border);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .footer-brand {
    font-size: 12px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--mid);
  }

  .footer-note {
    font-size: 11px;
    color: #bbb;
  }

  /* RESPONSIVE */
  @media (max-width: 900px) {
    nav { padding: 20px 24px; }
    .hero { grid-template-columns: 1fr; }
    .hero-right { height: 50vh; }
    .hero-left { padding: 60px 24px; }
    .about-inner { grid-template-columns: 1fr; gap: 40px; }
    .about { padding: 80px 24px; }
    .services { padding: 80px 24px; }
    .services-grid { grid-template-columns: 1fr; }
    .work-strip { grid-template-columns: repeat(2, 1fr); }
    .commercial { padding: 80px 24px; }
    .commercial-inner { grid-template-columns: 1fr; gap: 40px; }
    .contact { padding: 80px 24px; }
    .contact-methods { flex-direction: column; gap: 24px; }
    footer { flex-direction: column; gap: 8px; text-align: center; padding: 24px; }
    .section-header { flex-direction: column; align-items: flex-start; gap: 16px; }
    .work-header { padding: 60px 24px 40px; }
  }


  /* PEEL STAGE */
  .peel-hint {
    font-size: 11px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--mid);
    margin-bottom: 14px;
  }
  .peel-hint span {
    color: var(--sage);
    letter-spacing: 0.04em;
    font-style: italic;
    text-transform: none;
  }
  .peel-stage {
    position: relative;
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
  }
  .peel-photos {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 2px;
  }
  .peel-photos img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .peel-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
  }
  .peel-piece {
    position: absolute;
    inset: 0;
    cursor: pointer;
    pointer-events: all;
    transition: filter 0.2s;
    will-change: transform, opacity;
  }
  .peel-piece:hover {
    filter: brightness(1.06) drop-shadow(0 2px 8px rgba(0,0,0,0.3));
  }
  .peel-piece .pp-img {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    pointer-events: none;
    user-select: none;
  }
  .peel-piece.torn {
    animation: tearOff 0.75s cubic-bezier(0.22,1,0.36,1) forwards;
    pointer-events: none;
  }
  @keyframes tearOff {
    0%   { opacity:1; transform: translate(0,0) rotate(0deg) scaleY(1); }
    25%  { opacity:1; transform: translate(var(--tx, -10px), -8px) rotate(var(--rot, -4deg)) scaleY(0.97); }
    65%  { opacity:0.7; transform: translate(calc(var(--tx, -10px)*3), 60px) rotate(calc(var(--rot, -4deg)*2)) scaleY(0.8); }
    100% { opacity:0; transform: translate(calc(var(--tx, -10px)*5), 160px) rotate(calc(var(--rot, -4deg)*3)) scaleY(0.5); }
  }


  /* COMMERCIAL FADES */
  .commercial { position: relative; }
  .commercial-fade-top { display: none; /* removed */ 
    position: absolute; top: 0; left: 0; right: 0; height: 60px;
    background: linear-gradient(to bottom, var(--warm), transparent);
    pointer-events: none; z-index: 1;
  }
  .commercial-fade-bottom { display: none; /* removed */ 
    position: absolute; bottom: 0; left: 0; right: 0; height: 60px;
    background: linear-gradient(to top, var(--sage-light), transparent);
    pointer-events: none; z-index: 1;
  }

  /* HAMBURGER NAV */
  .nav-hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
  }
  .nav-hamburger svg { display: block; transition: transform 0.2s; }
  .nav-hamburger.open .icon-roll { display: none !important; }
  .nav-hamburger.open .icon-close { display: block !important; }

  @media (max-width: 900px) {
    .nav-hamburger { display: flex !important; }
    
  }

  /* FOOTER */
  footer {
    padding: 40px 48px;
    border-top: 1px solid var(--border);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    gap: 24px;
  }
  .footer-brand {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ink);
  }
  .footer-sub {
    font-size: 11px;
    color: var(--mid);
    margin-top: 4px;
    letter-spacing: 0.05em;
  }
  .footer-center { text-align: center; }
  .footer-right { text-align: right; display: flex; flex-direction: column; gap: 4px; }
  .footer-link {
    font-size: 12px;
    color: var(--mid);
    text-decoration: none;
    transition: color 0.2s;
  }
  .footer-link:hover { color: var(--ink); }
  @media (max-width: 900px) {
    footer { grid-template-columns: 1fr; gap: 16px; padding: 32px 24px; text-align: left; }
    .footer-center, .footer-right { text-align: left; }
  }

  /* ABOUT CREDIT */
  .about-credit {
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--mid);
    margin-top: 32px;
    padding-top: 20px;
    border-top: 1px solid var(--border);
  }

  /* ABOUT SIGNATURE remove old */
  .about-signature { display: none; }


  /* Rounded buttons global */
  .btn-primary, .btn-ghost, .nav-cta { border-radius: 8px; }
  .btn-ghost { border-radius: 0; border-bottom: 1px solid var(--border); }

  /* === MERGED ADDITIONS === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --white: #F8F5F0;
    --ink: #1A1A1A;
    --sage: #4A5C4E;
    --sage-light: #DFE8E1;
    --warm: #EDE8E0;
    --mid: #888;
    --border: #D8D2C8;
  }

  html { scroll-behavior: smooth; }

  body {
    font-family: 'DM Sans', sans-serif;
    background: var(--white);
    color: var(--ink);
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
  }

  /* NAV */
  nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 48px;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--border);
  }

  .nav-brand {
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--ink);
    text-decoration: none;
  }

  .nav-links { display: flex; gap: 40px; list-style: none; }

  .nav-links a {
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--mid);
    text-decoration: none;
    transition: color 0.2s;
  }

  .nav-links a:hover { color: var(--ink); }

  .nav-cta {
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--white) !important;
    background: var(--ink);
    padding: 10px 24px;
    text-decoration: none;
    border-radius: 8px;
    transition: background 0.2s;
  }

  .nav-cta:hover { background: var(--sage) !important; }

  /* HERO */
  .hero {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 80px;
  }

  .hero-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 64px 80px 48px;
  }

  .hero-eyebrow {
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--sage);
    margin-bottom: 32px;
  }

  .hero-headline {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: clamp(52px, 5.5vw, 86px);
    line-height: 1.05;
    color: var(--ink);
    margin-bottom: 40px;
    letter-spacing: -0.02em;
  }

  .hero-headline em {
    font-style: italic;
    color: var(--sage);
  }

  .hero-sub {
    font-size: 15px;
    color: var(--mid);
    max-width: 380px;
    line-height: 1.7;
    margin-bottom: 48px;
    font-weight: 300;
  }

  .hero-actions {
    display: flex;
    gap: 20px;
    align-items: center;
  }

  .btn-primary {
    background: var(--ink);
    color: var(--white);
    padding: 14px 32px;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 8px;
    transition: background 0.2s;
  }

  .btn-primary:hover { background: var(--sage); }

  .btn-ghost {
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--mid);
    text-decoration: none;
    border-bottom: 1px solid var(--border);
    padding-bottom: 2px;
    transition: color 0.2s, border-color 0.2s;
  }

  .btn-ghost:hover { color: var(--ink); border-color: var(--ink); }

  .hero-right {
    position: relative;
    overflow: hidden;
    background: #2a2a28;
  }

  .hero-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .hero-stats {
    position: absolute;
    bottom: 40px;
    left: 32px;
    background: var(--white);
    padding: 24px 32px;
    display: flex;
    gap: 40px;
  }

  .stat-item {}
  .stat-number {
    font-family: 'Cormorant Garamond', serif;
    font-size: 36px;
    font-weight: 400;
    color: var(--ink);
    line-height: 1;
  }
  .stat-label {
    font-size: 10px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--mid);
    margin-top: 4px;
  }

  /* ABOUT */
  .about {
    position: relative;
    padding: 120px 48px;
    background: var(--warm);
    overflow: hidden;
  }

  .about-watermark {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Cormorant Garamond', serif;
    font-size: 28vw;
    font-weight: 300;
    color: rgba(26,26,26,0.04);
    line-height: 1;
    user-select: none;
    pointer-events: none;
  }

  .about-inner {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
  }

  .about-label {
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--sage);
    margin-bottom: 24px;
  }

  .about-title {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: clamp(36px, 3.5vw, 56px);
    line-height: 1.15;
    color: var(--ink);
    margin-bottom: 32px;
  }

  .about-body {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
    font-weight: 300;
    margin-bottom: 24px;
  }

  .about-signature {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-style: italic;
    color: var(--sage);
    margin-top: 32px;
  }

  .about-image {
    position: relative;
  }

  .about-image img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    display: block;
  }

  .about-image-caption {
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--mid);
    margin-top: 12px;
  }

  /* SERVICES */
  .services {
    padding: 120px 48px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 64px;
    border-bottom: 1px solid var(--border);
    padding-bottom: 32px;
  }

  .section-label {
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--sage);
    margin-bottom: 12px;
  }

  .section-title {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: clamp(32px, 3vw, 48px);
    line-height: 1.15;
    color: var(--ink);
  }

  .section-count {
    font-family: 'Cormorant Garamond', serif;
    font-size: 80px;
    font-weight: 300;
    color: var(--border);
    line-height: 1;
  }

  .services-list {
    border-top: 1px solid var(--border);
  }
  .service-row {
    display: flex;
    align-items: baseline;
    gap: 24px;
    padding: 20px 0;
    border-bottom: 1px solid var(--border);
    transition: padding-left 0.2s;
    cursor: default;
  }
  .service-row:hover { padding-left: 8px; }
  .sr-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 12px;
    color: var(--mid);
    min-width: 24px;
    flex-shrink: 0;
  }
  .sr-name {
    font-size: 15px;
    font-weight: 500;
    color: var(--ink);
    min-width: 220px;
    flex-shrink: 0;
  }
  .sr-detail {
    font-size: 13px;
    color: #999;
    font-weight: 300;
  }
  @media (max-width: 600px) {
    .service-row { flex-wrap: wrap; gap: 4px; }
    .sr-detail { width: 100%; margin-left: 48px; }
  }

  /* WORK STRIP */
  .work {
    padding: 0 0 120px;
  }

  .work-header {
    padding: 80px 48px 48px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .work-strip {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
  }

  .work-item {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3/4;
  }

  .work-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
  }

  .work-item:hover img { transform: scale(1.04); }

  .work-overlay {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 20px 16px 16px;
    background: linear-gradient(to top, rgba(0,0,0,0.5) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.3s;
  }

  .work-item:hover .work-overlay { opacity: 1; }

  .work-overlay-text {
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.85);
  }

  /* COMMERCIAL */
  .commercial {
    background: var(--ink);
    color: var(--white);
    padding: 120px 48px;
    margin-top: 0;
  }

  .commercial-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
  }

  .commercial-label {
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--sage);
    margin-bottom: 24px;
  }

  .commercial-title {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: clamp(36px, 3.5vw, 56px);
    line-height: 1.15;
    color: var(--white);
    margin-bottom: 32px;
  }

  .commercial-body {
    font-size: 15px;
    color: rgba(255,255,255,0.55);
    line-height: 1.8;
    font-weight: 300;
    margin-bottom: 40px;
  }

  .commercial-objects {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border: 1px solid rgba(255,255,255,0.1);
  }

  .object-item {
    padding: 20px 24px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    border-right: 1px solid rgba(255,255,255,0.08);
  }

  .object-item:nth-child(even) { border-right: none; }
  .object-item:nth-last-child(-n+2) { border-bottom: none; }

  .object-name {
    font-size: 13px;
    font-weight: 400;
    color: var(--white);
    letter-spacing: 0.05em;
  }

  .object-desc {
    font-size: 11px;
    color: rgba(255,255,255,0.4);
    margin-top: 4px;
  }

  .commercial-image img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block;
    filter: brightness(0.85);
  }

  /* CONTACT */
  .contact {
    padding: 120px 48px;
    background: var(--sage-light);
  }

  .contact-inner {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
  }

  .contact-label {
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--sage);
    margin-bottom: 24px;
  }

  .contact-title {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: clamp(36px, 4vw, 64px);
    line-height: 1.1;
    color: var(--ink);
    margin-bottom: 24px;
  }

  .contact-sub {
    font-size: 15px;
    color: #666;
    font-weight: 300;
    margin-bottom: 48px;
    line-height: 1.7;
  }

  .contact-methods {
    display: flex;
    justify-content: center;
    gap: 48px;
    margin-bottom: 40px;
  }

  .contact-method {
    text-align: center;
  }

  .contact-method-label {
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--mid);
    margin-bottom: 8px;
  }

  .contact-method-value {
    font-size: 16px;
    color: var(--ink);
    font-weight: 400;
    text-decoration: none;
  }

  .contact-method-value:hover { color: var(--sage); }

  .contact-area {
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--mid);
    padding: 16px 0;
    border-top: 1px solid var(--border);
  }

  /* FOOTER */
  footer {
    padding: 32px 48px;
    border-top: 1px solid var(--border);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .footer-brand {
    font-size: 12px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--mid);
  }

  .footer-note {
    font-size: 11px;
    color: #bbb;
  }

  /* RESPONSIVE */
  @media (max-width: 900px) {
    nav { padding: 20px 24px; }
    .hero { grid-template-columns: 1fr; }
    .hero-right { height: 50vh; }
    .hero-left { padding: 60px 24px; }
    .about-inner { grid-template-columns: 1fr; gap: 40px; }
    .about { padding: 80px 24px; }
    .services { padding: 80px 24px; }
    .services-grid { grid-template-columns: 1fr; }
    .work-strip { grid-template-columns: repeat(2, 1fr); }
    .commercial { padding: 80px 24px; }
    .commercial-inner { grid-template-columns: 1fr; gap: 40px; }
    .contact { padding: 80px 24px; }
    .contact-methods { flex-direction: column; gap: 24px; }
    footer { flex-direction: column; gap: 8px; text-align: center; padding: 24px; }
    .section-header { flex-direction: column; align-items: flex-start; gap: 16px; }
    .work-header { padding: 60px 24px 40px; }
  }


  /* PEEL STAGE */
  .peel-hint {
    font-size: 11px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--mid);
    margin-bottom: 14px;
  }
  .peel-hint span {
    color: var(--sage);
    letter-spacing: 0.04em;
    font-style: italic;
    text-transform: none;
  }
  .peel-stage {
    position: relative;
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
  }
  .peel-photos {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 2px;
  }
  .peel-photos img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .peel-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
  }
  .peel-piece {
    position: absolute;
    inset: 0;
    cursor: pointer;
    pointer-events: all;
    transition: filter 0.2s;
    will-change: transform, opacity;
  }
  .peel-piece:hover {
    filter: brightness(1.06) drop-shadow(0 2px 8px rgba(0,0,0,0.3));
  }
  .peel-piece .pp-img {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    pointer-events: none;
    user-select: none;
  }
  .peel-piece.torn {
    animation: tearOff 0.75s cubic-bezier(0.22,1,0.36,1) forwards;
    pointer-events: none;
  }
  @keyframes tearOff {
    0%   { opacity:1; transform: translate(0,0) rotate(0deg) scaleY(1); }
    25%  { opacity:1; transform: translate(var(--tx, -10px), -8px) rotate(var(--rot, -4deg)) scaleY(0.97); }
    65%  { opacity:0.7; transform: translate(calc(var(--tx, -10px)*3), 60px) rotate(calc(var(--rot, -4deg)*2)) scaleY(0.8); }
    100% { opacity:0; transform: translate(calc(var(--tx, -10px)*5), 160px) rotate(calc(var(--rot, -4deg)*3)) scaleY(0.5); }
  }


  /* COMMERCIAL FADES */
  .commercial { position: relative; }
  .commercial-fade-top { display: none; /* removed */ 
    position: absolute; top: 0; left: 0; right: 0; height: 60px;
    background: linear-gradient(to bottom, var(--warm), transparent);
    pointer-events: none; z-index: 1;
  }
  .commercial-fade-bottom { display: none; /* removed */ 
    position: absolute; bottom: 0; left: 0; right: 0; height: 60px;
    background: linear-gradient(to top, var(--sage-light), transparent);
    pointer-events: none; z-index: 1;
  }

  /* HAMBURGER NAV */
  .nav-hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
  }
  .nav-hamburger svg { display: block; transition: transform 0.2s; }
  .nav-hamburger.open .icon-roll { display: none !important; }
  .nav-hamburger.open .icon-close { display: block !important; }



  /* FOOTER */
  footer {
    padding: 40px 48px;
    border-top: 1px solid var(--border);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    gap: 24px;
  }
  .footer-brand {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ink);
  }
  .footer-sub {
    font-size: 11px;
    color: var(--mid);
    margin-top: 4px;
    letter-spacing: 0.05em;
  }
  .footer-center { text-align: center; }
  .footer-right { text-align: right; display: flex; flex-direction: column; gap: 4px; }
  .footer-link {
    font-size: 12px;
    color: var(--mid);
    text-decoration: none;
    transition: color 0.2s;
  }
  .footer-link:hover { color: var(--ink); }
  @media (max-width: 900px) {
    footer { grid-template-columns: 1fr; gap: 16px; padding: 32px 24px; text-align: left; }
    .footer-center, .footer-right { text-align: left; }
  }

  /* ABOUT CREDIT */
  .about-credit {
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--mid);
    margin-top: 32px;
    padding-top: 20px;
    border-top: 1px solid var(--border);
  }

  /* ABOUT SIGNATURE remove old */
  .about-signature { display: none; }


  /* NAV LAYOUT FIX */
  @media (min-width: 901px) {
    .nav-hamburger { display: none !important; }
      }


  /* ── NAV CLEAN ── */
  @media (min-width: 901px) {
    .nav-hamburger { display: none !important; }
    .nav-links {
      display: flex !important;
      position: static !important;
      background: none !important;
      border: none !important;
      border-radius: 0 !important;
      padding: 0 !important;
      box-shadow: none !important;
      flex-direction: row !important;
      gap: 40px !important;
      max-height: none !important;
      overflow: visible !important;
    }
    .nav-links li { opacity: 1 !important; transform: none !important; transition: none !important; }
    .nav-links a { color: var(--mid) !important; padding: 0 !important; border: none !important; font-size: 12px !important; letter-spacing: 0.12em !important; }
    .nav-links a:hover { color: var(--ink) !important; padding-left: 0 !important; background: none !important; }
  }

  @media (max-width: 900px) {
    .nav-hamburger { display: flex !important; }

    .nav-links {
      display: flex;
      position: fixed;
      top: 65px; left: 16px; right: 16px;
      background: #1A1A1A;
      border-radius: 0 0 20px 20px;
      flex-direction: column;
      gap: 0;
      padding: 0 12px;
      box-shadow: 0 20px 60px rgba(0,0,0,0.4);
      z-index: 999;
      max-height: 0;
      overflow: hidden;
      /* Smooth roll — 15% slower than typical */
      transition: max-height 0.65s cubic-bezier(0.16,1,0.3,1), padding 0.45s ease;
    }
    .nav-links.open {
      max-height: 380px;
      padding: 8px 12px 20px;
    }
    /* Stagger items with CSS only — no JS inline styles */
    .nav-links li {
      width: 100%;
      opacity: 0;
      transform: translateY(-12px);
      transition: opacity 0.3s ease, transform 0.35s cubic-bezier(0.16,1,0.3,1);
    }
    .nav-links.open li:nth-child(1) { opacity: 1; transform: none; transition-delay: 0.12s; }
    .nav-links.open li:nth-child(2) { opacity: 1; transform: none; transition-delay: 0.20s; }
    .nav-links.open li:nth-child(3) { opacity: 1; transform: none; transition-delay: 0.28s; }
    .nav-links.open li:nth-child(4) { opacity: 1; transform: none; transition-delay: 0.36s; }
    .nav-links a {
      display: block;
      padding: 15px 16px !important;
      font-size: 14px !important;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.82) !important;
      text-decoration: none;
      border-bottom: 1px solid rgba(255,255,255,0.07);
      transition: color 0.15s, padding-left 0.2s !important;
    }
    .nav-links li:last-child a { border-bottom: none; }
    .nav-links a:hover { color: #fff !important; padding-left: 22px !important; }
  }

  /* Backdrop blur when menu open */
  body.nav-open .hero,
  body.nav-open section:not(nav) {
    filter: blur(3px);
    transition: filter 0.4s ease;
  }
  body:not(.nav-open) .hero,
  body:not(.nav-open) section {
    filter: none;
    transition: filter 0.35s ease;
  }
  /* Desktop */
  @media (min-width: 901px) {
    .nav-hamburger { display: none !important; }
    .nav-links {
      display: flex !important;
      position: static;
      background: none;
      border: none;
      border-radius: 0;
      padding: 0;
      box-shadow: none;
      flex-direction: row;
      gap: 40px;
      max-height: none;
      overflow: visible;
    }
    .nav-links li { opacity: 1 !important; transform: none !important; }
  }

  /* Mobile */
  @media (max-width: 900px) {
    .nav-hamburger { display: flex !important; }

    .nav-links {
      position: fixed;
      top: 65px; left: 16px; right: 16px;
      background: #1A1A1A;
      border-radius: 0 0 20px 20px;
      flex-direction: column;
      gap: 0;
      padding: 0 12px;
      box-shadow: 0 20px 60px rgba(0,0,0,0.4);
      z-index: 999;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.55s cubic-bezier(0.16,1,0.3,1), padding 0.4s ease;
      display: flex;
    }
    .nav-links.open {
      max-height: 380px;
      padding: 8px 12px 20px;
    }
    .nav-links li {
      width: 100%;
      opacity: 0;
      transform: translateY(-10px);
      transition: opacity 0.25s, transform 0.25s;
    }
    .nav-links.open li { opacity: 1; transform: translateY(0); }
    .nav-links.open li:nth-child(1) { transition-delay: 0.10s; }
    .nav-links.open li:nth-child(2) { transition-delay: 0.17s; }
    .nav-links.open li:nth-child(3) { transition-delay: 0.24s; }
    .nav-links.open li:nth-child(4) { transition-delay: 0.31s; }
    .nav-links a {
      display: block;
      padding: 15px 16px;
      font-size: 14px;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.82) !important;
      text-decoration: none;
      border-bottom: 1px solid rgba(255,255,255,0.07);
      transition: color 0.15s, padding-left 0.15s;
    }
    .nav-links li:last-child a { border-bottom: none; }
    .nav-links a:hover { color: #fff !important; padding-left: 22px; }
  }
