:root {
  --navy-950: #071a2b;
  --navy-900: #0d263b;
  --navy-800: #17364e;
  --paper: #f1ede4;
  --paper-light: #faf8f2;
  --paper-white: #fffdf8;
  --ink: #14212b;
  --muted-ink: #59646d;
  --light-text: #f8f5ee;
  --light-muted: #c8d0d5;
  --line-dark: rgba(10, 25, 38, 0.22);
  --line-light: rgba(255, 255, 255, 0.22);
  --page-max: 1240px;
}

.photo-print-theme,
.photo-print-theme * {
  border-radius: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

.photo-print-theme {
  margin: 0;
  overflow-x: hidden;
  background: var(--navy-950);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

.photo-print-theme a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.photo-print-theme a:hover {
  opacity: 1;
}

.photo-print-theme img {
  display: block;
  max-width: 100%;
}

.photo-print-theme h1,
.photo-print-theme h2,
.photo-print-theme h3,
.photo-print-theme p,
.photo-print-theme figure,
.photo-print-theme dl,
.photo-print-theme dd {
  margin-top: 0;
}

.photo-print-theme h1,
.photo-print-theme h2,
.photo-print-theme h3 {
  text-wrap: balance;
}

.photo-print-theme h2 {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 4vw, 4.35rem);
  font-weight: 720;
  letter-spacing: -0.055em;
  line-height: 0.99;
}

.photo-print-theme h3 {
  margin-bottom: 0.65rem;
  font-size: clamp(1.2rem, 1.8vw, 1.5rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.16;
}

.photo-print-theme p {
  margin-bottom: 1rem;
}

.page-shell {
  width: min(calc(100% - 64px), var(--page-max));
  margin-inline: auto;
}

.page-shell--narrow {
  max-width: 920px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 1rem;
  width: auto;
  height: auto;
  padding: 0.75rem 1rem;
  overflow: visible;
  transform: translateY(-120%);
  background: var(--paper-white);
  color: var(--ink);
  border: 2px solid var(--navy-950);
  font-weight: 700;
}

.skip-link:focus {
  top: 0;
  left: 1rem;
  width: auto;
  height: auto;
  transform: translateY(0);
  padding: 0.75rem 1rem;
  background: var(--paper-white);
  color: var(--ink);
  border-radius: 0;
}

.photo-print-theme :focus-visible {
  outline: 3px solid #e5a84b;
  outline-offset: 4px;
}

.site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  border-bottom: 1px solid var(--line-light);
  background: rgba(7, 26, 43, 0.97);
  color: var(--light-text);
  backdrop-filter: none;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-height: 78px;
  padding-block: 0.75rem;
}

.brand {
  display: flex;
  align-items: baseline;
  min-width: 0;
}

.brand a {
  flex: 0 0 auto;
  color: var(--light-text);
  font-size: 1.18rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-decoration: none;
}

.brand-tag {
  display: inline-block;
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: 1px solid var(--line-light);
  color: var(--light-muted);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.nav {
  display: flex;
  align-items: center;
  gap: 0;
}

.nav a {
  padding: 0.7rem 0.8rem;
  color: var(--light-muted);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.nav a:not(.btn):hover {
  color: var(--light-text);
  text-decoration: underline;
}

.photo-print-theme .nav .btn-small {
  margin-left: 0.7rem;
  padding: 0.72rem 1rem;
  border: 1px solid var(--paper-light);
  background: var(--paper-light);
  color: var(--navy-950);
}

.photo-section {
  position: relative;
  padding: clamp(3.25rem, 7vw, 7rem) 0;
  overflow: hidden;
}

.photo-section--dark {
  background: var(--navy-950);
}

.photo-section--light {
  background: var(--paper);
}

.photo-sheet {
  position: relative;
  isolation: isolate;
  padding: clamp(2rem, 5vw, 5rem);
  border: 1px solid var(--line-dark);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.16), 0 3px 10px rgba(0, 0, 0, 0.09);
  transform-origin: center;
}

.photo-sheet::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: 0.45;
  background-image: repeating-linear-gradient(0deg, rgba(10, 25, 38, 0.018) 0, rgba(10, 25, 38, 0.018) 1px, transparent 1px, transparent 4px);
}

.photo-sheet--light {
  background: var(--paper-light);
  color: var(--ink);
}

.photo-sheet--dark {
  border-color: rgba(255, 255, 255, 0.16);
  background: var(--navy-900);
  color: var(--light-text);
}

.photo-sheet--dark::after {
  opacity: 0.22;
  background-image: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0, rgba(255, 255, 255, 0.02) 1px, transparent 1px, transparent 4px);
}

