:root {
  --ink: #0b0b0c;
  --ink-soft: #171719;
  --paper: #f4f1e9;
  --paper-2: #ebe6dc;
  --white: #ffffff;
  --muted: #78746d;
  --line: rgba(11, 11, 12, 0.14);
  --line-dark: rgba(255, 255, 255, 0.16);
  --accent: #cab99c;
  --accent-strong: #a88f68;
  --max: 1240px;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(11, 11, 12, 0.12);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
body.menu-open, body.dialog-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { background: var(--ink); color: var(--paper); }

.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}
.eyebrow::before { content: ''; width: 28px; height: 1px; background: currentColor; }
.display {
  margin: 0;
  max-width: 1040px;
  font-family: var(--serif);
  font-size: clamp(3.3rem, 8vw, 8.2rem);
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: -0.055em;
}
.display em { font-weight: 400; }
.section-title {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.5rem, 5vw, 5rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.04em;
}
.lede {
  max-width: 760px;
  margin: 24px 0 0;
  color: #383632;
  font-size: clamp(1.1rem, 1.6vw, 1.35rem);
  line-height: 1.65;
}
.muted { color: var(--muted); }
.small { font-size: 0.88rem; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 20px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  font-size: 0.88rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button--ghost { background: transparent; color: var(--ink); }
.button--light { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.button--ghost-light { background: transparent; color: var(--paper); border-color: rgba(255,255,255,.4); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: color-mix(in srgb, var(--paper) 90%, transparent);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand img { width: 132px; height: 48px; object-fit: cover; object-position: center; border-radius: 8px; }
.nav { display: flex; align-items: center; gap: 6px; }
.nav a {
  padding: 10px 12px;
  border-radius: 999px;
  color: #47443f;
  font-size: 0.83rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.nav a:hover, .nav a.is-active { background: var(--ink); color: var(--paper); }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: transparent; }
.menu-button span, .menu-button span::before, .menu-button span::after { display: block; width: 18px; height: 1.5px; background: var(--ink); margin: auto; position: relative; }
.menu-button span::before, .menu-button span::after { content: ''; position: absolute; left: 0; }
.menu-button span::before { top: -6px; }
.menu-button span::after { top: 6px; }

.hero { padding: 78px 0 70px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(40px, 6vw, 90px); }
.hero-copy p { max-width: 690px; margin: 30px 0 0; font-size: clamp(1.05rem, 1.6vw, 1.32rem); line-height: 1.6; color: #4f4b45; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-art { position: relative; min-height: 640px; }
.hero-art::before { content: ''; position: absolute; inset: 7% 4% 4% 14%; border-radius: 44% 56% 40% 60% / 50% 42% 58% 50%; background: #dfd8cd; transform: rotate(-6deg); }
.hero-card { position: absolute; overflow: hidden; box-shadow: var(--shadow); }
.hero-card img { height: 100%; object-fit: cover; }
.hero-card--one { width: 68%; height: 64%; right: 0; top: 0; border-radius: 180px 180px 20px 20px; }
.hero-card--two { width: 58%; height: 48%; left: 0; bottom: 0; border-radius: 20px; transform: rotate(-5deg); }
.hero-stamp { position: absolute; right: 4%; bottom: 7%; z-index: 3; width: 130px; height: 130px; border-radius: 50%; display: grid; place-items: center; background: var(--ink); color: white; text-align: center; font-size: .72rem; font-weight: 800; line-height: 1.25; letter-spacing: .12em; text-transform: uppercase; transform: rotate(8deg); }

.marquee { border-block: 1px solid var(--line); overflow: hidden; white-space: nowrap; }
.marquee-track { display: inline-flex; gap: 36px; padding: 18px 0; min-width: max-content; animation: marquee 28s linear infinite; }
.marquee-track span { display: inline-flex; align-items: center; gap: 36px; font-size: .78rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.marquee-track span::after { content: '✦'; font-size: .8rem; color: var(--accent-strong); }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: 110px 0; }
.section--tight { padding: 76px 0; }
.section--dark { background: var(--ink); color: var(--paper); }
.section--dark .lede, .section--dark .muted { color: #b7b1a8; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 42px; }
.section-head p { max-width: 460px; margin: 0; color: var(--muted); line-height: 1.6; }

.work-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 20px; }
.work-card { position: relative; overflow: hidden; border-radius: var(--radius); background: #ddd7cb; min-height: 420px; }
.work-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.work-card:hover img { transform: scale(1.035); }
.work-card--wide { grid-column: span 7; }
.work-card--tall { grid-column: span 5; min-height: 640px; }
.work-card--half { grid-column: span 6; min-height: 500px; }
.work-label { position: absolute; inset: auto 16px 16px 16px; display: flex; align-items: end; justify-content: space-between; gap: 20px; padding: 18px; border-radius: 16px; background: rgba(8,8,8,.80); color: white; backdrop-filter: blur(10px); }
.work-label h3 { margin: 0; font-family: var(--serif); font-size: 1.55rem; font-weight: 500; }
.work-label p { margin: 4px 0 0; color: #cbc5bb; font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; }
.work-label .arrow { font-size: 1.4rem; }

.split { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(40px, 8vw, 120px); align-items: center; }
.split-media { overflow: hidden; border-radius: var(--radius); background: #111; box-shadow: var(--shadow); }
.split-media img { aspect-ratio: 1 / 1.04; object-fit: cover; }
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 34px; }
.stat { padding-top: 16px; border-top: 1px solid var(--line); }
.stat strong { display: block; font-family: var(--serif); font-size: 2rem; font-weight: 500; }
.stat span { color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .09em; }

.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-dark); }
.service-card { min-height: 350px; padding: 30px 24px; border-right: 1px solid var(--line-dark); display: flex; flex-direction: column; justify-content: space-between; }
.service-card:last-child { border-right: 0; }
.service-number { color: #77736c; font-size: .76rem; font-weight: 800; letter-spacing: .12em; }
.service-card h3 { margin: 0 0 14px; font-family: var(--serif); font-size: 2rem; font-weight: 500; }
.service-card p { margin: 0; color: #aaa49a; line-height: 1.55; font-size: .93rem; }
.service-list { display: grid; gap: 7px; margin-top: 20px; color: #d7d1c7; font-size: .84rem; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 42px; }
.process-step { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.28); }
.process-step span { display: inline-flex; width: 34px; height: 34px; align-items: center; justify-content: center; border-radius: 50%; background: var(--ink); color: white; font-size: .75rem; font-weight: 800; }
.process-step h3 { margin: 42px 0 10px; font-family: var(--serif); font-size: 1.7rem; font-weight: 500; }
.process-step p { margin: 0; color: var(--muted); line-height: 1.55; }

.cta-panel { padding: clamp(38px, 7vw, 86px); border-radius: 30px; background: var(--ink); color: var(--paper); overflow: hidden; position: relative; }
.cta-panel::after { content: ''; pointer-events: none; }
.cta-panel .section-title { max-width: 780px; position: relative; z-index: 1; }
.cta-panel p { max-width: 620px; color: #b9b3aa; line-height: 1.65; position: relative; z-index: 1; }
.cta-panel .button { margin-top: 18px; position: relative; z-index: 1; }

.page-hero { padding: 95px 0 72px; border-bottom: 1px solid var(--line); }
.page-hero .display { max-width: 1000px; }
.page-hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; align-items: end; }
.page-hero-aside { border-left: 1px solid var(--line); padding-left: 28px; color: var(--muted); line-height: 1.65; }

.about-intro { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 9vw, 140px); align-items: start; }
.about-copy p { margin-top: 0; font-size: 1.15rem; line-height: 1.75; color: #3e3b36; }
.about-copy p + p { margin-top: 22px; }
.about-monogram { position: sticky; top: 115px; border-radius: 28px; overflow: hidden; background: #050505; }
.about-monogram img { aspect-ratio: 1 / 1; object-fit: cover; }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 42px; }
.capability { padding: 26px; border: 1px solid var(--line); border-radius: 18px; }
.capability h3 { margin: 0 0 12px; font-family: var(--serif); font-size: 1.55rem; font-weight: 500; }
.capability p { margin: 0; color: var(--muted); line-height: 1.55; }

.filter-bar { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; }
.filter-button { min-height: 42px; padding: 0 16px; border: 1px solid var(--line); border-radius: 999px; background: transparent; cursor: pointer; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.filter-button:hover, .filter-button.is-active { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.portfolio-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 20px; }
.project-card { grid-column: span 4; }
.project-card:nth-of-type(5n + 1), .project-card:nth-of-type(5n + 4) { grid-column: span 8; }
.project-card[hidden] { display: none; }
.project-media { display: block; width: 100%; padding: 0; border: 0; border-radius: 20px; overflow: hidden; background: #ded8ce; cursor: zoom-in; }
.project-media img { aspect-ratio: 1 / 1; object-fit: cover; transition: transform .5s ease; }
.project-card:nth-of-type(5n + 1) .project-media img, .project-card:nth-of-type(5n + 4) .project-media img { aspect-ratio: 1.55 / 1; }
.project-media:hover img { transform: scale(1.035); }
.project-info { display: flex; justify-content: space-between; gap: 20px; padding: 14px 4px 0; }
.project-info h3 { margin: 0; font-size: .98rem; }
.project-info p { margin: 4px 0 0; color: var(--muted); font-size: .8rem; }
.project-info span { color: var(--muted); font-size: .74rem; text-transform: uppercase; letter-spacing: .08em; white-space: nowrap; }

.project-dialog { width: min(1040px, calc(100% - 32px)); max-height: 90vh; padding: 0; border: 0; border-radius: 24px; background: var(--paper); box-shadow: 0 35px 110px rgba(0,0,0,.35); overflow: auto; }
.project-dialog::backdrop { background: rgba(0,0,0,.72); backdrop-filter: blur(6px); }
.dialog-grid { display: grid; grid-template-columns: 1.1fr .9fr; }
.dialog-media { min-height: 580px; background: #ddd7ce; }
.dialog-media img { width: 100%; height: 100%; object-fit: cover; }
.dialog-copy { padding: 44px; display: flex; flex-direction: column; }
.dialog-close { align-self: end; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
.dialog-copy h2 { margin: auto 0 6px; font-family: var(--serif); font-size: clamp(2rem, 4vw, 4rem); font-weight: 500; line-height: 1; }
.dialog-meta { color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }
.dialog-description { margin: 24px 0 0; line-height: 1.65; color: #4a4742; }

.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.package-card { min-height: 430px; padding: 28px; border: 1px solid var(--line); border-radius: 22px; display: flex; flex-direction: column; background: rgba(255,255,255,.26); }
.package-card.is-featured { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.package-kicker { font-size: .74rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.package-card.is-featured .package-kicker, .package-card.is-featured p, .package-card.is-featured li { color: #b9b2a8; }
.package-card h2 { margin: 36px 0 12px; font-family: var(--serif); font-size: 2.35rem; font-weight: 500; line-height: .95; }
.package-card p { margin: 0; color: var(--muted); line-height: 1.55; }
.package-card ul { margin: 24px 0 30px; padding-left: 18px; color: #494641; line-height: 1.7; font-size: .9rem; }
.package-card .button { margin-top: auto; align-self: flex-start; }
.package-card.is-featured .button { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.store-note { margin-top: 26px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; color: var(--muted); line-height: 1.55; }

.contact-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(46px, 8vw, 120px); }
.contact-aside { position: sticky; top: 120px; align-self: start; }
.contact-aside h2 { font-family: var(--serif); font-size: 2.5rem; font-weight: 500; margin: 0 0 18px; }
.contact-aside p { color: var(--muted); line-height: 1.65; }
.contact-list { display: grid; gap: 16px; margin-top: 30px; }
.contact-list div { padding-top: 14px; border-top: 1px solid var(--line); }
.contact-list strong { display: block; margin-bottom: 4px; font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; }
.contact-list span { color: var(--muted); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 8px; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: .75rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.35); color: var(--ink); padding: 15px 16px; outline: none; }
.field textarea { min-height: 190px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(11,11,12,.06); }
.form-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; margin-top: 22px; }
.form-status { margin: 0; max-width: 520px; font-size: .86rem; line-height: 1.5; }
.form-status.is-warning { color: #8c5b1b; }
.form-status.is-success { color: #2d6b46; }

.site-footer { padding: 64px 0 28px; background: var(--ink); color: var(--paper); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 50px; padding-bottom: 46px; border-bottom: 1px solid var(--line-dark); }
.footer-brand img { width: 250px; max-width: 100%; border-radius: 10px; }
.footer-brand p { max-width: 500px; color: #aaa49a; line-height: 1.55; }
.footer-group strong { display: block; margin-bottom: 14px; font-size: .74rem; text-transform: uppercase; letter-spacing: .12em; color: #8f8a82; }
.footer-group { display: grid; align-content: start; gap: 10px; }
.footer-group a { width: fit-content; color: #d6d0c6; }
.footer-group a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; color: #817c75; font-size: .76rem; }

[data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .menu-button { display: inline-block; }
  .nav { display: none; position: fixed; top: 79px; left: 0; right: 0; height: calc(100vh - 79px); padding: 28px 20px; background: var(--paper); flex-direction: column; align-items: stretch; }
  .nav.is-open { display: flex; }
  .nav a { padding: 18px 10px; border-bottom: 1px solid var(--line); border-radius: 0; font-family: var(--serif); font-size: 2.2rem; font-weight: 500; text-transform: none; letter-spacing: -.02em; }
  .nav a:hover, .nav a.is-active { background: transparent; color: var(--ink); }
  .hero-grid, .split, .page-hero-grid, .about-intro, .contact-grid { grid-template-columns: 1fr; }
  .hero-art { min-height: 540px; }
  .services-grid, .process-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card:nth-child(2) { border-right: 0; }
  .service-card:nth-child(-n+2) { border-bottom: 1px solid var(--line-dark); }
  .package-grid { grid-template-columns: 1fr 1fr; }
  .project-card, .project-card:nth-of-type(5n + 1), .project-card:nth-of-type(5n + 4) { grid-column: span 6; }
  .project-card .project-media img, .project-card:nth-of-type(5n + 1) .project-media img, .project-card:nth-of-type(5n + 4) .project-media img { aspect-ratio: 1 / 1; }
  .about-monogram, .contact-aside { position: static; }
  .capability-grid { grid-template-columns: 1fr 1fr; }
  .dialog-grid { grid-template-columns: 1fr; }
  .dialog-media { min-height: auto; }
  .dialog-media img { aspect-ratio: 1.4 / 1; }
}

@media (max-width: 700px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .site-header .container { width: min(calc(100% - 22px), var(--max)); }
  .brand img { width: 112px; height: 42px; }
  .hero { padding-top: 54px; }
  .hero-art { min-height: 410px; }
  .hero-card--one { width: 72%; height: 64%; }
  .hero-card--two { width: 58%; height: 48%; }
  .hero-stamp { width: 100px; height: 100px; font-size: .6rem; }
  .section { padding: 82px 0; }
  .section-head { align-items: start; flex-direction: column; }
  .work-card--wide, .work-card--tall, .work-card--half { grid-column: span 12; min-height: 440px; }
  .services-grid, .process-grid, .package-grid, .capability-grid, .form-grid { grid-template-columns: 1fr; }
  .service-card { border-right: 0; border-bottom: 1px solid var(--line-dark); min-height: 290px; }
  .service-card:last-child { border-bottom: 0; }
  .stat-row { grid-template-columns: 1fr; }
  .page-hero { padding-top: 70px; }
  .page-hero-aside { border-left: 0; border-top: 1px solid var(--line); padding: 22px 0 0; }
  .project-card, .project-card:nth-of-type(5n + 1), .project-card:nth-of-type(5n + 4) { grid-column: span 12; }
  .field--full { grid-column: auto; }
  .dialog-copy { padding: 28px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { flex-direction: column; }
}

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

/* Hyde Digital Design v1.1 additions */
.brand-monogram { display: none; }
.hero-monogram {
  position: absolute;
  z-index: 2;
  width: 180px;
  height: 145px;
  left: 5%;
  top: 3%;
  object-fit: cover;
  border-radius: 16px;
  opacity: .95;
  box-shadow: 0 14px 40px rgba(0,0,0,.22);
  transform: rotate(-7deg);
}
.center-action { display: flex; justify-content: center; margin-top: 38px; }
.designer-feature { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(44px, 8vw, 110px); align-items: center; }
.designer-photo { border-radius: 28px; overflow: hidden; background: #111; box-shadow: var(--shadow); }
.designer-photo img { aspect-ratio: 2 / 3; object-fit: cover; object-position: center top; }
.services-grid--seven { grid-template-columns: repeat(4, 1fr); }
.services-grid--seven .service-card { border-bottom: 1px solid var(--line-dark); }
.services-grid--seven .service-card:nth-child(4n) { border-right: 0; }
.services-grid--seven .service-card:nth-last-child(-n+3) { border-bottom: 0; }
.cta-monogram { position: absolute; right: 2%; bottom: -12%; width: min(430px, 42vw); opacity: .07; border-radius: 28px; pointer-events: none; }
.cta-panel::after { content: none; }

.about-story-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(48px, 8vw, 120px); align-items: start; }
.about-portrait { position: sticky; top: 115px; overflow: hidden; border-radius: 28px; box-shadow: var(--shadow); background: #111; }
.about-portrait img { aspect-ratio: 2 / 3; object-fit: cover; object-position: center top; }
.origin-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(50px, 8vw, 120px); align-items: center; }
.origin-photo { overflow: hidden; border-radius: 28px; border: 1px solid var(--line-dark); background: #050505; }
.origin-photo img { aspect-ratio: .92 / 1; object-fit: cover; object-position: center 36%; filter: saturate(.75) contrast(1.08); }
.timeline-list { display: grid; margin-top: 38px; border-top: 1px solid var(--line-dark); }
.timeline-list div { display: grid; grid-template-columns: 120px 1fr; gap: 24px; padding: 18px 0; border-bottom: 1px solid var(--line-dark); align-items: baseline; }
.timeline-list span { font-family: var(--serif); font-size: 1.35rem; color: var(--paper); }
.timeline-list p { margin: 0; color: #aaa49a; line-height: 1.5; }
.about-monogram img { aspect-ratio: 1.24 / 1; }

.contact-mark { width: 155px; aspect-ratio: 1.24 / 1; object-fit: cover; border-radius: 18px; background: #000; margin-bottom: 26px; }
.contact-list a { color: var(--muted); word-break: break-word; }
.contact-list a:hover { color: var(--ink); }
.upload-note { margin-top: 18px; padding: 20px; border: 1px dashed rgba(11,11,12,.24); border-radius: 16px; background: rgba(255,255,255,.18); }
.upload-note strong { font-size: .76rem; text-transform: uppercase; letter-spacing: .09em; }
.upload-note p { margin: 8px 0 0; color: var(--muted); font-size: .88rem; line-height: 1.55; }

.shop-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.product-card { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 430px; border: 1px solid var(--line); border-radius: 24px; overflow: hidden; background: rgba(255,255,255,.22); }
.product-image { position: relative; min-height: 430px; overflow: hidden; background: #ddd7ce; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.product-card:hover .product-image img { transform: scale(1.025); }
.product-badge { position: absolute; left: 16px; top: 16px; padding: 8px 11px; border-radius: 999px; background: rgba(8,8,8,.86); color: white; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(8px); }
.product-copy { display: flex; flex-direction: column; justify-content: space-between; gap: 24px; padding: 28px; }
.product-copy h2 { margin: 6px 0 0; font-family: var(--serif); font-size: clamp(2rem, 3vw, 3rem); font-weight: 500; line-height: .95; }
.product-copy > p { margin: 0; color: var(--muted); line-height: 1.6; }
.product-type { margin: 0; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.text-link { width: fit-content; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.store-mark-panel { display: grid; place-items: center; background: #050505; }
.store-mark-panel img { width: 76%; aspect-ratio: 1.24 / 1; object-fit: cover; }

.footer-brand-lockup { display: flex; align-items: center; gap: 14px; }
.footer-brand .footer-mark { width: 78px; height: 62px; object-fit: cover; border-radius: 10px; }
.footer-brand .footer-wordmark { width: 210px; max-width: calc(100% - 92px); height: 68px; object-fit: cover; border-radius: 10px; }

@media (max-width: 1100px) {
  .shop-grid { grid-template-columns: 1fr; }
  .services-grid--seven { grid-template-columns: repeat(2, 1fr); }
  .services-grid--seven .service-card { border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
  .services-grid--seven .service-card:nth-child(2n) { border-right: 0; }
  .services-grid--seven .service-card:last-child { border-bottom: 0; }
}

@media (max-width: 980px) {
  .designer-feature, .about-story-grid, .origin-grid { grid-template-columns: 1fr; }
  .about-portrait { position: static; max-width: 620px; }
  .origin-photo { max-width: 720px; }
}

@media (max-width: 700px) {
  .brand-wordmark { display: none !important; }
  .brand-monogram { display: block; width: 66px !important; height: 52px !important; object-fit: cover !important; border-radius: 9px; }
  .hero-monogram { width: 120px; height: 97px; left: 2%; top: 0; }
  .services-grid--seven { grid-template-columns: 1fr; }
  .services-grid--seven .service-card { border-right: 0 !important; border-bottom: 1px solid var(--line-dark) !important; }
  .services-grid--seven .service-card:last-child { border-bottom: 0 !important; }
  .timeline-list div { grid-template-columns: 1fr; gap: 5px; }
  .product-card { grid-template-columns: 1fr; }
  .product-image { min-height: 360px; }
  .footer-brand-lockup { align-items: flex-start; flex-direction: column; }
  .footer-brand .footer-wordmark { max-width: 100%; }
}

/* Preferred header mark: distressed HD monogram */
.brand-wordmark { display: none; }
.brand-monogram { display: block; width: 72px; height: 56px; object-fit: cover; border-radius: 10px; background: #000; }


/* v1.3 header identity: full horizontal Hyde script + Digital Design serif lockup. */
.brand {
  flex: 0 0 auto;
  overflow: visible;
  padding-block: 7px;
}
.brand .brand-wordmark {
  display: block !important;
  width: auto !important;
  height: 54px !important;
  max-width: 230px;
  object-fit: contain !important;
  object-position: left center !important;
  border-radius: 0 !important;
  background: transparent !important;
}
.brand .brand-monogram { display: none !important; }

@media (max-width: 700px) {
  .nav-wrap { min-height: 70px; }
  .brand .brand-wordmark {
    display: block !important;
    width: auto !important;
    height: 43px !important;
    max-width: 178px;
    object-fit: contain !important;
    border-radius: 0 !important;
  }
}

/* v1.4 — tactile header treatment.
   Keeps the warm editorial palette, but gives the sticky navigation its own
   uncoated-paper surface so it separates from the page without a hard color block. */
.site-header {
  background-color: rgba(235, 230, 220, 0.965);
  background-image:
    linear-gradient(rgba(244, 241, 233, 0.18), rgba(235, 230, 220, 0.10)),
    url('../images/ui/header-paper-grain.png');
  background-repeat: repeat;
  background-size: auto, 256px 256px;
  border-bottom: 1px solid rgba(11, 11, 12, 0.18);
  box-shadow: 0 8px 24px rgba(11, 11, 12, 0.055);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}


/* =========================================================
   Hyde Digital Design v1.5 — art-direction pass
   Editorial rhythm, tactile print cues, premium work interactions,
   cinematic hero composition, and poster-style footer.
   ========================================================= */

body { position: relative; }
body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: .10;
  background-image: url('../images/ui/header-paper-grain.png');
  background-size: 320px 320px;
  mix-blend-mode: multiply;
}

.site-header { transition: box-shadow .25s ease, background-color .25s ease, min-height .25s ease; }
.site-header.is-scrolled { box-shadow: 0 12px 38px rgba(11,11,12,.10); }
.site-header.is-scrolled .nav-wrap { min-height: 70px; }
.nav-wrap { transition: min-height .25s ease; }
.nav a { position: relative; }
.nav a::after { content: ''; position: absolute; left: 12px; right: 12px; bottom: 5px; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.nav a:hover::after { transform: scaleX(1); }
.nav a.is-active::after { display: none; }

.display { font-size: clamp(3.9rem, 8.7vw, 9.25rem); line-height: .84; letter-spacing: -.065em; }
.section-title { font-size: clamp(2.7rem, 5.4vw, 5.7rem); line-height: .94; }
.section--numbered { position: relative; }
.section--numbered::before {
  content: attr(data-section);
  position: absolute;
  top: 34px;
  left: max(20px, calc((100vw - var(--max)) / 2));
  color: rgba(11,11,12,.34);
  font-size: .62rem;
  font-weight: 850;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.section--dark.section--numbered::before { color: rgba(244,241,233,.34); }

/* Hero: deliberately composed like a studio cover, not a two-column template. */
.hero--editorial { position: relative; padding: 34px 0 40px; min-height: calc(100svh - 78px); display: flex; align-items: stretch; }
.hero--editorial::after {
  content: 'HYDE';
  position: absolute;
  left: -1.2vw;
  bottom: -4.5vw;
  z-index: -1;
  font-family: var(--serif);
  font-size: clamp(10rem, 25vw, 28rem);
  font-style: italic;
  line-height: .7;
  letter-spacing: -.09em;
  color: rgba(11,11,12,.025);
  white-space: nowrap;
  pointer-events: none;
}
.hero--editorial > .container { display: grid; grid-template-rows: auto 1fr auto; }
.hero-topline, .hero-bottomline {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid var(--line);
  color: #5e5952;
  font-size: .62rem;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.hero-topline span:last-child, .hero-bottomline span:last-child { text-align: right; }
.hero-topline span:nth-child(2) { text-align: center; }
.hero-bottomline { grid-template-columns: 1fr 1fr; border-top: 0; border-bottom: 1px solid var(--line); }
.hero-grid { grid-template-columns: .92fr 1.08fr; gap: clamp(34px, 5vw, 76px); min-height: 690px; padding: 30px 0 24px; }
.hero-copy { position: relative; z-index: 4; align-self: center; }
.hero-display { max-width: 720px; }
.hero-display em { display: block; padding-left: clamp(26px, 5vw, 80px); font-style: italic; }
.hero-deck { max-width: 610px !important; margin-top: 34px !important; }
.hero-disciplines { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 34px; padding-top: 16px; max-width: 620px; border-top: 1px solid var(--line); }
.hero-disciplines span { color: #656159; font-size: .68rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.hero-art { min-height: 680px; isolation: isolate; }
.hero-art::before { inset: 8% 0 7% 8%; border-radius: 0; background: rgba(202,185,156,.36); transform: rotate(-2.5deg); border: 1px solid rgba(11,11,12,.08); }
.hero-art::after { content: ''; position: absolute; inset: 12% 4% 3% 14%; z-index: -2; background-image: linear-gradient(rgba(11,11,12,.055) 1px, transparent 1px),linear-gradient(90deg,rgba(11,11,12,.055) 1px,transparent 1px); background-size: 42px 42px; }
.hero-card { margin: 0; border-radius: 0; box-shadow: 0 25px 70px rgba(11,11,12,.18); transition: transform .25s ease-out, box-shadow .3s ease; will-change: transform; }
.hero-card img { filter: saturate(.90) contrast(1.02); }
.hero-card figcaption { position: absolute; left: 0; right: 0; bottom: 0; display: flex; justify-content: space-between; align-items: flex-end; gap: 12px; padding: 12px 14px; background: linear-gradient(transparent,rgba(0,0,0,.75)); color: white; font-size: .71rem; letter-spacing: .08em; text-transform: uppercase; }
.hero-card figcaption small { color: rgba(255,255,255,.72); font-size: .58rem; text-align: right; }
.hero-card--one { width: 70%; height: 69%; right: 2%; top: 2%; border-radius: 0; transform: translate3d(var(--px,0),var(--py,0),0) rotate(1.8deg); }
.hero-card--two { width: 59%; height: 47%; left: 0; bottom: 1%; border-radius: 0; transform: translate3d(var(--px,0),var(--py,0),0) rotate(-5.5deg); z-index: 2; }
.hero-monogram { width: 140px; height: 112px; left: 1.5%; top: 4%; z-index: 5; border-radius: 0; box-shadow: none; transform: translate3d(var(--px,0),var(--py,0),0) rotate(-8deg); outline: 7px solid var(--paper); }
.hero-stamp { right: 0; bottom: 8%; width: 116px; height: 116px; border: 1px solid rgba(255,255,255,.35); transform: translate3d(var(--px,0),var(--py,0),0) rotate(7deg); box-shadow: 0 16px 38px rgba(11,11,12,.16); }
.hero-stamp strong { display: block; font-family: var(--serif); font-size: 2.15rem; font-weight: 500; letter-spacing: -.04em; line-height: .8; }
.hero-stamp span { display: block; margin-top: 7px; font-size: .54rem; line-height: 1.25; }
.hero-art-note { position: absolute; z-index: 6; right: 2%; top: 77%; padding: 7px 10px; background: var(--paper); border: 1px solid var(--line); font-size: .58rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; transform: rotate(90deg) translateX(100%); transform-origin: right top; }
.crop-mark { position: absolute; z-index: 8; width: 28px; height: 28px; pointer-events: none; }
.crop-mark::before,.crop-mark::after { content: ''; position: absolute; background: rgba(11,11,12,.45); }
.crop-mark::before { width: 28px; height: 1px; top: 13px; left: 0; }
.crop-mark::after { width: 1px; height: 28px; left: 13px; top: 0; }
.crop-mark--tl { top: 1%; left: 12%; }
.crop-mark--br { right: 5%; bottom: 2%; }

/* Selected work — editorial numbering and image-first hover. */
.work-grid { gap: 26px 20px; }
.work-card { border-radius: 0; box-shadow: 0 0 0 1px rgba(11,11,12,.06); transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s ease; }
.work-card::before { content: attr(data-index); position: absolute; z-index: 5; top: 14px; left: 14px; width: 38px; height: 38px; display: grid; place-items: center; background: var(--paper); color: var(--ink); border: 1px solid rgba(11,11,12,.18); font-size: .63rem; font-weight: 900; letter-spacing: .08em; }
.work-card::after { content: 'VIEW PROJECT ↗'; position: absolute; z-index: 4; right: 16px; top: 16px; padding: 9px 11px; background: rgba(8,8,8,.88); color: white; font-size: .58rem; font-weight: 900; letter-spacing: .11em; opacity: 0; transform: translateY(-7px); transition: opacity .28s ease, transform .28s ease; }
.work-card:hover { transform: translateY(-4px); box-shadow: 0 28px 70px rgba(11,11,12,.13); }
.work-card:hover::after { opacity: 1; transform: none; }
.work-card img { transition: transform .65s cubic-bezier(.2,.7,.2,1), filter .35s ease; }
.work-card:hover img { transform: scale(1.045); filter: brightness(.88) contrast(1.03); }
.work-label { inset: auto 0 0 0; padding: 20px; border-radius: 0; background: linear-gradient(transparent,rgba(8,8,8,.92)); backdrop-filter: none; transform: translateY(16px); transition: transform .35s ease; }
.work-card:hover .work-label { transform: none; }
.work-label h3 { font-size: clamp(1.45rem,2vw,2rem); }

/* Full portfolio gets the same studio treatment without sacrificing filtering/dialog behavior. */
.portfolio-grid { counter-reset: hdd-project; gap: 34px 20px; }
.project-card { counter-increment: hdd-project; }
.project-media { position: relative; border-radius: 0; box-shadow: 0 0 0 1px rgba(11,11,12,.06); transition: transform .3s ease, box-shadow .3s ease; }
.project-media::before { content: attr(data-index); position: absolute; z-index: 3; left: 12px; top: 12px; display: grid; place-items: center; width: 34px; height: 34px; background: var(--paper); border: 1px solid rgba(11,11,12,.16); font-size: .6rem; font-weight: 900; letter-spacing: .08em; }
.project-media::after { content: 'VIEW PROJECT ↗'; position: absolute; z-index: 3; right: 13px; bottom: 13px; padding: 9px 11px; background: rgba(8,8,8,.88); color: white; font-size: .58rem; font-weight: 900; letter-spacing: .1em; transform: translateY(7px); opacity: 0; transition: opacity .25s ease, transform .25s ease; }
.project-media:hover { transform: translateY(-3px); box-shadow: 0 24px 58px rgba(11,11,12,.12); }
.project-media:hover::after { opacity: 1; transform: none; }
.project-media:hover img { transform: scale(1.04); filter: brightness(.88); }
.project-info { padding-top: 12px; border-top: 1px solid var(--line); margin-top: 10px; }
.project-info h3 { font-family: var(--serif); font-size: 1.2rem; font-weight: 500; }
.project-info span { font-weight: 850; }

/* Page heroes inherit tactile studio cues. */
.page-hero { position: relative; overflow: hidden; background-image: linear-gradient(90deg,transparent 0 72%,rgba(11,11,12,.025) 72%),url('../images/ui/header-paper-grain.png'); background-size: auto, 320px 320px; }
.page-hero::after { content: ''; pointer-events: none; }

/* Portrait and service surfaces get slightly sharper, more editorial geometry. */
.designer-photo,.about-portrait,.origin-photo,.split-media,.product-card,.product-image { border-radius: 0; }
.service-card { transition: background .3s ease; }
.service-card:hover { background: rgba(255,255,255,.035); }
.process-step { border-radius: 0; transition: transform .25s ease, background .25s ease; }
.process-step:hover { transform: translateY(-4px); background: rgba(255,255,255,.5); }

/* Poster-style footer — every page ends with a designed moment. */
.site-footer { position: relative; overflow: hidden; padding: 38px 0 24px; background: #09090a; }
.site-footer::before { content: ''; position: absolute; inset: 0; opacity: .18; background-image: url('../images/ui/header-paper-grain.png'); background-size: 280px 280px; mix-blend-mode: screen; pointer-events: none; }
.site-footer::after { content: ''; pointer-events: none; }
.footer-shell { position: relative; z-index: 2; }
.footer-kicker { display: grid; grid-template-columns: 1fr auto 1fr; gap: 18px; padding-bottom: 16px; border-bottom: 1px solid var(--line-dark); color: #89847d; font-size: .6rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.footer-kicker span:nth-child(2) { text-align: center; }
.footer-kicker span:last-child { text-align: right; }
.footer-cta { position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: baseline; gap: clamp(14px,3vw,44px); padding: clamp(44px,7vw,92px) 0 clamp(48px,7vw,94px); border-bottom: 1px solid var(--line-dark); color: var(--paper); }
.footer-cta span,.footer-cta em { font-family: var(--serif); font-size: clamp(4.2rem,10.8vw,11.5rem); font-weight: 500; line-height: .72; letter-spacing: -.065em; white-space: nowrap; }
.footer-cta em { font-style: italic; color: #c9b99f; }
.footer-cta b { font-size: clamp(2rem,4vw,4.2rem); font-weight: 400; transition: transform .28s ease; }
.footer-cta:hover b { transform: translate(8px,-8px); }
.footer-cta::after { content: ''; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: var(--paper); transform: scaleX(0); transform-origin: left; transition: transform .5s cubic-bezier(.2,.7,.2,1); }
.footer-cta:hover::after { transform: scaleX(1); }
.footer-details { display: grid; grid-template-columns: 1.35fr .65fr 1fr; gap: clamp(30px,6vw,90px); padding: 42px 0 34px; border-bottom: 1px solid var(--line-dark); }
.footer-signature { display: grid; grid-template-columns: 96px 1fr; gap: 22px; align-items: start; }
.footer-signature img { width: 96px; height: 78px; object-fit: cover; border: 1px solid rgba(255,255,255,.12); }
.footer-signature p { margin: 0; max-width: 500px; color: #aaa49a; font-size: .9rem; line-height: 1.65; }
.footer-group { gap: 9px; }
.footer-group a,.footer-group span { color: #c8c2b8; font-size: .86rem; }
.footer-bottom { padding-top: 20px; display: grid; grid-template-columns: 1fr auto 1fr; }
.footer-bottom span:nth-child(2) { text-align: center; }
.footer-bottom span:last-child { text-align: right; }

@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr 1fr; min-height: 620px; }
  .hero-art { min-height: 600px; }
  .footer-cta { grid-template-columns: 1fr auto; }
  .footer-cta span { grid-column: 1; }
  .footer-cta em { grid-column: 1; }
  .footer-cta b { grid-column: 2; grid-row: 1 / span 2; align-self: center; }
}

@media (max-width: 980px) {
  .hero--editorial { min-height: auto; }
  .hero-topline { grid-template-columns: 1fr 1fr; }
  .hero-topline span:nth-child(2) { display: none; }
  .hero-topline span:last-child { text-align: right; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; padding-top: 54px; }
  .hero-copy { max-width: 820px; }
  .hero-display { max-width: 780px; }
  .hero-art { min-height: 650px; margin-top: 18px; }
  .footer-details { grid-template-columns: 1fr 1fr; }
  .footer-signature { grid-column: 1 / -1; max-width: 680px; }
}

@media (max-width: 700px) {
  body::before { opacity: .07; }
  .section--numbered::before { top: 20px; left: 14px; }
  .hero--editorial { padding-top: 14px; }
  .hero-topline,.hero-bottomline { font-size: .52rem; }
  .hero-grid { padding-top: 38px; }
  .hero-display em { padding-left: 18px; }
  .hero-disciplines { gap: 8px 12px; }
  .hero-art { min-height: 500px; }
  .hero-card--one { width: 72%; height: 66%; }
  .hero-card--two { width: 62%; height: 46%; }
  .hero-monogram { width: 92px; height: 74px; left: 0; top: 2%; outline-width: 5px; }
  .hero-stamp { width: 88px; height: 88px; right: 0; bottom: 6%; }
  .hero-stamp strong { font-size: 1.6rem; }
  .hero-art-note,.crop-mark { display: none; }
  .work-card::after,.project-media::after { opacity: 1; transform: none; }
  .footer-kicker { grid-template-columns: 1fr 1fr; }
  .footer-kicker span:nth-child(2) { display: none; }
  .footer-cta { display: block; padding: 55px 0; }
  .footer-cta span,.footer-cta em { display: block; font-size: clamp(4rem,19vw,6.8rem); white-space: normal; }
  .footer-cta em { padding-left: 20px; }
  .footer-cta b { position: absolute; right: 0; top: 40px; }
  .footer-details { grid-template-columns: 1fr; gap: 34px; }
  .footer-signature { grid-column: auto; grid-template-columns: 78px 1fr; }
  .footer-signature img { width: 78px; height: 63px; }
  .footer-bottom { grid-template-columns: 1fr; gap: 7px; }
  .footer-bottom span:nth-child(2),.footer-bottom span:last-child { text-align: left; }
}

@media (hover: none) {
  .work-card::after,.project-media::after { opacity: 1; transform: none; }
}

/* v1.5 footer composition safety: oversized call-to-action stays deliberately two-line. */
.footer-cta { display: block; padding-right: clamp(60px,8vw,120px); }
.footer-cta span,.footer-cta em { display: block; width: fit-content; }
.footer-cta em { padding-left: clamp(24px,14vw,190px); }
.footer-cta b { position: absolute; right: 1%; top: 50%; transform: translateY(-50%); }
.footer-cta:hover b { transform: translate(8px,calc(-50% - 8px)); }
@media (max-width: 700px) {
  .footer-cta { padding-right: 46px; }
  .footer-cta em { padding-left: 18px; }
  .footer-cta b { right: 0; top: 42px; transform: none; }
  .footer-cta:hover b { transform: translate(5px,-5px); }
}

/* =========================================================
   v1.5.1 — brand-corrective pass
   Restore the v1.4 homepage hero rhythm while keeping the
   stronger v1.5 footer and portfolio interaction upgrades.
   Decorative shorthand is replaced with actual Hyde branding.
   ========================================================= */

/* Restore the v1.4 hero's cleaner text composition and image geometry. */
.hero:not(.page-hero) {
  padding: 78px 0 70px;
  min-height: 0;
  display: block;
}
.hero:not(.page-hero) .hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: clamp(40px, 6vw, 90px);
  min-height: 0;
  padding: 0;
}
.hero:not(.page-hero) .hero-copy { align-self: auto; }
.hero:not(.page-hero) .display {
  max-width: 1040px;
  font-size: clamp(3.3rem, 8vw, 8.2rem);
  line-height: .88;
  letter-spacing: -.055em;
}
.hero:not(.page-hero) .hero-copy p {
  max-width: 690px;
  margin: 30px 0 0;
  font-size: clamp(1.05rem, 1.6vw, 1.32rem);
  line-height: 1.6;
  color: #4f4b45;
}
.hero:not(.page-hero) .hero-art {
  position: relative;
  min-height: 640px;
  isolation: auto;
}
.hero:not(.page-hero) .hero-art::before {
  content: '';
  position: absolute;
  inset: 7% 4% 4% 14%;
  border-radius: 44% 56% 40% 60% / 50% 42% 58% 50%;
  background: #dfd8cd;
  transform: rotate(-6deg);
  border: 0;
}
.hero:not(.page-hero) .hero-art::after { display: none; }
.hero:not(.page-hero) .hero-card {
  position: absolute;
  overflow: hidden;
  margin: 0;
  box-shadow: var(--shadow);
  transition: none;
  will-change: auto;
}
.hero:not(.page-hero) .hero-card img { height: 100%; object-fit: cover; filter: none; }
.hero:not(.page-hero) .hero-card--one {
  width: 68%; height: 64%; right: 0; top: 0; left: auto; bottom: auto;
  border-radius: 180px 180px 20px 20px;
  transform: none;
}
.hero:not(.page-hero) .hero-card--two {
  width: 58%; height: 48%; left: 0; bottom: 0; right: auto; top: auto;
  border-radius: 20px;
  transform: rotate(-5deg);
  z-index: 2;
}
.hero:not(.page-hero) .hero-monogram {
  position: absolute;
  z-index: 4;
  width: 180px;
  height: 145px;
  left: 5%;
  top: 3%;
  object-fit: contain;
  border-radius: 0;
  opacity: .84;
  box-shadow: none;
  outline: 0;
  transform: rotate(-7deg);
  filter: none;
}
.hero:not(.page-hero) .hero-stamp {
  position: absolute;
  right: 4%;
  bottom: 7%;
  z-index: 3;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--ink);
  color: white;
  text-align: center;
  font-size: .72rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: .12em;
  text-transform: uppercase;
  transform: rotate(8deg);
  border: 0;
  box-shadow: none;
}

/* Actual distressed mark replaces generic typed HDD/HD watermarks. */
.page-hero::after {
  content: '';
  position: absolute;
  width: clamp(240px, 25vw, 430px);
  height: clamp(190px, 20vw, 350px);
  right: -2vw;
  bottom: -6vw;
  background: url('../images/brand/hdd-monogram-black-transparent.png') center / contain no-repeat;
  opacity: .032;
  pointer-events: none;
}
.site-footer::after {
  content: '';
  position: absolute;
  width: clamp(360px, 38vw, 680px);
  height: clamp(290px, 31vw, 550px);
  right: -7vw;
  bottom: -11vw;
  background: url('../images/brand/hdd-monogram-white-transparent.png') center / contain no-repeat;
  opacity: .035;
  pointer-events: none;
}
.cta-panel::after {
  content: '';
  position: absolute;
  width: clamp(300px, 34vw, 560px);
  height: clamp(240px, 28vw, 460px);
  right: -5%;
  bottom: -28%;
  background: url('../images/brand/hdd-monogram-white-transparent.png') center / contain no-repeat;
  opacity: .045;
  pointer-events: none;
}
.footer-signature img {
  width: 96px;
  height: 78px;
  object-fit: contain;
  border: 0;
  opacity: .9;
}

@media (max-width: 980px) {
  .hero:not(.page-hero) .hero-grid { grid-template-columns: 1fr; }
  .hero:not(.page-hero) .hero-art { min-height: 540px; margin-top: 18px; }
}
@media (max-width: 700px) {
  .hero:not(.page-hero) { padding: 58px 0 48px; }
  .hero:not(.page-hero) .hero-art { min-height: 410px; }
  .hero:not(.page-hero) .hero-card--one { width: 72%; height: 64%; }
  .hero:not(.page-hero) .hero-card--two { width: 58%; height: 48%; }
  .hero:not(.page-hero) .hero-stamp { width: 100px; height: 100px; font-size: .6rem; }
  .hero:not(.page-hero) .hero-monogram { width: 120px; height: 97px; left: 2%; top: 0; }
  .footer-signature img { width: 78px; height: 63px; }
}
