  * { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body {
    background: #ffffff;
    color: #1a1a2e;
    font-family: 'Work Sans', system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
  }
  ::selection { background: #e8dcc6; color: #1a1a2e; }
  a { color: inherit; }

  header {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 26px clamp(24px, 5vw, 72px);
    background: rgba(255,255,255,0.92);
    border-bottom: 1px solid #e0dccf;
  }
  .logo {
    text-decoration: none;
    color: #1a1a2e;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1;
    white-space: nowrap;
  }
  .logo img {
    display: block;
    height: 48px;
    width: auto;
  }
  .logo img.logo-mobile { display: none; }
  nav.primary-nav {
    display: flex;
    align-items: center;
    gap: clamp(22px, 3vw, 46px);
  }
  nav.primary-nav a {
    text-decoration: none;
    color: #1a1a2e;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    white-space: nowrap;
  }
  nav.primary-nav a[aria-current="page"] { color: #b08d57; }

  .nav-toggle {
    display: none;
    width: 32px;
    height: 22px;
    position: relative;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 110;
  }
  .nav-toggle span {
    position: absolute;
    left: 0; right: 0;
    height: 1px;
    background: #1a1a2e;
    transition: transform 0.35s ease, opacity 0.35s ease, top 0.35s ease;
  }
  .nav-toggle span:nth-child(1) { top: 0; }
  .nav-toggle span:nth-child(2) { top: 10px; }
  .nav-toggle span:nth-child(3) { top: 20px; }
  .nav-open .nav-toggle span:nth-child(1) { top: 10px; transform: rotate(45deg); }
  .nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  .nav-open .nav-toggle span:nth-child(3) { top: 10px; transform: rotate(-45deg); }

  .eyebrow {
    font-size: 12px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #b08d57;
    font-weight: 400;
  }

  .hero {
    padding: clamp(150px, 22vh, 260px) clamp(24px, 5vw, 72px) clamp(60px, 9vh, 110px);
    max-width: 1180px;
    margin: 0 auto;
  }
  .hero h1 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-weight: 300;
    font-size: clamp(46px, 7vw, 100px);
    line-height: 1.03;
    letter-spacing: -0.01em;
    margin-top: 34px;
    max-width: 14ch;
  }

  .lead-section {
    padding: 0 clamp(24px, 5vw, 72px) clamp(70px, 11vh, 130px);
    max-width: 1180px;
    margin: 0 auto;
  }
  .lead-section p {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: clamp(26px, 3.4vw, 46px);
    line-height: 1.28;
    letter-spacing: -0.005em;
    max-width: 24ch;
    color: #1a1a2e;
  }

  .story-section {
    padding: 0 clamp(24px, 5vw, 72px) clamp(90px, 14vh, 180px);
    max-width: 1180px;
    margin: 0 auto;
  }
  .story-grid {
    display: grid;
    grid-template-columns: 0.7fr 1.3fr;
    gap: clamp(40px, 8vw, 120px);
    align-items: start;
  }
  .story-grid .eyebrow { padding-top: 10px; }
  .story-grid p {
    font-size: clamp(16px, 1.35vw, 19px);
    line-height: 1.9;
    font-weight: 300;
    color: #4a4a5a;
    max-width: 60ch;
  }
  .story-grid p + p { margin-top: 30px; }

  .founder-section {
    padding: clamp(56px, 8vh, 96px) clamp(24px, 5vw, 72px) 0;
    max-width: 1180px;
    margin: 0 auto;
  }
  .founder-grid {
    display: grid;
    grid-template-columns: 0.7fr 1.3fr;
    gap: clamp(40px, 8vw, 110px);
    align-items: start;
  }
  .founder-portrait {
    aspect-ratio: 3 / 4;
    background-color: #f4efeb;
    background-image: repeating-linear-gradient(135deg, #ece7dd 0px, #ece7dd 2px, #f4efeb 2px, #f4efeb 22px);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .founder-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    display: block;
  }
  .founder-grid h2 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: clamp(30px, 4vw, 54px);
    line-height: 1.14;
    letter-spacing: -0.01em;
    margin-top: 26px;
    max-width: 18ch;
  }
  .founder-grid p {
    margin-top: 30px;
    font-size: clamp(16px, 1.35vw, 19px);
    line-height: 1.9;
    font-weight: 300;
    color: #4a4a5a;
    max-width: 60ch;
  }

  .conduct-section {
    padding: clamp(90px, 14vh, 180px) clamp(24px, 5vw, 72px) 0;
    max-width: 1180px;
    margin: 0 auto;
  }
  .conduct-image {
    margin: clamp(42px, 6vh, 72px) 0 0 auto;
    max-width: 620px;
  }
  .conduct-image figure { margin: 0; }
  .conduct-image img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: center center;
  }
  .conduct-image figcaption {
    margin-top: 18px;
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-weight: 400;
    font-size: clamp(18px, 1.6vw, 22px);
    line-height: 1.35;
    color: #6a6a78;
  }

  .honor-break {
    padding: clamp(78px, 12vh, 150px) clamp(24px, 5vw, 72px) 0;
  }
  .honor-break figure {
    max-width: 1180px;
    margin: 0 auto;
  }
  .honor-break img {
    display: block;
    width: 100%;
    height: clamp(320px, 50vh, 580px);
    object-fit: cover;
    object-position: center center;
  }

  .promise-section {
    padding: clamp(90px, 15vh, 190px) clamp(24px, 5vw, 72px);
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
  }
  .promise-section p.statement {
    margin-top: 34px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: clamp(26px, 3.6vw, 46px);
    line-height: 1.26;
    letter-spacing: -0.005em;
    color: #1a1a2e;
  }
  .promise-section .rule {
    width: 54px;
    height: 1px;
    background: #b08d57;
    margin: 42px auto;
  }
  .promise-section p.aside {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-weight: 400;
    font-size: clamp(20px, 2vw, 26px);
    color: #6a6a78;
  }

  .cta-section {
    border-top: 1px solid #e0dccf;
    padding: clamp(90px, 15vh, 180px) clamp(24px, 5vw, 72px);
    max-width: 1180px;
    margin: 0 auto;
    text-align: center;
  }
  .cta-section h2 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: clamp(34px, 5vw, 68px);
    line-height: 1.06;
    letter-spacing: -0.01em;
    margin-top: 24px;
  }
  .cta-section p {
    margin: 28px auto 0;
    max-width: 44ch;
    font-size: clamp(16px, 1.3vw, 18px);
    line-height: 1.85;
    font-weight: 300;
    color: #4a4a5a;
  }
  .cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 46px;
    border: 1px solid #1a1a2e;
    color: #1a1a2e;
    text-decoration: none;
    padding: 17px 38px;
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    transition: background 0.4s ease, color 0.4s ease;
  }
  .cta:hover { background: #1a1a2e; color: #ffffff; }
  .cta span { color: #b08d57; transition: color 0.4s ease; }
  .cta:hover span { color: #e8dcc6; }

  footer {
    border-top: 1px solid #e0dccf;
    padding: 60px clamp(24px, 5vw, 72px) 48px;
  }
  .footer-inner {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 32px;
  }
  .footer-brand span {
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.03em;
    display: block;
  }
  .footer-brand small {
    font-size: 12.5px;
    font-weight: 300;
    color: #6a6a78;
    letter-spacing: 0.04em;
  }
  .footer-brand img {
    display: block;
    height: 40px;
    width: auto;
  }
  .footer-brand img.logo-mobile { display: none; }
  footer nav { display: flex; gap: 30px; flex-wrap: wrap; }
  footer nav a {
    text-decoration: none;
    color: #6a6a78;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
  .footer-copy { font-size: 12px; font-weight: 300; color: #a8a8b0; }

  [data-reveal] { opacity: 0; transform: translateY(44px); }
  [data-reveal].is-visible { opacity: 1; transform: translateY(0); transition: opacity 1.5s cubic-bezier(0.16,1,0.3,1), transform 1.5s cubic-bezier(0.16,1,0.3,1); }
  @media (prefers-reduced-motion: reduce) {
    [data-reveal] { opacity: 1; transform: none; }
  }

  @media (max-width: 860px) {
    .logo img.logo-desktop, .footer-brand img.logo-desktop { display: none; }
    .logo img.logo-mobile, .footer-brand img.logo-mobile { display: block; }

    nav.primary-nav {
      position: fixed;
      inset: 0;
      flex-direction: column;
      justify-content: center;
      gap: 36px;
      background: #ffffff;
      transform: translateX(100%);
      transition: transform 0.4s ease;
    }
    nav.primary-nav a { font-size: 15px; }
    .nav-open nav.primary-nav { transform: translateX(0); }
    .nav-toggle { display: block; }
    body.nav-open { overflow: hidden; }

    .story-grid { grid-template-columns: 1fr; }
    .founder-grid { grid-template-columns: 1fr; }
    .founder-portrait { max-width: 340px; }
    .conduct-image { margin-left: 0; }
    .honor-break img {
      height: clamp(300px, 56vh, 520px);
      object-position: center center;
    }
  }