.photo-sheet--tilt-left {
  transform: none;
}

.photo-sheet--tilt-right {
  transform: none;
}

.section-kicker {
  margin-bottom: 1.5rem;
  color: var(--muted-ink);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.35;
  text-transform: uppercase;
}

.photo-sheet--dark .section-kicker {
  color: var(--light-muted);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.65fr);
  column-gap: clamp(2rem, 7vw, 7rem);
  align-items: end;
  margin-bottom: clamp(2.2rem, 5vw, 4.5rem);
}

.section-heading .section-kicker {
  grid-column: 1 / -1;
}

.section-heading h2 {
  margin-bottom: 0;
}

.section-heading > p:last-child {
  max-width: 58ch;
  margin-bottom: 0.25rem;
}

.hero {
  padding-top: clamp(2.25rem, 5vw, 4.75rem);
}

.hero-sheet {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(350px, 0.92fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
}

.hero-copy,
.hero-print {
  min-width: 0;
}

.hero-copy h1 {
  max-width: 12ch;
  margin-bottom: 1.15rem;
  font-size: clamp(3rem, 6vw, 6.5rem);
  font-weight: 760;
  letter-spacing: -0.068em;
  line-height: 0.91;
}

.hero-position {
  max-width: 44ch;
  margin-bottom: 1rem;
  padding-top: 0.9rem;
  border-top: 1px solid var(--line-dark);
  font-size: clamp(0.95rem, 1.45vw, 1.14rem);
  font-weight: 750;
}

.hero-copy .lead {
  max-width: 57ch;
  margin-bottom: 1.7rem;
  color: var(--muted-ink);
  font-size: clamp(1rem, 1.45vw, 1.14rem);
  line-height: 1.68;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 0 0 2rem;
}

.photo-print-theme .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  min-height: 48px;
  padding: 0.8rem 1rem;
  border: 1px solid var(--navy-950);
  background: transparent;
  color: var(--navy-950);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 160ms ease, background-color 160ms ease, color 160ms ease;
}

.photo-print-theme .btn-primary {
  background: var(--navy-950);
  color: var(--paper-white);
}

.photo-print-theme .btn:hover {
  transform: translateY(-2px);
  background: var(--navy-800);
  color: var(--paper-white);
}

.photo-print-theme .btn-ghost:hover {
  background: var(--navy-950);
}

.trust-points {
  display: grid;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line-dark);
  color: var(--ink);
  list-style: none;
}

.trust-points li {
  position: relative;
  padding: 0.62rem 0 0.62rem 1.25rem;
  border-bottom: 1px solid var(--line-dark);
  font-size: 0.86rem;
}

.trust-points li::before {
  position: absolute;
  top: 0.9rem;
  left: 0;
  width: 6px;
  height: 6px;
  background: var(--navy-800);
  content: "";
}

.usage-line {
  display: grid;
  grid-template-columns: 8.5rem 1fr;
  gap: 1rem;
  margin-top: 1.8rem;
  padding-top: 1rem;
  border-top: 2px solid var(--navy-950);
}

.usage-line span,
.delivery-note span,
.request-note span {
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.usage-line p {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.65;
  text-transform: uppercase;
}

.photo-print {
  position: relative;
  margin: 0;
  padding: 0.75rem 0.75rem 1rem;
  border: 1px solid rgba(10, 25, 38, 0.18);
  background: var(--paper-white);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.18), 0 2px 6px rgba(0, 0, 0, 0.1);
}

.hero-print {
  transform: rotate(0.72deg);
}

.photo-frame {
  overflow: hidden;
  background: var(--navy-900);
}

.hero-print .photo-frame {
  aspect-ratio: 3 / 4;
}

.hero-print img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 42% center;
  transform: scale(1.08);
  transform-origin: center center;
  filter: saturate(0.82) contrast(1.04);
}

.photo-print figcaption {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.8rem;
  color: var(--ink);
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.35;
  text-transform: uppercase;
}

.trust-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: clamp(2rem, 8vw, 8rem);
  align-items: end;
}

.trust-grid h2 {
  max-width: 15ch;
  margin-bottom: 0;
}

.trust-grid > div {
  max-width: 58ch;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line-light);
  color: var(--light-muted);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 2px solid var(--navy-950);
  border-bottom: 1px solid var(--line-dark);
}

.service-item {
  min-width: 0;
  padding: 2rem clamp(1rem, 2.6vw, 2.4rem) 2.4rem 0;
}

