:root {
        --bg: #f7f3ee;
        --bg-soft: #fdfaf7;
        --surface: rgba(253, 250, 247, 0.82);
        --surface-strong: #e8d9cc;
        --text: #2c1f14;
        --text-soft: #6e5a48;
        --line: rgba(44, 31, 20, 0.12);
        --accent: #b8966a;
        --accent-soft: #c9a98a;
        --accent-deep: #2c1f14;
        --white: #fdfaf7;
        --shadow: 0 22px 60px rgba(44, 31, 20, 0.14);
        --radius-lg: 30px;
        --radius-md: 20px;
        --radius-sm: 999px;
        --shell: min(1200px, calc(100vw - 2rem));
        --font-display: "Cormorant Garamond", Georgia, serif;
        --font-sans: "Red Hat Display", Arial, sans-serif;
      }

      * {
        box-sizing: border-box;
      }

      html {
        scroll-behavior: smooth;
      }

      body {
        margin: 0;
        font-family: var(--font-sans);
        color: var(--text);
        background:
          radial-gradient(circle at top left, rgba(230, 210, 188, 0.55), transparent 30%),
          linear-gradient(180deg, #fbf7f1 0%, #f5eee3 42%, #f3eadf 100%);
        line-height: 1.6;
      }

      img,
      svg {
        display: block;
        max-width: 100%;
      }

      a {
        color: inherit;
        text-decoration: none;
      }

      button {
        font: inherit;
      }

      h1,
      h2,
      h3,
      p,
      ul {
        margin: 0;
      }

      ul {
        padding: 0;
        list-style: none;
      }

      h1,
      h2,
      h3 {
        font-family: var(--font-display);
        font-weight: 600;
        line-height: 0.95;
        letter-spacing: -0.02em;
      }

      h1 {
        font-size: clamp(3.5rem, 9vw, 7.1rem);
      }

      h2 {
        font-size: clamp(2.4rem, 5vw, 4.5rem);
      }

      h3 {
        font-size: clamp(1.85rem, 3vw, 2.7rem);
      }

      .shell {
        width: var(--shell);
        margin: 0 auto;
      }

      .eyebrow {
        display: inline-block;
        margin-bottom: 1rem;
        font-size: 0.78rem;
        font-weight: 700;
        letter-spacing: 0.16em;
        text-transform: uppercase;
        color: var(--accent);
      }

      .eyebrow--light {
        color: rgba(255, 250, 245, 0.9);
      }

      .site-header {
        position: fixed;
        inset: 0 0 auto;
        z-index: 20;
        transition: background-color 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
      }

      .site-header.is-scrolled {
        background: rgba(251, 248, 243, 0.92);
        backdrop-filter: blur(18px);
        box-shadow: 0 12px 34px rgba(60, 40, 29, 0.08);
        border-bottom: 1px solid rgba(60, 40, 29, 0.08);
      }

      .header-inner {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
        min-height: 94px;
        gap: 1rem;
      }

      .desktop-nav {
        display: flex;
        align-items: center;
        gap: 1.5rem;
        font-size: 0.9rem;
        font-weight: 500;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: var(--white);
      }

      .desktop-nav a,
      .desktop-nav button,
      .header-actions a,
      .brand {
        transition: opacity 180ms ease, color 180ms ease, border-color 180ms ease, background-color 180ms ease;
      }

      .site-header.is-scrolled .desktop-nav,
      .site-header.is-scrolled .brand,
      .site-header.is-scrolled .menu-toggle {
        color: var(--text);
      }

      .desktop-nav a:hover,
      .desktop-nav a:focus-visible,
      .desktop-nav button:hover,
      .desktop-nav button:focus-visible,
      .footer-links a:hover,
      .footer-links a:focus-visible {
        opacity: 0.7;
      }

      .nav-dropdown {
        position: relative;
      }

      .nav-dropdown__trigger {
        display: inline-flex;
        align-items: center;
        gap: 0.45rem;
        padding: 0;
        border: 0;
        background: transparent;
        color: inherit;
        cursor: pointer;
        font: inherit;
        letter-spacing: inherit;
        text-transform: inherit;
      }

      .nav-dropdown__trigger::after {
        content: "";
        width: 0.42rem;
        height: 0.42rem;
        border-right: 1px solid currentColor;
        border-bottom: 1px solid currentColor;
        transform: translateY(-2px) rotate(45deg);
        transition: transform 180ms ease;
      }

      .nav-dropdown.is-open .nav-dropdown__trigger::after {
        transform: translateY(1px) rotate(225deg);
      }

      .nav-dropdown__menu {
        position: absolute;
        top: calc(100% + 0.8rem);
        left: 0;
        min-width: 14rem;
        display: grid;
        gap: 0.2rem;
        padding: 0.75rem;
        border: 1px solid rgba(60, 40, 29, 0.08);
        border-radius: 20px;
        background: rgba(251, 248, 243, 0.98);
        box-shadow: var(--shadow);
        color: var(--text);
        font-size: 0.92rem;
        letter-spacing: normal;
        text-transform: none;
        opacity: 0;
        pointer-events: none;
        transform: translateY(-6px);
        transition: opacity 180ms ease, transform 180ms ease;
      }

      .nav-dropdown.is-open .nav-dropdown__menu {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
      }

      .nav-dropdown__menu a {
        padding: 0.55rem 0.65rem;
        border-radius: 12px;
      }

      .nav-dropdown__menu a:hover,
      .nav-dropdown__menu a:focus-visible {
        background: rgba(60, 40, 29, 0.06);
        opacity: 1;
      }

      .brand {
        justify-self: center;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        color: var(--white);
      }

      .brand__name {
        font-family: var(--font-display);
        font-size: clamp(1.7rem, 2.4vw, 2.3rem);
        line-height: 0.9;
        letter-spacing: 0.03em;
      }

      .brand__tag {
        margin-top: 0.15rem;
        font-size: 0.68rem;
        font-weight: 700;
        letter-spacing: 0.28em;
        text-transform: uppercase;
      }

      .header-actions {
        justify-self: end;
      }

      .button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 48px;
        padding: 0 1.25rem;
        border: 1px solid transparent;
        border-radius: var(--radius-sm);
        font-size: 0.84rem;
        font-weight: 700;
        letter-spacing: 0.12em;
        text-transform: uppercase;
      }

      .button--light {
        background: rgba(255, 250, 245, 0.94);
        color: var(--text);
      }

      .button--ghost {
        border-color: rgba(255, 250, 245, 0.58);
        color: var(--white);
      }

      .site-header.is-scrolled .button--ghost {
        border-color: rgba(60, 40, 29, 0.14);
        color: var(--text);
      }

      .button--dark {
        background: var(--accent-deep);
        color: var(--white);
      }

      .button:hover,
      .button:focus-visible {
        transform: translateY(-1px);
      }

      .menu-toggle {
        display: none;
        align-items: center;
        justify-content: center;
        width: 46px;
        height: 46px;
        border: 1px solid rgba(255, 250, 245, 0.38);
        border-radius: 50%;
        background: transparent;
        color: var(--white);
        cursor: pointer;
      }

      .menu-toggle span {
        position: absolute;
        width: 18px;
        height: 1px;
        background: currentColor;
        transition: transform 180ms ease, opacity 180ms ease;
      }

      .menu-toggle span:nth-child(1) {
        transform: translateY(-6px);
      }

      .menu-toggle span:nth-child(3) {
        transform: translateY(6px);
      }

      .menu-toggle.is-open span:nth-child(1) {
        transform: rotate(45deg);
      }

      .menu-toggle.is-open span:nth-child(2) {
        opacity: 0;
      }

      .menu-toggle.is-open span:nth-child(3) {
        transform: rotate(-45deg);
      }

      .mobile-menu {
        display: none;
      }

      .hero {
        position: relative;
        min-height: 100vh;
        overflow: hidden;
        background: #ab8f79;
      }

      .hero-art,
      .hero-overlay {
        position: absolute;
        inset: 0;
      }

      .hero-art img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .hero-overlay {
        background:
          linear-gradient(180deg, rgba(33, 21, 16, 0.12) 0%, rgba(33, 21, 16, 0.22) 35%, rgba(33, 21, 16, 0.68) 100%),
          linear-gradient(90deg, rgba(33, 21, 16, 0.34) 0%, rgba(33, 21, 16, 0) 60%);
      }

      .hero-content {
        position: relative;
        z-index: 1;
        display: flex;
        align-items: end;
        min-height: 100vh;
        padding: 8rem 0 4.6rem;
      }

      .hero-copy {
        max-width: 40rem;
        color: var(--white);
      }

      .hero-copy > p:last-of-type {
        max-width: 34rem;
        font-size: 1.08rem;
        color: rgba(255, 250, 245, 0.82);
      }

      .hero-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 0.9rem;
        margin-top: 2rem;
      }

      .section {
        padding: 6rem 0;
      }

      .section--warm {
        background: linear-gradient(180deg, rgba(233, 219, 201, 0.28), rgba(233, 219, 201, 0.05));
      }

      .section-copy {
        max-width: 50rem;
        margin: 0 auto 2.5rem;
        text-align: center;
      }

      .section-copy p:last-child {
        color: var(--text-soft);
        font-size: 1.02rem;
      }

      .services-grid {
        display: grid;
        grid-template-columns: repeat(12, minmax(0, 1fr));
        gap: 1rem;
      }

      .service-card {
        position: relative;
        overflow: hidden;
        border-radius: var(--radius-lg);
        min-height: 26rem;
        box-shadow: var(--shadow);
      }

      .service-card--wide {
        grid-column: span 3;
      }

      .service-card--tall {
        grid-column: span 3;
      }

      .service-card--full {
        grid-column: span 3;
      }

      .service-card__art,
      .service-card__art img,
      .service-card__art svg {
        width: 100%;
        height: 100%;
      }

      .service-card__art img,
      .service-card__art svg {
        display: block;
        object-fit: cover;
      }

      .service-card__content {
        position: absolute;
        inset: auto 0 0;
        padding: 1.3rem 1.35rem 1.45rem;
        background: linear-gradient(180deg, rgba(27, 18, 14, 0) 0%, rgba(27, 18, 14, 0.72) 100%);
        color: var(--white);
      }

      .service-card__label {
        display: inline-block;
        margin-bottom: 0.35rem;
        font-size: 0.72rem;
        font-weight: 700;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        color: rgba(255, 250, 245, 0.78);
      }

      .service-card__title {
        font-family: var(--font-display);
        font-size: clamp(2rem, 3vw, 2.9rem);
      }

      .service-card__hint {
        margin-top: 0.25rem;
        font-size: 0.9rem;
        color: rgba(255, 250, 245, 0.76);
      }

      .studio-layout {
        display: grid;
        grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
        gap: 2rem;
        align-items: center;
      }

      .studio-visual {
        overflow: hidden;
        border-radius: var(--radius-lg);
        box-shadow: var(--shadow);
      }

      .studio-visual img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .studio-copy {
        display: grid;
        gap: 1rem;
      }

      .studio-copy p {
        color: var(--text-soft);
      }

      .press-strip {
        padding-top: 4.5rem;
      }

      .press-header {
        display: flex;
        align-items: end;
        justify-content: space-between;
        gap: 1.5rem;
      }

      .press-copy {
        max-width: 34rem;
      }

      .press-copy h2 {
        margin-top: 0.4rem;
        font-size: clamp(2.4rem, 4vw, 3.3rem);
      }

      .press-controls {
        display: inline-flex;
        gap: 0.75rem;
      }

      .press-control {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 3.2rem;
        height: 3.2rem;
        border: 1px solid rgba(90, 57, 42, 0.14);
        border-radius: 999px;
        background: rgba(255, 250, 245, 0.82);
        color: var(--accent-deep);
        box-shadow: 0 12px 30px rgba(60, 40, 29, 0.08);
        cursor: pointer;
        transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
      }

      .press-control:hover {
        transform: translateY(-1px);
        background: var(--white);
        border-color: rgba(90, 57, 42, 0.24);
      }

      .press-control:disabled {
        opacity: 0.45;
        cursor: default;
        transform: none;
      }

      .press-slider {
        display: flex;
        gap: 1rem;
        width: 100%;
        margin-top: 1.6rem;
        overflow-x: auto;
        padding: 0.25rem 0 0.5rem;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        overscroll-behavior-x: contain;
      }

      .press-slider::-webkit-scrollbar {
        display: none;
      }

      .press-card {
        flex: 0 0 calc((100% - 3rem) / 4);
        position: relative;
        min-height: 14.5rem;
        padding: 1.2rem;
        border: 1px solid rgba(90, 57, 42, 0.1);
        border-radius: var(--radius-lg);
        background:
          radial-gradient(circle at top right, rgba(219, 193, 171, 0.38), transparent 34%),
          linear-gradient(180deg, rgba(255, 252, 247, 0.94) 0%, rgba(244, 235, 225, 0.94) 100%);
        scroll-snap-align: start;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        text-decoration: none;
        color: inherit;
        transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
      }

      .press-card:hover,
      .press-card:focus-visible {
        transform: translateY(-2px);
        border-color: rgba(90, 57, 42, 0.18);
        box-shadow: 0 16px 38px rgba(60, 40, 29, 0.1);
      }

      .press-card:focus-visible {
        outline: 2px solid rgba(139, 93, 68, 0.4);
        outline-offset: 2px;
      }

      .press-card::before {
        content: '"';
        position: absolute;
        top: 1rem;
        right: 1.25rem;
        font-family: var(--font-display);
        font-size: 5rem;
        line-height: 1;
        color: rgba(139, 93, 68, 0.16);
      }

      .press-card:nth-child(3n + 2) {
        background:
          radial-gradient(circle at top right, rgba(200, 168, 122, 0.28), transparent 34%),
          linear-gradient(180deg, rgba(255, 249, 241, 0.94) 0%, rgba(241, 230, 217, 0.94) 100%);
      }

      .press-card:nth-child(3n + 3) {
        background:
          radial-gradient(circle at top right, rgba(176, 128, 96, 0.22), transparent 34%),
          linear-gradient(180deg, rgba(252, 246, 239, 0.96) 0%, rgba(237, 223, 210, 0.94) 100%);
      }

      .press-card__quote {
        max-width: 24ch;
        font-size: 0.98rem;
        line-height: 1.55;
        letter-spacing: 0;
        color: var(--accent-deep);
      }

      .press-card__meta {
        display: grid;
        gap: 0.18rem;
        padding-top: 0.9rem;
        border-top: 1px solid rgba(90, 57, 42, 0.1);
      }

      .press-card__label,
      .press-card__meta strong {
        font-size: 0.78rem;
        letter-spacing: 0.08em;
        text-transform: uppercase;
      }

      .press-card__label {
        color: var(--accent);
      }

      .press-card__meta strong {
        color: var(--text-soft);
      }

      .site-footer {
        padding: 4rem 0;
        border-top: 1px solid var(--line);
      }

      .footer-grid {
        display: grid;
        grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(0, 0.8fr));
        gap: 2rem;
      }

      .footer-brand {
        display: inline-flex;
        flex-direction: column;
        color: var(--text);
      }

      .footer-brand .brand__tag {
        color: var(--text-soft);
      }

      .footer-copy {
        margin-top: 1rem;
        max-width: 25rem;
        color: var(--text-soft);
      }

      .footer-links h4 {
        margin-bottom: 0.7rem;
        font-size: 0.78rem;
        font-family: var(--font-sans);
        font-weight: 700;
        letter-spacing: 0.16em;
        text-transform: uppercase;
        color: var(--text-soft);
      }

      .footer-links a {
        display: block;
        margin-top: 0.45rem;
        color: var(--text);
      }

      .visually-hidden {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
      }

      @media (max-width: 980px) {
        .services-grid {
          grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .service-card--wide,
        .service-card--tall,
        .service-card--full {
          grid-column: span 1;
        }

        .studio-layout,
        .footer-grid {
          grid-template-columns: 1fr;
        }
      }

      @media (max-width: 860px) {
        .header-inner {
          grid-template-columns: 46px 1fr 46px;
        }

        .desktop-nav,
        .header-actions {
          display: none;
        }

        .brand {
          justify-self: center;
        }

        .menu-toggle {
          position: relative;
          display: inline-flex;
        }

        .mobile-menu {
          position: absolute;
          top: calc(100% + 0.5rem);
          left: 1rem;
          right: 1rem;
          display: grid;
          gap: 0.9rem;
          padding: 1.15rem;
          border: 1px solid rgba(60, 40, 29, 0.08);
          border-radius: 24px;
          background: rgba(251, 248, 243, 0.98);
          box-shadow: var(--shadow);
          opacity: 0;
          pointer-events: none;
          transform: translateY(-6px);
          transition: opacity 180ms ease, transform 180ms ease;
        }

        .mobile-menu.is-open {
          opacity: 1;
          pointer-events: auto;
          transform: translateY(0);
        }

        .mobile-menu__group {
          display: grid;
          gap: 0.7rem;
        }

        .mobile-menu__group-toggle {
          display: flex;
          align-items: center;
          justify-content: space-between;
          width: 100%;
          padding: 0;
          border: 0;
          background: transparent;
          color: var(--text);
          cursor: pointer;
          text-align: left;
        }

        .mobile-menu__group-toggle::after {
          content: "+";
          font-size: 1.1rem;
          line-height: 1;
          color: var(--text-soft);
        }

        .mobile-menu__group.is-open .mobile-menu__group-toggle::after {
          content: "-";
        }

        .mobile-menu__group-title {
          font-size: 0.72rem;
          font-weight: 700;
          letter-spacing: 0.14em;
          text-transform: uppercase;
          color: var(--text-soft);
        }

        .mobile-menu__group-panel {
          display: none;
          gap: 0.7rem;
          padding-top: 0.15rem;
        }

        .mobile-menu__group.is-open .mobile-menu__group-panel {
          display: grid;
        }

        .mobile-menu a {
          color: var(--text);
        }

        .mobile-menu a.button--dark {
          color: var(--white);
        }
      }

      @media (max-width: 720px) {
        .hero-content {
          padding-top: 7.4rem;
          padding-bottom: 3.4rem;
        }

        .section {
          padding: 4rem 0;
        }

        .services-grid {
          grid-template-columns: 1fr;
        }

        .service-card {
          min-height: 22rem;
        }

        .press-slider {
          gap: 1rem;
        }

        .press-card {
          flex-basis: calc((100% - 1rem) / 2);
        }

        .press-card__quote {
          max-width: 26ch;
        }
      }

      @media (max-width: 720px) {
        .press-header {
          align-items: start;
          flex-direction: column;
        }

        .press-controls {
          width: 100%;
          justify-content: flex-end;
        }

        .press-slider {
          gap: 0.85rem;
        }

        .press-card {
          flex-basis: 86%;
          min-height: 16rem;
        }
      }

      @media (prefers-reduced-motion: reduce) {
        html {
          scroll-behavior: auto;
        }

        *,
        *::before,
        *::after {
          animation-duration: 0.01ms !important;
          animation-iteration-count: 1 !important;
          transition-duration: 0.01ms !important;
        }
      }
