@font-face {
  font-family: "DCC Ash";
  src: url("DCC%20-%20Ash.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --paper: #141210;
  --paper-soft: #1d1a17;
  --ink: #f4efe7;
  --muted: #b8aa9d;
  --line: #3b332d;
  --accent: #ff7a00;
  --red: #ef3d2f;
  --deep: #0b0a09;
  --rock: "DCC Ash", Impact, "Arial Black", sans-serif;
  --display: "Cormorant Garamond", Georgia, serif;
  --body: Inter, 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(--body);
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 22px 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(11, 10, 9, 0.82);
  backdrop-filter: blur(18px);
}

.brand {
  font-family: var(--rock);
  font-size: 1.9rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.main-nav a:hover {
  color: var(--accent);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 1px;
  margin: 6px auto;
  background: var(--ink);
}

.home-hero {
  position: relative;
  min-height: calc(100vh - 120px);
  overflow: hidden;
  padding: 24px 48px 58px;
}

.hero-inner {
  display: grid;
  grid-template-columns: 680px 660px;
  column-gap: 0;
  align-items: center;
  justify-content: center;
  width: min(1380px, 100%);
  min-height: calc(100vh - 202px);
  margin: 0 auto;
}

.home-hero::before {
  position: absolute;
  left: 48px;
  right: 48px;
  bottom: 34px;
  height: 1px;
  background: rgba(255, 122, 0, 0.42);
  content: "";
}

.hero-label,
.section-kicker,
.kicker {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-hero h1 {
  position: relative;
  z-index: 2;
  max-width: 820px;
  margin: 0;
  font-family: var(--rock);
  font-size: 9.8rem;
  font-weight: 400;
  line-height: 0.82;
  color: #fff;
  text-transform: uppercase;
}

.home-hero h1 span {
  display: block;
}

.home-hero p {
  position: relative;
  z-index: 2;
  max-width: 560px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.8;
}

.hero-cutout {
  position: relative;
  align-self: center;
  justify-self: start;
  margin-left: -58px;
  z-index: 1;
  width: min(700px, 46vw);
  pointer-events: none;
}

.editorial-intro {
  padding: 110px 48px 118px;
  background: var(--paper);
}

.editorial-intro p {
  max-width: 920px;
  margin: 0 auto;
  font-family: var(--display);
  font-size: 3.45rem;
  line-height: 1.04;
  text-align: center;
  color: #fff;
}

.atelier-section {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 70px;
  padding: 128px 48px;
  background: var(--paper-soft);
}

.atelier-section h2 {
  margin: 0;
  font-family: var(--display);
  font-size: 4.1rem;
  font-weight: 500;
  line-height: 0.98;
}

.atelier-actions {
  display: grid;
  align-self: end;
}

.atelier-actions article {
  padding: 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.atelier-actions article:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.atelier-actions strong {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-family: var(--display);
  font-size: 2.35rem;
  font-weight: 500;
}

.atelier-actions span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.08rem;
  line-height: 1.65;
}

.atelier-button {
  display: inline-flex;
  width: fit-content;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
  padding: 0 24px;
  border: 1px solid var(--accent);
  border-radius: 999px;
  background: var(--accent);
  color: var(--deep);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.atelier-button:hover {
  background: #fff;
  border-color: #fff;
}

.text-link {
  display: inline-block;
  margin-top: 44px;
  border-bottom: 1px solid var(--accent);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.text-link:hover {
  color: var(--accent);
}

.content-page,
.legal-page {
  background: var(--paper);
}

.content-main,
.legal-main {
  min-height: calc(100vh - 160px);
  padding: 96px 48px 120px;
}

.page-hero,
.legal-main {
  max-width: 1120px;
}

.legal-main {
  max-width: 1480px;
}

.page-hero {
  margin-bottom: 86px;
}

.page-hero h1,
.legal-main h1 {
  margin: 0 0 28px;
  font-family: var(--display);
  font-size: 7.2rem;
  font-weight: 500;
  line-height: 0.9;
  color: #fff;
}

.legal-main h1,
.legal-main > .kicker {
  max-width: 980px;
}

.page-hero p,
.legal-content p,
.legal-content li,
.legal-content address,
.about-copy p,
.product-showcase p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.8;
}

.page-hero p {
  max-width: 700px;
}

.product-showcase {
  display: grid;
  border-top: 1px solid var(--line);
}

.product-showcase article {
  display: grid;
  grid-template-columns: 150px 0.8fr 1fr;
  gap: 48px;
  padding: 42px 0;
  border-bottom: 1px solid var(--line);
}

.product-showcase span {
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-showcase h2,
.about-copy h2 {
  margin: 0;
  font-family: var(--display);
  font-size: 3rem;
  font-weight: 500;
  line-height: 0.96;
}

.work-section {
  margin-top: 110px;
  padding-top: 58px;
  border-top: 1px solid var(--ink);
}

.work-intro {
  max-width: 860px;
  margin-bottom: 28px;
}

.work-intro h2 {
  margin: 0 0 18px;
  font-family: var(--display);
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 0.94;
}

.work-intro p:last-child {
  max-width: 640px;
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.8;
}

.work-cards {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.work-cards article {
  min-height: 170px;
  padding: 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.018);
}

.work-cards span {
  display: block;
  margin-bottom: 54px;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.work-cards h3 {
  margin: 0;
  color: #fff;
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.service-cards article {
  align-content: center;
  justify-items: center;
  text-align: center;
}

.service-cards svg {
  width: 56px;
  height: 56px;
  margin-bottom: 24px;
  fill: none;
  stroke: var(--accent);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 42px;
}

.service-actions article {
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.service-actions p {
  max-width: 620px;
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.8;
}

.service-actions a:not(.button) {
  color: var(--ink);
  border-bottom: 1px solid var(--accent);
}

.service-actions a:not(.button):hover {
  color: var(--accent);
}

.platform-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.platform-links a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--accent);
  border-radius: 999px;
  padding: 0 20px;
  color: var(--ink);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.platform-links a:hover {
  background: var(--accent);
  color: var(--deep);
}

.platform-links a[aria-disabled="true"] {
  cursor: default;
  opacity: 0.46;
  pointer-events: none;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.social-links a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--accent);
  border-radius: 999px;
  padding: 0 20px;
  color: var(--ink);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.social-links a:hover {
  background: var(--accent);
  color: var(--deep);
}

.order-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: start;
}

.order-card {
  display: grid;
  align-content: start;
  min-height: 100%;
  padding: 34px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.018);
}

.order-card h2 {
  margin: 0 0 18px;
  font-family: var(--display);
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 0.96;
}

.order-card > p:not(.kicker) {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.8;
}

.order-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.order-actions .button[aria-disabled="true"] {
  cursor: default;
  opacity: 0.46;
  pointer-events: none;
}

.order-note {
  margin-top: 52px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.order-note h3 {
  margin: 0 0 10px;
  color: #fff;
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.order-note p {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.8;
}

.social-icon-links {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 18px;
}

.order-note .social-icon-links {
  margin-top: 28px;
}

.hero-socials {
  justify-content: flex-start;
  margin-top: 24px;
}

.social-icon-links a {
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
}

.social-icon-links a:hover {
  border-color: var(--accent);
}

.social-icon-links img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.link-list {
  display: grid;
}

.link-list a {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.link-list span {
  font-family: var(--display);
  font-size: 2.8rem;
  line-height: 1;
}

.link-list small {
  max-width: 220px;
  color: var(--muted);
  line-height: 1.45;
  text-align: right;
}

.custom-form {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.custom-form label {
  display: grid;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.custom-form input,
.custom-form select,
.custom-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
}

.custom-form textarea {
  resize: vertical;
}

.button {
  width: fit-content;
  border: 1px solid var(--ink);
  border-radius: 999px;
  padding: 14px 22px;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.about-page {
  padding: 86px 48px 104px;
}

.about-story-hero,
.about-final-cta {
  width: min(1480px, 100%);
  margin: 0 auto;
}

.about-story-hero {
  position: relative;
  padding: 24px 0 64px;
  overflow: hidden;
}

.about-story-head {
  position: relative;
  z-index: 2;
  max-width: 740px;
  min-height: 500px;
  padding-top: 10px;
  padding-left: clamp(24px, 4vw, 74px);
}

.about-story-head h1 {
  margin: 0 0 34px;
  color: #fff;
  font-family: var(--display);
  font-size: clamp(5.9rem, 9.2vw, 10.8rem);
  font-weight: 500;
  line-height: 0.86;
}

.about-story-head p,
.about-final-cta p {
  max-width: 700px;
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.8;
}

.about-story-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(420px, 0.9fr);
  gap: clamp(54px, 6vw, 96px);
  align-items: start;
  max-width: 1320px;
  margin-top: -56px;
}

.about-story-text {
  position: relative;
  padding-left: 46px;
}

.about-story-text::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: var(--accent);
  opacity: 0.74;
  content: "";
}

.about-story-body {
  max-width: 660px;
}

.about-story-body p {
  margin: 0 0 34px;
  color: var(--muted);
  font-family: var(--body);
  font-size: 1.02rem;
  line-height: 1.8;
}

.about-story-body p:last-child {
  margin-bottom: 0;
}

.about-story-body .about-lead {
  display: block;
  margin: 0 0 36px;
  padding: 0;
  border-bottom: 0;
  color: var(--ink) !important;
  font-size: 1.14rem;
  line-height: 1.78;
  font-weight: 600;
}

.about-final-line {
  position: relative;
  z-index: 2;
  max-width: 560px !important;
  margin: 56px 0 0 !important;
  padding: 42px 40px 44px;
  border: 1px solid rgba(255, 122, 0, 0.42);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 122, 0, 0.08), transparent 42%),
    rgba(255, 255, 255, 0.025);
  color: var(--ink) !important;
  font-family: var(--body);
  font-size: 1.02rem !important;
  line-height: 1.8 !important;
  text-align: center;
}

.about-final-line::after {
  display: block;
  width: 64px;
  height: 1px;
  margin: 28px auto 0;
  background: var(--accent);
  content: "";
}

.about-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.about-gallery img {
  width: 100%;
  height: 145px;
  border: 1px solid rgba(255, 122, 0, 0.28);
  object-fit: cover;
  filter: saturate(0.88) contrast(1.08) brightness(0.76);
}

.about-gallery-main,
.about-gallery-wide {
  grid-column: 1 / -1;
}

.about-gallery-main {
  height: 300px !important;
  object-position: 50% 58%;
}

.about-gallery img:nth-child(2) {
  object-position: 33% 74%;
}

.about-gallery img:nth-child(3) {
  object-position: 72% 64%;
}

.about-gallery img:nth-child(4) {
  height: 118px;
  object-position: 44% 70%;
}

.about-gallery img:nth-child(5) {
  height: 138px;
  object-position: 68% 72%;
}

.about-illustration {
  position: absolute;
  top: 0;
  right: -2vw;
  z-index: 1;
  width: min(980px, 72vw);
  height: 570px;
  opacity: 0.86;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, #000 18%, #000 82%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 8%, #000 76%, transparent 100%);
  mask-image:
    linear-gradient(90deg, transparent 0%, #000 18%, #000 82%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 8%, #000 76%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}

.about-illustration img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-illustration::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, var(--paper) 0%, rgba(20, 18, 16, 0.78) 22%, rgba(20, 18, 16, 0.12) 52%, var(--paper) 100%),
    linear-gradient(180deg, rgba(20, 18, 16, 0.42) 0%, rgba(20, 18, 16, 0) 34%, rgba(20, 18, 16, 0.24) 64%, var(--paper) 100%);
  content: "";
}

.about-final-cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 34px;
  padding-top: 0;
}

.about-final-cta article {
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.about-final-cta h2 {
  margin: 0 0 18px;
  color: #fff;
  font-family: var(--display);
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 0.96;
}

.about-final-cta a:not(.button) {
  color: var(--ink);
  border-bottom: 1px solid var(--accent);
}

.about-final-cta a:not(.button):hover {
  color: var(--accent);
}

.about-final-cta .button,
.about-final-cta .platform-links {
  margin-top: 8px;
}

.legal-content {
  max-width: 980px;
  margin-left: clamp(18px, 3vw, 46px);
  border-top: 1px solid var(--ink);
  padding-top: 34px;
}

.legal-content p,
.legal-content li {
  width: min(1240px, calc(100vw - 144px));
  max-width: none;
  text-align: justify;
  text-align-last: left;
  hyphens: auto;
  overflow-wrap: break-word;
}

.legal-content p {
  margin-top: 0;
  margin-bottom: 22px;
}

.legal-content h2 {
  margin: 42px 0 12px;
  font-family: var(--display);
  font-size: 2.4rem;
  font-weight: 500;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content ul {
  display: grid;
  gap: 8px;
  width: min(1240px, calc(100vw - 144px));
  margin: 0 0 24px;
  padding-left: 1.2rem;
}

.legal-content li {
  padding-left: 0.2rem;
}

.legal-content .checkbox-options {
  display: grid;
  gap: 12px;
  width: calc(min(1240px, calc(100vw - 144px)) - 30px);
  max-width: calc(100% + 160px);
  margin-bottom: 24px;
  margin-left: 30px;
}

.legal-content .checkbox-options p {
  margin: 0;
}

.legal-content address {
  margin-bottom: 24px;
  font-style: normal;
}

.legal-content a {
  color: var(--ink);
  border-bottom: 1px solid var(--accent);
}

.legal-content a:hover {
  color: var(--accent);
}

.contact-list {
  display: grid;
  gap: 18px;
}

.contact-list a {
  width: fit-content;
  font-family: var(--display);
  font-size: 2.4rem;
}

.temporary-page {
  min-height: 100vh;
  background: var(--deep);
}

.temporary-main {
  min-height: 100vh;
  padding: 54px 48px;
}

.temporary-hero {
  display: grid;
  grid-template-columns: minmax(420px, 0.9fr) minmax(360px, 0.8fr);
  gap: 42px;
  align-items: center;
  width: min(1240px, 100%);
  min-height: calc(100vh - 108px);
  margin: 0 auto;
}

.temporary-copy h1 {
  margin: 0 0 24px;
  color: #fff;
  font-family: var(--rock);
  font-size: clamp(5rem, 10vw, 9rem);
  font-weight: 400;
  line-height: 0.84;
  text-transform: uppercase;
}

.temporary-copy .kicker {
  color: var(--accent);
}

.temporary-copy h1 span {
  display: block;
}

.temporary-copy p {
  max-width: 620px;
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.8;
}

.temporary-copy p a {
  color: var(--ink);
  border-bottom: 1px solid var(--accent);
}

.temporary-copy p a:hover {
  color: var(--accent);
}

.temporary-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.temporary-socials a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--accent);
  border-radius: 999px;
  padding: 0 20px;
  color: var(--ink);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.temporary-socials a:hover {
  background: var(--accent);
  color: var(--deep);
}

.temporary-hero img {
  justify-self: center;
  width: min(620px, 48vw);
  pointer-events: none;
}

.temporary-legal-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 22px;
  width: min(1240px, 100%);
  margin: 0 auto;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.temporary-legal-links a {
  border-bottom: 1px solid var(--accent);
}

.temporary-legal-links a:hover {
  color: var(--accent);
}

.temporary-copyright {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.82rem;
  text-align: center;
}

.temporary-copyright a {
  color: var(--ink);
  border-bottom: 1px solid var(--accent);
}

.temporary-copyright a:hover {
  color: var(--accent);
}

.temporary-legal-page .legal-main {
  padding-top: 72px;
}

.temporary-legal-header {
  padding: 28px 48px 0;
  background: var(--paper);
}

.temporary-legal-footer {
  padding: 0 48px 44px;
  background: var(--paper);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 26px;
  padding: 34px 48px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.72);
  background: var(--deep);
}

.site-footer span {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-family: var(--rock);
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.site-footer small {
  color: rgba(255, 255, 255, 0.58);
}

.site-footer .footer-copyright {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.46);
}

.site-footer .footer-copyright a {
  color: var(--ink);
  border-bottom: 1px solid var(--accent);
}

.site-footer .footer-copyright a:hover {
  color: var(--accent);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 20px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footer-links a {
  border-bottom: 0;
}

.footer-links a:hover {
  color: var(--accent);
}

@media (max-width: 980px) {
  .site-header,
  .home-hero,
  .editorial-intro,
  .atelier-section,
  .about-page,
  .content-main,
  .legal-main,
  .temporary-legal-header,
  .temporary-legal-footer,
  .site-footer {
    padding-left: 28px;
    padding-right: 28px;
  }

  .hero-inner {
    grid-template-columns: minmax(0, 1fr);
    min-height: calc(100vh - 110px);
  }

  .home-hero::before {
    left: 28px;
    right: 28px;
  }

  .home-hero h1 {
    font-size: 5.8rem;
  }

  .hero-cutout {
    justify-self: end;
    width: min(520px, 72vw);
    margin-left: 0;
    margin-top: 12px;
  }

  .editorial-intro p,
  .atelier-section h2,
  .page-hero h1,
  .legal-main h1 {
    font-size: 4.2rem;
  }

  .atelier-section,
  .order-layout,
  .about-layout,
  .about-story-hero,
  .about-final-cta,
  .temporary-hero,
  .work-intro,
  .product-showcase article {
    grid-template-columns: 1fr;
  }

  .about-story-hero {
    min-height: auto;
    row-gap: 42px;
    padding-top: 0;
  }

  .about-illustration {
    position: relative;
    top: auto;
    right: auto;
    width: min(620px, 92vw);
    height: 360px;
    margin-left: auto;
    margin-bottom: 34px;
  }

  .about-story-head {
    min-height: auto;
    padding-top: 0;
    padding-left: 0;
  }

  .about-story-head h1 {
    font-size: clamp(4.2rem, 16vw, 6.4rem);
  }

  .about-story-content {
    grid-template-columns: 1fr;
    gap: 46px;
    margin-top: 34px;
  }

  .about-story-text {
    padding-left: 30px;
  }

  .about-story-body {
    margin-top: 0;
  }

  .about-final-line {
    max-width: 100% !important;
    margin-top: 48px !important;
  }

  .about-gallery {
    max-width: 620px;
  }

  .about-gallery-main {
    height: 340px !important;
  }

  .about-gallery img {
    height: 150px;
  }

  .service-actions {
    grid-template-columns: 1fr;
  }

  .work-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .temporary-hero img {
    width: min(560px, 78vw);
  }

}

@media (max-width: 720px) {
  .site-header {
    flex-wrap: wrap;
    align-items: flex-start;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .nav-toggle {
    display: block;
  }

  .main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 10px 28px 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(11, 10, 9, 0.96);
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    padding: 10px 0;
  }

  .main-nav.legal-nav {
    position: static;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4px 18px;
    width: 100%;
    padding: 8px 0 0;
    border-bottom: 0;
    background: transparent;
  }

  .main-nav.legal-nav a {
    padding: 5px 0;
  }

  .home-hero {
    min-height: calc(100vh - 96px);
    padding-top: 20px;
  }

  .hero-inner {
    min-height: calc(100vh - 174px);
  }

  .home-hero h1 {
    font-size: 4.05rem;
  }

  .home-hero p {
    max-width: 340px;
  }

  .hero-cutout {
    width: min(410px, 88vw);
    margin-right: -72px;
    margin-left: 0;
  }

  .editorial-intro {
    padding-top: 78px;
    padding-bottom: 84px;
  }

  .page-hero h1,
  .legal-main h1 {
    font-size: 3.1rem;
  }

  .editorial-intro p {
    font-size: 2.65rem;
  }

  .atelier-section h2 {
    font-size: 2.9rem;
  }

  .editorial-intro p,
  .page-hero h1,
  .legal-main h1 {
    line-height: 1.04;
  }

  .legal-content p,
  .legal-content li {
    width: auto;
    text-align: left;
    hyphens: manual;
  }

  .legal-content ul {
    width: auto;
  }

  .legal-content .checkbox-options {
    width: auto;
  }

  .product-showcase h2,
  .about-copy h2,
  .about-final-cta h2,
  .order-card h2,
  .work-intro h2,
  .link-list span {
    font-size: 2.5rem;
  }

  .atelier-section {
    padding-top: 82px;
    padding-bottom: 88px;
  }

  .work-section {
    margin-top: 72px;
    padding-top: 42px;
  }

  .work-cards {
    grid-template-columns: 1fr;
  }

  .platform-links a {
    width: 100%;
  }

  .link-list a,
  .site-footer {
    flex-direction: column;
  }

  .link-list small {
    max-width: none;
    text-align: left;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .button {
    width: 100%;
  }

  .atelier-button {
    width: 100%;
  }

  .order-card {
    padding: 26px;
  }

  .order-actions .button {
    justify-content: center;
  }

  .social-links a {
    width: 100%;
  }

  .temporary-main {
    padding: 34px 28px 42px;
  }

  .temporary-hero {
    min-height: calc(100vh - 76px);
    gap: 28px;
  }

  .temporary-copy h1 {
    font-size: clamp(4.05rem, 22vw, 5.6rem);
  }

  .temporary-socials a {
    width: 100%;
  }

  .temporary-hero img {
    width: min(430px, 96vw);
    margin-right: -72px;
  }
}