.service-item + .service-item {
  padding-left: clamp(1rem, 2.6vw, 2.4rem);
  border-left: 1px solid var(--line-dark);
}

.service-item:last-child {
  padding-right: 0;
}

.item-number {
  margin-bottom: 2.8rem;
  color: var(--muted-ink);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.service-item p:last-child {
  max-width: 41ch;
  margin-bottom: 0;
  color: var(--muted-ink);
}

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

.process-item {
  min-width: 0;
  padding: clamp(1.5rem, 3.2vw, 3rem);
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.process-item .item-number {
  margin-bottom: 2rem;
  color: var(--light-muted);
}

.process-item ul {
  margin: 1rem 0 0;
  padding: 0;
  color: var(--light-muted);
  list-style: none;
}

.process-item li {
  padding: 0.42rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.delivery-note {
  display: grid;
  grid-template-columns: minmax(9rem, 0.35fr) 1fr;
  gap: 2rem;
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 2px solid var(--light-text);
  color: var(--light-muted);
}

.delivery-note p {
  margin: 0;
}

.smb-sheet {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.65fr);
  gap: clamp(3rem, 9vw, 9rem);
  align-items: end;
}

.smb-intro h2 {
  max-width: 14ch;
}

.smb-intro > p:not(.section-kicker) {
  max-width: 61ch;
  color: var(--muted-ink);
}

.catalog-list {
  margin-bottom: 0;
  border-top: 2px solid var(--navy-950);
}

.catalog-list > div {
  display: grid;
  grid-template-columns: 6.5rem 1fr;
  gap: 1rem;
  padding: 0.82rem 0;
  border-bottom: 1px solid var(--line-dark);
}

.catalog-list dt {
  color: var(--muted-ink);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.catalog-list dd {
  margin-bottom: 0;
  font-weight: 700;
}

.local-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.72fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: end;
}

.local-grid h2 {
  max-width: 11ch;
  margin-bottom: 0;
}

.local-grid > div {
  max-width: 58ch;
  color: var(--light-muted);
}

.location-line {
  margin: clamp(2rem, 5vw, 5rem) 0 0;
  padding-top: 1rem;
  border-top: 2px solid var(--light-text);
  color: var(--light-text);
  font-size: clamp(1.05rem, 2vw, 1.5rem);
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.seo-section {
  padding-block: clamp(2.75rem, 5vw, 4.5rem);
}

.seo-note {
  padding: clamp(1.8rem, 4vw, 3.3rem);
}

.seo-note h2 {
  max-width: 18ch;
  font-size: clamp(1.8rem, 3.3vw, 3rem);
}

.seo-note > p:last-child {
  max-width: 68ch;
  margin-bottom: 0;
  color: var(--muted-ink);
}

.seo-note a {
  font-weight: 800;
}

.faq-sheet .section-heading {
  grid-template-columns: 1fr;
}

.faq-list {
  border-top: 2px solid var(--light-text);
}

.faq-list details {
  border-bottom: 1px solid var(--line-light);
}

.faq-list summary {
  position: relative;
  padding: 1.35rem 3.25rem 1.35rem 0;
  cursor: pointer;
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  font-weight: 700;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 0.25rem;
  content: "+";
  color: var(--light-muted);
  font-size: 1.5rem;
  font-weight: 400;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 68ch;
  padding: 0 3rem 1.4rem 0;
  color: var(--light-muted);
}

.contact-sheet {
  display: grid;
  grid-template-columns: minmax(270px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(2.5rem, 8vw, 8rem);
  align-items: center;
}

.portrait-print {
  width: min(100%, 430px);
  transform: rotate(-0.72deg);
}

.portrait-print .photo-frame {
  aspect-ratio: 731 / 935;
}

.portrait-print img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  filter: saturate(0.8) contrast(1.03);
}

.contact-copy h2 {
  max-width: 12ch;
}

.contact-lead {
  max-width: 56ch;
  color: var(--muted-ink);
  font-size: clamp(1rem, 1.5vw, 1.15rem);
}

.contact-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 2rem 0;
  border-top: 2px solid var(--navy-950);
}

.contact-details > div {
  padding: 1rem 1rem 1rem 0;
  border-bottom: 1px solid var(--line-dark);
}

.contact-details > div:nth-child(even) {
  padding-left: 1rem;
  border-left: 1px solid var(--line-dark);
}

.contact-details dt {
  margin-bottom: 0.25rem;
  color: var(--muted-ink);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-details dd {
  margin-bottom: 0;
  font-weight: 700;
}

.request-note {
  display: grid;
  grid-template-columns: 9rem 1fr;
  gap: 1.5rem;
  max-width: 62ch;
  margin-bottom: 1.5rem;
  color: var(--muted-ink);
}

.request-note p {
  margin: 0;
}

.site-footer {
  padding: 2rem 0;
  border-top: 1px solid var(--line-light);
  background: var(--navy-950);
  color: var(--light-text);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.footer-inner p {
  margin: 0;
}

.footer-inner .muted {
  color: var(--light-muted);
}

.anchor-alias {
  position: absolute;
  top: 0;
}

@media (max-width: 1024px) {
  .page-shell {
    width: min(calc(100% - 40px), var(--page-max));
  }

  .header-inner {
    gap: 1rem;
  }

  .brand-tag {
    display: none;
  }

  .nav a {
    padding-inline: 0.55rem;
  }

  .hero-sheet {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.75fr);
    gap: 2.5rem;
  }

  .hero-copy h1 {
    font-size: clamp(2.8rem, 6.5vw, 5.2rem);
  }

  .section-heading {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .section-heading h2 {
    margin-bottom: 1.2rem;
  }
}

@media (max-width: 900px) {
  html {
    scroll-padding-top: 132px;
  }

  .page-shell {
    width: min(calc(100% - 28px), var(--page-max));
  }

  .site-header {
    position: relative;
  }

  .header-inner {
    display: grid;
    gap: 0.65rem;
    padding-block: 0.8rem;
  }

  .brand {
    justify-content: space-between;
  }

  .brand-tag {
    display: inline-block;
    max-width: 16rem;
    font-size: 0.61rem;
    text-align: right;
  }

  .nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid var(--line-light);
  }

  .nav a {
    padding: 0.68rem 0.25rem 0.1rem;
    font-size: 0.61rem;
  }

  .photo-print-theme .nav .btn-small {
    min-height: auto;
    margin: 0.55rem 0 0;
    padding: 0.42rem 0.55rem;
  }

  .photo-section {
    padding: 3.4rem 0;
  }

  .photo-sheet {
    padding: 1.6rem;
  }

  .photo-sheet--tilt-left {
    transform: none;
  }

  .photo-sheet--tilt-right {
    transform: none;
  }

  .hero-sheet,
  .trust-grid,
  .smb-sheet,
  .local-grid,
  .contact-sheet {
    grid-template-columns: 1fr;
  }

  .hero-sheet {
    gap: 2.5rem;
  }

  .hero-copy h1 {
    max-width: 13ch;
    font-size: clamp(2.8rem, 12vw, 4.7rem);
  }

  .hero-print {
    width: min(100%, 420px);
    margin-inline: auto;
    transform: rotate(0.35deg);
  }

  .usage-line,
  .delivery-note,
  .request-note {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .trust-grid,
  .local-grid {
    gap: 2rem;
  }

  .trust-grid > div {
    max-width: none;
  }

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

  .service-item,
  .service-item + .service-item,
  .service-item:last-child {
    padding: 1.5rem 0;
    border-left: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .service-grid .service-item:last-child {
    border-bottom: 0;
  }

  .service-item .item-number {
    margin-bottom: 1.25rem;
  }

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

  .process-item {
    padding: 1.5rem;
  }

  .smb-sheet {
    gap: 2rem;
  }

  .portrait-print {
    width: min(100%, 390px);
    margin-inline: auto;
    transform: rotate(-0.35deg);
  }

  .contact-copy h2 {
    max-width: 13ch;
  }
}

@media (max-width: 480px) {
  .page-shell {
    width: min(calc(100% - 20px), var(--page-max));
  }

  .brand-tag {
    display: none;
  }

  .nav {
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 0.75rem;
  }

  .nav a {
    padding-inline: 0;
  }

  .photo-print-theme .nav .btn-small {
    width: auto;
    margin-left: auto;
  }

  .photo-sheet {
    padding: 1.25rem;
    transform: none;
  }

  .hero-copy h1 {
    font-size: clamp(2.5rem, 13vw, 3.65rem);
  }

  .photo-print-theme .btn {
    width: 100%;
  }

  .photo-print {
    padding: 0.55rem 0.55rem 0.8rem;
  }

  .photo-print figcaption {
    display: grid;
    gap: 0.25rem;
  }

  .process-item {
    padding: 1.15rem;
  }

  .catalog-list > div,
  .contact-details {
    grid-template-columns: 1fr;
  }

  .contact-details > div:nth-child(even) {
    padding-left: 0;
    border-left: 0;
  }

  .footer-inner {
    display: grid;
  }
}

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

  .photo-print-theme .btn {
    transition: none;
  }
}
