@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600&family=Italiana&display=swap');

:root {
  --ink: #171717;
  --paper: #faf9f7;
  --cream: #f1ede7;
  --rose: #b98d78;
  --line: rgba(23, 23, 23, .16);
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 15px/1.5 "DM Sans", sans-serif; }
body.menu-open { overflow: hidden; }
body.admin-bar .site-header { top: 32px; }
body.t3-homepage-redesign #t3-back-to-top { display: none !important; }
body.t3-homepage-redesign {
  color: var(--ink) !important;
  font: 400 15px/1.5 "DM Sans", sans-serif !important;
}
body.t3-homepage-redesign :where(a, button, input, p, span, strong, h1, h2, h3, h4, li) {
  font-family: "DM Sans", sans-serif;
}
body.t3-homepage-redesign a { color: inherit !important; }
body.t3-homepage-redesign em,
body.t3-homepage-redesign .footer-brand p { font-family: "Italiana", serif !important; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
.sr-only, .skip-link { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; z-index: 1000; width: auto; height: auto; margin: 16px; padding: 12px 18px; clip: auto; background: #fff; }

.announcement { position: relative; z-index: 30; height: 31px; display: grid; place-items: center; color: #fff; background: var(--ink); }
.announcement p { margin: 0; font-size: 10px; letter-spacing: .19em; text-transform: uppercase; }
.site-header { position: sticky; z-index: 25; top: 0; height: 76px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 3.5vw; background: rgba(250,249,247,.9); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); transition: border-color .3s, height .3s; }
.site-header.is-scrolled { height: 64px; border-color: var(--line); }
body.t3-homepage-redesign .site-header {
  height: 76px !important;
  grid-template-columns: 1fr auto 1fr !important;
  padding: 0 3.5vw !important;
}
body.t3-homepage-redesign .site-header.is-scrolled { height: 64px !important; }
body.t3-homepage-redesign .site-header::before,
body.t3-homepage-redesign .site-header::after {
  content: none !important;
  display: none !important;
}
.brand { justify-self: start; width: 64px; }
body.t3-homepage-redesign .brand { grid-column: 1; grid-row: 1; }
.brand img { width: 64px; height: 42px; object-fit: contain; filter: grayscale(1); }
.desktop-nav { display: flex; gap: 30px; align-items: center; }
body.t3-homepage-redesign .desktop-nav {
  grid-column: 2;
  grid-row: 1;
  width: auto !important;
}
.desktop-nav a { position: relative; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
body.t3-homepage-redesign .desktop-nav a {
  color: var(--ink) !important;
  line-height: 1.5 !important;
}
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: currentColor; transition: right .35s var(--ease); }
.desktop-nav a:hover::after { right: 0; }
.header-actions { justify-self: end; display: flex; gap: 16px; align-items: center; }
body.t3-homepage-redesign .header-actions {
  grid-column: 3;
  grid-row: 1;
  width: auto !important;
  color: var(--ink) !important;
}
.header-actions > a { display: grid; place-items: center; width: 22px; height: 22px; }
.header-actions svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.t3-homepage-redesign .menu-toggle {
  display: none;
  width: 28px !important;
  min-width: 28px !important;
  height: 28px;
  padding: 7px 2px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--ink) !important;
}
.menu-toggle:focus-visible, .back-to-top:focus-visible, .newsletter-form button:focus-visible { outline: 1px solid var(--ink); outline-offset: 4px; }
.t3-homepage-redesign .menu-toggle span {
  display: block;
  width: 24px !important;
  height: 1px;
  margin: 4px 0;
  background: currentColor !important;
  transition: transform .25s;
}
.mobile-nav { display: none; }

.hero { min-height: calc(100vh - 107px); display: grid; grid-template-columns: 42% 58%; position: relative; overflow: hidden; background: var(--cream); }
.hero-copy { z-index: 2; align-self: center; padding: 7vw 3vw 8vw 8vw; }
.eyebrow, .section-kicker { margin: 0 0 18px; color: var(--rose); font-size: 10px; font-weight: 600; letter-spacing: .24em; text-transform: uppercase; }
.hero h1, .manifesto h2, .section-heading h2, .technology h2, .editorial h2, .newsletter h2 { margin: 0; font-size: clamp(50px, 6.5vw, 108px); font-weight: 400; letter-spacing: -.055em; line-height: .9; }
em { font-family: "Italiana", serif; font-weight: 400; }
.hero-intro { max-width: 470px; margin: 31px 0 0; color: #57534f; font-weight: 300; line-height: 1.7; }
.hero-actions { display: flex; gap: 28px; align-items: center; margin-top: 38px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 25px; font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; transition: transform .3s var(--ease), background .3s, color .3s; }
.button:hover { transform: translateY(-3px); }
body.t3-homepage-redesign a.button-dark {
  color: #fff !important;
  background: var(--ink) !important;
}
.button-light { color: var(--ink); background: #fff; }
.text-link { display: inline-flex; gap: 13px; align-items: center; font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.text-link span { font-size: 17px; transition: transform .3s var(--ease); }
.text-link:hover span { transform: translate(4px,-4px); }
.hero-visual { position: relative; display: grid; place-items: center; min-width: 0; background: linear-gradient(145deg, #eee8e1, #f9f6f2 68%); }
.hero-visual img { position: relative; z-index: 2; width: min(83%, 830px); aspect-ratio: 1 / 1.13; object-fit: cover; mix-blend-mode: multiply; transform: translate3d(0,var(--parallax-y, 0),0) rotate(-3deg) scale(1.07); animation: hero-arrive 1.4s .15s both var(--ease); }
.hero-visual .hero-campaign-image { width: 100%; height: 100%; aspect-ratio: auto; object-fit: cover; object-position: 52% center; mix-blend-mode: normal; transform: translate3d(0,var(--parallax-y, 0),0) scale(1.025); filter: saturate(.9) contrast(1.02); }
.hero-orbit { position: absolute; z-index: 1; border: 1px solid rgba(185,141,120,.32); border-radius: 50%; animation: orbit 16s linear infinite; }
.orbit-one { width: 62%; aspect-ratio: 1; }
.orbit-two { width: 82%; aspect-ratio: 1; animation-direction: reverse; animation-duration: 23s; }
.hero-orbit::after { content: ""; position: absolute; top: 13%; left: 8%; width: 7px; aspect-ratio: 1; border-radius: 50%; background: var(--rose); box-shadow: 0 0 0 6px rgba(185,141,120,.12); }
.hero-number { position: absolute; top: 7%; right: 6%; color: var(--rose); font-size: 11px; letter-spacing: .2em; }
.product-tag { position: absolute; z-index: 3; right: 5%; bottom: 8%; width: 132px; aspect-ratio: 1; display: flex; flex-direction: column; justify-content: center; padding: 20px; border: 1px solid var(--line); border-radius: 50%; background: rgba(250,249,247,.85); backdrop-filter: blur(10px); animation: float 5s ease-in-out infinite; }
.product-tag span { font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.product-tag strong { margin-top: 5px; font-size: 13px; letter-spacing: .08em; }
.scroll-cue { position: absolute; z-index: 4; left: 3vw; bottom: 25px; display: flex; gap: 10px; align-items: center; font-size: 8px; letter-spacing: .2em; text-transform: uppercase; writing-mode: vertical-rl; }
.scroll-cue span { width: 1px; height: 42px; background: var(--ink); transform-origin: top; animation: scroll-line 2s ease-in-out infinite; }

.manifesto { min-height: 80vh; padding: 12vw 8vw 9vw; display: grid; grid-template-columns: 1fr 3fr; align-content: center; background: var(--paper); }
.manifesto .section-kicker { padding-top: 15px; }
.manifesto h2 { max-width: 990px; font-size: clamp(45px, 6.2vw, 94px); }
.manifesto-note { grid-column: 2; display: grid; grid-template-columns: 1fr 2fr; max-width: 720px; margin-top: 65px; padding-top: 21px; border-top: 1px solid var(--line); }
.manifesto-note span { font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.manifesto-note p { max-width: 430px; margin: 0; color: #6e6964; font-weight: 300; }

.categories { padding: 0 3.5vw 9vw; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.category-card { min-width: 0; }
.category-image { aspect-ratio: .74; overflow: hidden; background: #f1eeea; }
.category-image img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; transition: transform 1s var(--ease); }
.category-card:hover img { transform: scale(1.055); }
.category-label { display: grid; grid-template-columns: 25px 1fr auto; align-items: center; padding: 17px 2px; border-bottom: 1px solid var(--line); }
.category-label span { color: var(--rose); font-size: 9px; }
.category-label h3 { margin: 0; font-size: 13px; font-weight: 500; letter-spacing: .05em; text-transform: uppercase; }
.category-label b { font-size: 16px; font-weight: 400; transition: transform .3s; }
.category-card:hover b { transform: translate(4px,-4px); }

.marquee { overflow: hidden; padding: 25px 0 30px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.marquee-track { width: max-content; display: flex; gap: 40px; align-items: center; animation: marquee 24s linear infinite; }
.marquee span { font-family: "Italiana", serif; font-size: clamp(38px, 5vw, 77px); white-space: nowrap; }
.marquee i { color: var(--rose); font-style: normal; font-size: 24px; }

.products { padding: 10vw 3.5vw; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 45px; }
.section-heading h2 { font-size: clamp(48px, 5.4vw, 82px); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.product-image { position: relative; display: block; aspect-ratio: .82; overflow: hidden; background: #f0eeeb; }
.product-image img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; transition: transform 1s var(--ease); }
.product-card:hover .product-image img { transform: scale(1.045); }
.badge { position: absolute; z-index: 2; top: 17px; left: 17px; padding: 7px 9px; color: #fff; background: var(--ink); font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }
.quick-view { position: absolute; z-index: 2; left: 12px; right: 12px; bottom: 12px; height: 47px; display: grid; place-items: center; color: #fff; background: var(--ink); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; transform: translateY(70px); transition: transform .4s var(--ease); }
.product-card:hover .quick-view { transform: translateY(0); }
.product-meta { display: flex; justify-content: space-between; padding-top: 17px; }
.product-meta p { margin: 0 0 4px; color: #77716c; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.product-meta h3 { margin: 0; font-size: 14px; font-weight: 500; letter-spacing: .04em; }
.product-meta > span { font-size: 19px; }

.technology { display: grid; grid-template-columns: 1fr 1fr; min-height: 900px; color: #fff; background: #1b1a19; overflow: hidden; }
.technology-image { position: relative; display: grid; place-items: center; min-height: 700px; background: #ded6cf; overflow: hidden; }
.technology-image img { position: relative; z-index: 2; width: 88%; height: 88%; object-fit: cover; mix-blend-mode: multiply; transform: rotate(6deg) scale(1.05); }
.tech-halo { position: absolute; width: 73%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.07), 0 0 0 180px rgba(255,255,255,.04); }
.tech-caption { position: absolute; z-index: 3; left: 32px; bottom: 30px; font-size: 9px; letter-spacing: .15em; line-height: 1.7; text-transform: uppercase; }
.technology-copy { align-self: center; padding: 9vw 8vw; }
.technology h2 { font-size: clamp(51px, 5.5vw, 88px); }
.technology-copy > p:not(.section-kicker) { max-width: 500px; margin: 35px 0 50px; color: #aaa6a2; font-weight: 300; }
.feature-list { margin: 0 0 45px; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.17); }
.feature-list li { display: grid; grid-template-columns: 45px 1fr; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.17); }
.feature-list li > span { color: var(--rose); font-size: 9px; }
.feature-list strong { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.feature-list p { margin: 5px 0 0; color: #85817d; font-size: 12px; }

.editorial { min-height: 850px; display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; padding: 10vw 8vw; gap: 8vw; background: #e8e0d8; }
.editorial h2 { font-size: clamp(52px, 6vw, 94px); }
.editorial-copy > p:not(.section-kicker) { max-width: 420px; margin: 31px 0; color: #625d58; font-weight: 300; }
.editorial-visual { position: relative; }
.editorial-frame { max-height: 650px; aspect-ratio: .9; overflow: hidden; background: #f5f2ed; }
.editorial-frame img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; transition: transform 1.2s var(--ease); }
.editorial-frame:hover img { transform: scale(1.04); }
.editorial-visual > p { display: flex; justify-content: space-between; margin: 12px 0 0; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }

.benefits { display: grid; grid-template-columns: repeat(3,1fr); padding: 65px 3.5vw; border-bottom: 1px solid var(--line); }
.benefit { display: grid; grid-template-columns: 45px 1fr; padding: 0 4vw; border-right: 1px solid var(--line); }
.benefit:last-child { border: 0; }
.benefit span { grid-row: 1 / 3; color: var(--rose); font-size: 9px; }
.benefit strong { font-size: 13px; letter-spacing: .11em; text-transform: uppercase; }
.benefit p { margin: 8px 0 0; color: #77716c; font-size: 14px; font-weight: 300; line-height: 1.55; }

.newsletter { min-height: 600px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 80px 20px; }
.newsletter h2 { font-size: clamp(64px, 8vw, 124px); }
.newsletter > p:not(.section-kicker) { max-width: 460px; margin: 28px 0 34px; color: #6c6762; font-weight: 300; }
.newsletter-form { width: min(510px, 100%); display: flex; border-bottom: 1px solid var(--ink); }
.newsletter-form input { flex: 1; padding: 16px 0; border: 0; outline: 0; background: transparent; }
.newsletter-form button { width: 50px; border: 0; background: transparent; font-size: 20px; cursor: pointer; }

.t3-luxury-footer { padding: 44px 3.5vw 20px; color: #fff; background: #171717; }
.footer-brand { display: flex; justify-content: space-between; padding-bottom: 34px; border-bottom: 1px solid rgba(255,255,255,.16); }
.footer-brand img { width: 88px; height: 62px; object-fit: contain; filter: grayscale(1) invert(1); }
.footer-brand p { margin: 0; color: #999; text-align: right; font-family: "Italiana", serif; font-size: 20px; line-height: 1.25; }
.footer-links { display: grid; grid-template-columns: repeat(4,1fr); gap: 32px; max-width: 940px; margin: 34px 0 38px auto; }
.footer-links div { display: flex; flex-direction: column; gap: 8px; }
.footer-links strong { margin-bottom: 9px; color: #777; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.footer-links a { width: fit-content; font-size: 12px; }
.social-links a { display: inline-flex; gap: 9px; align-items: center; }
.social-links svg { width: 17px; height: 17px; flex: 0 0 17px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.16); color: #777; font-size: 8px; letter-spacing: .16em; text-transform: uppercase; }
.back-to-top {
  position: fixed;
  z-index: 20;
  right: 24px;
  bottom: 24px;
  width: 48px !important;
  min-width: 48px !important;
  height: 48px !important;
  display: grid;
  place-items: center;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  color: #fff !important;
  background: var(--ink) !important;
  font-size: 20px !important;
  line-height: 1 !important;
  opacity: 0;
  transform: translateY(15px);
  pointer-events: none;
  transition: opacity .3s, transform .3s;
  cursor: pointer;
}
.back-to-top.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }

.reveal { opacity: 0; transform: translateY(34px); transition: opacity .85s var(--ease), transform .85s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

@keyframes hero-arrive { from { opacity: 0; transform: translate3d(8%,6%,0) rotate(4deg) scale(1.12); } }
@keyframes orbit { to { transform: rotate(360deg); } }
@keyframes float { 50% { transform: translateY(-12px); } }
@keyframes scroll-line { 0%,100% { transform: scaleY(.15); } 50% { transform: scaleY(1); } }
@keyframes marquee { to { transform: translateX(-50%); } }

@media (max-width: 900px) {
  body.admin-bar .site-header { top: 46px; }
  .site-header { grid-template-columns: 1fr auto; padding: 0 20px; }
  body.t3-homepage-redesign .site-header {
    grid-template-columns: 1fr auto !important;
    padding: 0 20px !important;
  }
  body.t3-homepage-redesign .brand { grid-column: 1; grid-row: 1; }
  .desktop-nav { display: none; }
  body.t3-homepage-redesign .header-actions { grid-column: 2; grid-row: 1; }
  .t3-homepage-redesign .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(2.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-2.5px) rotate(-45deg); }
  .mobile-nav { position: fixed; inset: 95px 0 auto; height: calc(100vh - 95px); display: flex; flex-direction: column; gap: 0; padding: 30px 25px; background: var(--paper); opacity: 0; transform: translateY(-15px); pointer-events: none; transition: opacity .3s, transform .3s; }
  .is-scrolled .mobile-nav { inset: 83px 0 auto; height: calc(100vh - 83px); }
  .mobile-nav.is-open { opacity: 1; transform: none; pointer-events: auto; }
  .mobile-nav a { padding: 16px 0; border-bottom: 1px solid var(--line); font-family: "Italiana", serif; font-size: 30px; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { min-height: 550px; padding: 90px 24px 70px; }
  .hero h1 { font-size: clamp(52px, 15vw, 78px); }
  .hero-visual { min-height: 570px; }
  .hero-visual img { width: 100%; }
  .hero-visual .hero-campaign-image { height: 100%; object-position: 53% center; }
  .scroll-cue { display: none; }
  .manifesto { min-height: auto; padding: 100px 24px; display: block; }
  .manifesto h2 { font-size: 49px; }
  .manifesto-note { display: block; margin-top: 48px; }
  .manifesto-note span { display: block; margin-bottom: 18px; }
  .categories { padding: 0 16px 90px; grid-template-columns: repeat(2,1fr); }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-card:last-child { display: none; }
  .technology { grid-template-columns: 1fr; }
  .technology-copy { padding: 95px 24px; }
  .editorial { min-height: auto; grid-template-columns: 1fr; padding: 100px 24px; }
  .benefits { grid-template-columns: 1fr; }
  .benefit { padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
}

@media (max-width: 560px) {
  .announcement p { font-size: 8px; }
  .site-header { height: 64px; }
  .site-header.is-scrolled { height: 58px; }
  .mobile-nav { inset: 95px 0 auto; }
  .is-scrolled .mobile-nav { inset: 89px 0 auto; }
  .brand, .brand img { width: 50px; }
  .header-actions > a:first-child { display: none; }
  .hero-copy { min-height: 525px; }
  .hero-intro { font-size: 13px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { min-height: 480px; }
  .product-tag { width: 105px; padding: 15px; }
  .manifesto h2 { font-size: 43px; }
  .categories { grid-template-columns: 1fr; }
  .category-image { aspect-ratio: 1.08; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 24px; }
  .products { padding: 90px 16px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card:last-child { display: block; }
  .technology-image { min-height: 520px; }
  .technology-copy { padding: 85px 24px; }
  .technology h2, .editorial h2 { font-size: 49px; }
  .editorial { padding: 90px 24px; }
  .newsletter { min-height: 520px; }
  .footer-brand { display: block; }
  .footer-brand p { margin-top: 25px; text-align: left; }
  .footer-links { grid-template-columns: 1fr 1fr; gap: 40px; margin-left: 0; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
