[hidden] {
  display: none !important;
}

:root {
  --midnight: #051f2b;
  --ink: #062d39;
  --ivory: #fff8ea;
  --paper: #f6eedb;
  --red: #e52d27;
  --yellow: #ffc72c;
  --blue: #00a7d1;
  --green: #188c4b;
  --muted: #526968;
  --line: rgba(5, 31, 43, 0.18);
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: Arial, Helvetica, sans-serif;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button,
input,
textarea {
  font: inherit;
}

button {
  color: inherit;
  border: 0;
  cursor: pointer;
}

input,
textarea {
  color: var(--ink);
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  display: flex;
  min-height: 88px;
  padding: 0 max(4.5vw, 22px);
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 248, 234, 0.94);
  border-top: 5px solid var(--red);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 13px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
}

.brand-mark {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  color: var(--yellow);
  background: var(--midnight);
  border-radius: 50%;
  box-shadow: 4px 4px 0 var(--blue);
}

.brand small {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: 27px;
  font-size: 11px;
  font-weight: 800;
}

.site-header nav a:not(.nav-cta):hover {
  color: var(--red);
}

.nav-cta {
  padding: 14px 19px;
  color: #fff;
  background: var(--red);
  box-shadow: 5px 5px 0 var(--yellow);
}

.hero {
  position: relative;
  display: grid;
  min-height: 790px;
  padding: 70px max(4.5vw, 22px) 90px;
  overflow: hidden;
  grid-template-columns: minmax(0, 0.95fr) minmax(440px, 1.05fr);
  gap: clamp(45px, 7vw, 105px);
  align-items: center;
  background:
    radial-gradient(circle at 15% 15%, rgba(255, 199, 44, 0.2), transparent 24%),
    var(--ivory);
}

.hero::after {
  content: "";
  position: absolute;
  right: -100px;
  bottom: -160px;
  width: 620px;
  height: 620px;
  opacity: 0.42;
  background:
    linear-gradient(45deg, var(--red) 25%, transparent 25%) 0 0/64px 64px,
    linear-gradient(-45deg, var(--yellow) 25%, transparent 25%) 0 0/64px 64px,
    linear-gradient(135deg, var(--blue) 25%, transparent 25%) 32px 32px/64px 64px,
    linear-gradient(-135deg, var(--green) 25%, transparent 25%) 32px 32px/64px 64px;
  transform: rotate(13deg);
}

.hero-copy,
.hero-art {
  position: relative;
  z-index: 2;
}

.eyebrow {
  display: flex;
  margin: 0 0 22px;
  align-items: center;
  gap: 11px;
  color: var(--red);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 32px;
  height: 3px;
  background: currentColor;
}

.eyebrow.light {
  color: var(--yellow);
}

.hero h1,
.section h2,
.manifesto h2,
.process-section h2,
.order-section h2,
.preview-modal h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.045em;
}

.hero h1 {
  max-width: 730px;
  font-size: clamp(58px, 6.4vw, 102px);
  line-height: 0.91;
}

.hero h1 em {
  display: block;
  margin-top: 16px;
  color: var(--red);
  font-weight: 400;
}

.hero-intro {
  max-width: 650px;
  margin: 32px 0 0;
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(19px, 1.6vw, 24px);
  line-height: 1.5;
}

.hero-actions {
  display: flex;
  margin-top: 38px;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
}

.button {
  display: inline-flex;
  min-height: 58px;
  padding: 0 24px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-size: 11px;
  font-weight: 900;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.button:hover {
  transform: translate(-2px, -2px);
}

.button-red {
  color: #fff;
  background: var(--red);
  box-shadow: 7px 7px 0 var(--yellow);
}

.button-yellow {
  color: var(--midnight);
  background: var(--yellow);
  box-shadow: 7px 7px 0 var(--blue);
}

.button-dark {
  color: #fff;
  background: var(--midnight);
  box-shadow: 7px 7px 0 var(--blue);
}

.text-link {
  padding: 12px 0 8px;
  border-bottom: 2px solid var(--midnight);
  font-size: 11px;
  font-weight: 900;
}

.hero-proof {
  display: flex;
  margin-top: 44px;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-proof span {
  padding: 9px 11px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid var(--line);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.hero-art {
  min-height: 560px;
}

.art-frame {
  position: absolute;
  inset: 0;
  padding: 28px;
  background: var(--blue);
  border: 1px solid var(--midnight);
  box-shadow:
    18px 18px 0 var(--red),
    36px 36px 0 var(--yellow);
  transform: rotate(2deg);
}

.art-browser {
  height: 100%;
  overflow: hidden;
  background: var(--midnight);
  border: 1px solid rgba(255, 255, 255, 0.22);
  transform: rotate(-4deg);
}

.browser-bar {
  display: flex;
  height: 48px;
  padding: 0 16px;
  align-items: center;
  gap: 7px;
  background: #fff;
}

.browser-bar i {
  width: 9px;
  height: 9px;
  background: var(--red);
  border-radius: 50%;
}

.browser-bar i:nth-child(2) {
  background: var(--yellow);
}

.browser-bar i:nth-child(3) {
  background: var(--green);
}

.browser-bar span {
  margin-left: auto;
  color: var(--muted);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.browser-body {
  display: grid;
  height: calc(100% - 48px);
  padding: clamp(28px, 4vw, 58px);
  grid-template-columns: 1.2fr 0.8fr;
  gap: 20px;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(0, 167, 209, 0.18), transparent),
    var(--midnight);
}

.browser-copy {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.browser-copy small {
  color: var(--yellow);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.browser-copy strong {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 61px);
  font-weight: 400;
  line-height: 0.98;
}

.browser-copy span {
  color: rgba(255, 255, 255, 0.56);
  font-size: 11px;
  line-height: 1.6;
}

.browser-shape {
  display: grid;
  aspect-ratio: 1;
  place-items: center;
  background: var(--yellow);
  border: 16px solid var(--red);
  border-radius: 50%;
  box-shadow: 0 0 0 16px var(--green);
}

.browser-shape b {
  color: var(--midnight);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 5vw, 75px);
}

.art-stamp,
.art-note {
  position: absolute;
  z-index: 4;
}

.art-stamp {
  top: -30px;
  right: -26px;
  display: grid;
  width: 118px;
  height: 118px;
  place-items: center;
  align-content: center;
  color: #fff;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 8px 8px 0 var(--midnight);
}

.art-stamp strong {
  font-size: 25px;
}

.art-stamp span,
.art-note span {
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.art-note {
  right: 38px;
  bottom: -42px;
  display: flex;
  padding: 20px 24px;
  flex-direction: column;
  gap: 7px;
  background: var(--yellow);
  border: 1px solid var(--midnight);
  transform: rotate(-2deg);
}

.art-note strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}

.signal-strip {
  display: grid;
  color: #fff;
  background: var(--midnight);
  border-bottom: 7px solid var(--red);
  grid-template-columns: repeat(4, 1fr);
}

.signal-strip span {
  padding: 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
}

.signal-strip b {
  margin-right: 10px;
  color: var(--yellow);
}

.section {
  padding: 120px max(4.5vw, 22px);
}

.section-heading {
  display: grid;
  margin-bottom: 62px;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 70px;
  align-items: end;
}

.section-heading h2,
.manifesto h2 {
  font-size: clamp(46px, 6vw, 86px);
  line-height: 0.96;
}

.section-heading > p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.services {
  background: var(--paper);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-left: 1px solid var(--line);
}

.service-card {
  position: relative;
  display: flex;
  min-height: 420px;
  padding: 32px;
  flex-direction: column;
  background: var(--ivory);
  border-top: 7px solid var(--red);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.accent-yellow {
  border-top-color: var(--yellow);
}

.accent-blue {
  border-top-color: var(--blue);
}

.accent-green {
  border-top-color: var(--green);
}

.service-card > span {
  color: var(--red);
  font-size: 10px;
  font-weight: 900;
}

.service-card h3 {
  margin: 76px 0 17px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.05;
}

.service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.service-card a {
  display: flex;
  margin-top: auto;
  padding-top: 24px;
  justify-content: space-between;
  color: var(--green);
  border-top: 1px solid var(--line);
  font-size: 10px;
  font-weight: 900;
}

.service-card:hover {
  color: #fff;
  background: var(--midnight);
  transform: translateY(-7px);
}

.service-card:hover p {
  color: rgba(255, 255, 255, 0.65);
}

.service-card:hover a {
  color: var(--yellow);
}

.manifesto {
  display: grid;
  padding: 110px max(4.5vw, 22px);
  color: #fff;
  background:
    radial-gradient(circle at 78% 18%, rgba(0, 167, 209, 0.28), transparent 28%),
    var(--midnight);
  border-bottom: 9px solid var(--green);
  grid-template-columns: 1fr 0.75fr;
  gap: 90px;
  align-items: end;
}

.manifesto p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.6;
}

.pricing {
  background:
    linear-gradient(135deg, rgba(255, 199, 44, 0.15), transparent 34%),
    var(--ivory);
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: stretch;
}

.package-card {
  position: relative;
  display: flex;
  min-height: 690px;
  padding: 38px;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-top: 8px solid var(--blue);
  box-shadow: 10px 10px 0 rgba(0, 167, 209, 0.15);
}

.package-card.featured {
  color: #fff;
  background: var(--midnight);
  border-top-color: var(--yellow);
  box-shadow: 12px 12px 0 var(--yellow);
  transform: translateY(-12px);
}

.package-card.accent-red {
  border-top-color: var(--red);
}

.popular {
  position: absolute;
  top: -17px;
  right: 24px;
  padding: 9px 12px;
  color: var(--midnight);
  background: var(--yellow);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.package-name > span {
  display: block;
  color: var(--red);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.featured .package-name > span {
  color: var(--yellow);
}

.package-name small {
  display: block;
  min-height: 42px;
  margin-top: 11px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.featured .package-name small {
  color: rgba(255, 255, 255, 0.57);
}

.price {
  display: flex;
  margin: 33px 0;
  align-items: flex-start;
  gap: 7px;
}

.price span {
  margin-top: 11px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.featured .price span {
  color: rgba(255, 255, 255, 0.55);
}

.price strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 72px;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.85;
}

.package-card ul {
  margin: 0 0 36px;
  padding: 0;
  list-style: none;
}

.package-card li {
  display: flex;
  padding: 13px 0;
  align-items: flex-start;
  gap: 11px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 12px;
  line-height: 1.5;
}

.featured li {
  color: rgba(255, 255, 255, 0.7);
  border-top-color: rgba(255, 255, 255, 0.14);
}

.package-card li span {
  color: var(--green);
  font-weight: 900;
}

.featured li span {
  color: var(--yellow);
}

.package-card .button {
  width: 100%;
  margin-top: auto;
}

.process-section {
  display: grid;
  padding: 110px max(4.5vw, 22px);
  color: #fff;
  background:
    radial-gradient(circle at 80% 10%, rgba(0, 167, 209, 0.25), transparent 28%),
    var(--midnight);
  border-bottom: 9px solid var(--blue);
  grid-template-columns: 0.75fr 1.25fr;
  gap: 80px;
}

.process-section h2,
.order-section h2 {
  font-size: clamp(46px, 5.7vw, 78px);
  line-height: 0.98;
}

.process-grid {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  border-left: 1px solid rgba(255, 255, 255, 0.17);
}

.process-grid li {
  display: flex;
  min-height: 215px;
  padding: 28px;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, 0.17);
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.process-grid b {
  color: var(--yellow);
  font-size: 9px;
  letter-spacing: 0.14em;
}

.process-grid strong {
  margin-top: 33px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 400;
}

.process-grid span {
  max-width: 280px;
  margin-top: 11px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.65;
}

.order-section {
  display: grid;
  padding: 115px max(4.5vw, 22px);
  color: #fff;
  background:
    linear-gradient(145deg, rgba(229, 45, 39, 0.16), transparent 38%),
    var(--red);
  border-bottom: 9px solid var(--yellow);
  grid-template-columns: 0.7fr 1.3fr;
  gap: clamp(50px, 7vw, 110px);
  align-items: start;
}

.order-intro {
  position: sticky;
  top: 120px;
}

.order-intro > p:not(.eyebrow):not(.platinum-note) {
  max-width: 510px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.7;
}

.selected-package {
  display: grid;
  margin-top: 45px;
  padding: 26px;
  color: var(--midnight);
  background: var(--yellow);
  border: 1px solid var(--midnight);
  box-shadow: 10px 10px 0 var(--blue);
  grid-template-columns: 1fr auto;
  gap: 8px 20px;
}

.selected-package span {
  grid-column: 1 / -1;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.selected-package strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  font-weight: 400;
}

.selected-package b {
  align-self: center;
  font-size: 19px;
}

.platinum-note {
  margin: 28px 0 0;
  padding-left: 17px;
  color: rgba(255, 255, 255, 0.62);
  border-left: 3px solid var(--yellow);
  font-size: 11px;
  line-height: 1.65;
}

.project-form {
  padding: clamp(28px, 4vw, 54px);
  color: var(--ink);
  background: var(--ivory);
  border-top: 9px solid var(--yellow);
  box-shadow: 14px 14px 0 var(--green);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.project-form label,
.project-form legend {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.project-form label > span,
.project-form legend > span {
  color: var(--red);
}

.project-form input:not([type="radio"]),
.project-form textarea {
  display: block;
  width: 100%;
  margin-top: 9px;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 0;
  outline: 0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
}

.project-form input:not([type="radio"]) {
  min-height: 55px;
}

.project-form textarea {
  resize: vertical;
  line-height: 1.6;
}

.project-form input:focus,
.project-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(0, 167, 209, 0.15);
}

.package-choice,
.payment-choice {
  display: grid;
  margin: 34px 0 0;
  padding: 0;
  border: 0;
  gap: 10px;
}

.package-choice {
  grid-template-columns: repeat(3, 1fr);
}

.payment-choice {
  grid-template-columns: repeat(2, 1fr);
}

.package-choice legend,
.payment-choice legend {
  margin-bottom: 10px;
  grid-column: 1 / -1;
}

.package-choice label,
.payment-choice label {
  position: relative;
  display: flex;
  min-height: 82px;
  padding: 16px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  cursor: pointer;
}

.package-choice label.chosen,
.payment-choice label.chosen {
  background: rgba(255, 199, 44, 0.22);
  border: 2px solid var(--midnight);
  box-shadow: 4px 4px 0 var(--blue);
}

.package-choice input,
.payment-choice input {
  position: absolute;
  opacity: 0;
}

.package-choice label > span,
.payment-choice label > span {
  display: flex;
  width: 100%;
  color: var(--ink);
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.package-choice strong,
.payment-choice strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
}

.package-choice small,
.payment-choice small {
  color: var(--muted);
  font-size: 9px;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: right;
  text-transform: none;
}

.full-field,
.file-field {
  display: block;
  margin-top: 34px;
}

.file-field input[type="file"] {
  padding: 12px;
  cursor: pointer;
}

.file-field small {
  display: block;
  margin-top: 9px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.5;
  text-transform: none;
}

.form-total {
  display: flex;
  margin-top: 38px;
  padding: 26px 0;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.form-total > span {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.form-total small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
}

.form-total strong {
  color: var(--red);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 47px;
  font-weight: 400;
}

.submit-project {
  display: flex;
  width: 100%;
  min-height: 66px;
  margin-top: 28px;
  padding: 0 25px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: #fff;
  background: var(--midnight);
  box-shadow: 8px 8px 0 var(--yellow);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.form-security {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
  text-align: center;
}

.preview-modal {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  padding: 20px;
  place-items: center;
  background: rgba(5, 31, 43, 0.82);
  backdrop-filter: blur(9px);
}

.preview-modal-card {
  position: relative;
  width: min(590px, 100%);
  padding: 50px;
  background: var(--ivory);
  border-top: 8px solid var(--red);
  box-shadow: 14px 14px 0 var(--yellow);
}

.modal-close {
  position: absolute;
  top: 15px;
  right: 18px;
  background: transparent;
  font-size: 27px;
}

.modal-check {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  color: #fff;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 7px 7px 0 var(--blue);
  font-size: 31px;
}

.preview-modal-card > p:first-of-type {
  margin: 33px 0 10px;
  color: var(--red);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.preview-modal h2 {
  font-size: clamp(39px, 6vw, 58px);
  line-height: 0.96;
}

.preview-modal-card > div:not(.modal-check) {
  display: flex;
  margin-top: 28px;
  padding: 19px 0;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.preview-modal-card > div strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
}

.modal-copy {
  margin: 23px 0 28px !important;
  color: var(--muted) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  letter-spacing: normal !important;
  line-height: 1.65;
  text-transform: none !important;
}

footer {
  display: grid;
  padding: 68px max(4.5vw, 22px) 34px;
  color: #fff;
  background: var(--midnight);
  grid-template-columns: 1fr auto;
  gap: 55px;
  align-items: start;
}

.guide-library{background:linear-gradient(135deg,rgba(255,199,44,.2),transparent 35%),var(--ivory);border-top:9px solid var(--green)}.guide-grid{display:grid;grid-template-columns:repeat(5,1fr);border-left:1px solid var(--line);border-top:1px solid var(--line)}.guide-card{display:flex;min-height:285px;padding:27px;flex-direction:column;background:#fff;border-right:1px solid var(--line);border-bottom:1px solid var(--line);transition:transform 180ms ease,background 180ms ease,color 180ms ease}.guide-card:nth-child(4n+2){border-top:6px solid var(--yellow)}.guide-card:nth-child(4n+3){border-top:6px solid var(--blue)}.guide-card:nth-child(4n+4){border-top:6px solid var(--green)}.guide-card:nth-child(4n+1){border-top:6px solid var(--red)}.guide-card small{color:var(--red);font-size:8px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.guide-card strong{margin-top:40px;font-family:Georgia,"Times New Roman",serif;font-size:25px;font-weight:400;line-height:1.05}.guide-card span{margin-top:auto;padding-top:22px;color:var(--green);border-top:1px solid var(--line);font-size:9px;font-weight:900}.guide-card:hover{z-index:2;color:#fff;background:var(--midnight);transform:translateY(-6px)}.guide-card:hover span{color:var(--yellow);border-top-color:rgba(255,255,255,.16)}.featured-guide{color:#fff;background:var(--midnight)}.featured-guide small,.featured-guide span{color:var(--yellow)}.featured-guide span{border-top-color:rgba(255,255,255,.16)}@media(max-width:1100px){.guide-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.guide-grid{grid-template-columns:1fr}.guide-card{min-height:230px}}

.footer-brand small {
  color: rgba(255, 255, 255, 0.5);
}

footer > div:first-child > p {
  max-width: 420px;
  margin: 25px 0 0;
  color: rgba(255, 255, 255, 0.6);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.55;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: right;
}

.footer-contact span,
footer > small {
  color: var(--yellow);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-contact a {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
}

footer > small {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  grid-column: 1 / -1;
}

@media (max-width: 1050px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 820px;
  }

  .hero-art {
    min-height: 620px;
  }

  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .package-card {
    min-height: 0;
  }

  .package-card.featured {
    transform: none;
  }
}

@media (max-width: 760px) {
  .site-header {
    min-height: 76px;
    padding: 0 16px;
  }

  .brand {
    font-size: 17px;
  }

  .brand-mark {
    width: 37px;
    height: 37px;
  }

  .site-header nav a:not(.nav-cta) {
    display: none;
  }

  .nav-cta {
    padding: 11px 13px;
    font-size: 9px;
  }

  .hero {
    min-height: 0;
    padding: 72px 18px 80px;
  }

  .hero h1 {
    font-size: clamp(47px, 14vw, 67px);
  }

  .hero-art {
    min-height: 440px;
  }

  .art-frame {
    padding: 16px;
    box-shadow:
      10px 10px 0 var(--red),
      20px 20px 0 var(--yellow);
  }

  .browser-body {
    padding: 24px;
    grid-template-columns: 1fr;
  }

  .browser-shape {
    display: none;
  }

  .art-stamp {
    top: -25px;
    right: -8px;
    width: 90px;
    height: 90px;
  }

  .art-note {
    right: 10px;
    bottom: -34px;
  }

  .signal-strip {
    grid-template-columns: 1fr 1fr;
  }

  .signal-strip span:nth-child(2) {
    border-right: 0;
  }

  .section,
  .manifesto,
  .process-section,
  .order-section {
    padding: 82px 18px;
  }

  .section-heading,
  .manifesto,
  .process-section,
  .order-section {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .section-heading h2,
  .manifesto h2 {
    font-size: clamp(44px, 13vw, 62px);
  }

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

  .service-card {
    min-height: 330px;
  }

  .package-card {
    padding: 31px 24px;
  }

  .order-intro {
    position: static;
  }

  .form-grid,
  .package-choice,
  .payment-choice {
    grid-template-columns: 1fr;
  }

  .project-form {
    padding: 29px 20px;
    box-shadow: 8px 8px 0 var(--green);
  }

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

  .process-grid li {
    min-height: 180px;
  }

  .form-total {
    align-items: flex-start;
    flex-direction: column;
  }

  .preview-modal-card {
    padding: 39px 25px 31px;
    box-shadow: 8px 8px 0 var(--yellow);
  }

  footer {
    padding: 58px 18px 28px;
    grid-template-columns: 1fr;
  }

  .footer-contact {
    text-align: left;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}

/* Translation-style split checkout */
.order-section {
  padding: 110px max(5vw, 24px);
  color: var(--ink);
  background:
    radial-gradient(circle at 5% 95%, rgba(255, 199, 44, 0.2), transparent 30%),
    var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 9px solid var(--blue);
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(58px, 8vw, 125px);
}

.order-section h2 {
  max-width: 700px;
  color: var(--ink);
  font-size: clamp(48px, 5.8vw, 86px);
  line-height: 0.98;
}

.order-intro {
  position: sticky;
  top: 118px;
}

.order-intro > p:not(.eyebrow):not(.platinum-note) {
  max-width: 520px;
  margin-top: 30px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}

.selected-package {
  display: block;
  margin-top: 38px;
  padding: 23px 27px;
  color: #fff;
  background: var(--midnight);
  border: 0;
  border-left: 7px solid var(--yellow);
  box-shadow: 9px 9px 0 var(--blue);
}

.selected-package span,
.selected-package strong,
.selected-package small {
  display: block;
}

.selected-package span {
  color: var(--yellow);
}

.selected-package strong {
  margin-top: 9px;
  color: #fff;
  font-size: 42px;
}

.selected-package small {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  line-height: 1.5;
}

.selected-package small b,
.selected-package small em {
  color: inherit;
  font: inherit;
  font-style: normal;
}

.platinum-note {
  color: var(--muted);
  border-left-color: var(--red);
}

.order-contact {
  margin-top: 48px;
  padding: 27px 0;
  border-top: 3px solid var(--blue);
  border-bottom: 3px solid var(--red);
}

.order-contact span,
.order-contact small {
  display: block;
  color: var(--muted);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.order-contact a {
  display: block;
  margin: 9px 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(29px, 3vw, 42px);
}

.project-form {
  position: relative;
  padding: clamp(31px, 4vw, 48px);
  color: #fff;
  background: var(--midnight);
  border: 1px solid var(--yellow);
  box-shadow: 14px 14px 0 var(--green);
}

.project-form::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 8px;
  background: linear-gradient(
    90deg,
    var(--red) 25%,
    var(--yellow) 25% 50%,
    var(--blue) 50% 75%,
    var(--green) 75%
  );
}

.project-form label,
.project-form legend {
  color: var(--yellow);
}

.project-form label > span,
.project-form legend > span {
  color: var(--yellow);
}

.project-form input:not([type="radio"]),
.project-form textarea {
  color: #fff;
  background: rgba(255, 255, 255, 0.065);
  border-color: rgba(255, 255, 255, 0.24);
}

.project-form input:not([type="radio"])::placeholder,
.project-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.36);
}

.project-form input:focus,
.project-form textarea:focus {
  border-color: var(--yellow);
  box-shadow: 0 0 0 3px rgba(255, 199, 44, 0.16);
}

.package-choice label,
.payment-choice label {
  color: #fff;
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(255, 255, 255, 0.2);
}

.package-choice label.chosen,
.payment-choice label.chosen {
  background: rgba(255, 199, 44, 0.13);
  border-color: var(--yellow);
  box-shadow: 4px 4px 0 var(--blue);
}

.package-choice label > span,
.payment-choice label > span,
.package-choice strong,
.payment-choice strong {
  color: #fff;
}

.package-choice small,
.payment-choice small {
  color: rgba(255, 255, 255, 0.56);
}

.file-field input[type="file"] {
  color: rgba(255, 255, 255, 0.78);
  border-style: dashed;
}

.file-field input[type="file"]::file-selector-button {
  margin-right: 13px;
  padding: 11px 15px;
  cursor: pointer;
  color: var(--midnight);
  background: var(--yellow);
  border: 0;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.file-field small,
.form-security,
.form-total small {
  color: rgba(255, 255, 255, 0.5);
}

.form-total {
  border-color: rgba(255, 255, 255, 0.22);
}

.form-total strong {
  color: var(--yellow);
}

.submit-project {
  color: #fff;
  background: var(--red);
  border: 3px solid var(--red);
  box-shadow: 8px 8px 0 var(--yellow);
}

.submit-project:hover {
  box-shadow: 10px 10px 0 var(--blue);
  transform: translateY(-2px);
}

@media (max-width: 900px) {
  .order-section {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .order-intro {
    position: static;
  }

  .order-section h2 {
    font-size: clamp(48px, 11vw, 70px);
  }
}

@media (max-width: 560px) {
  .order-section {
    padding: 82px 18px;
  }

  .order-section h2 {
    font-size: clamp(43px, 13vw, 59px);
  }

  .project-form {
    padding: 32px 19px;
    box-shadow: 8px 8px 0 var(--green);
  }

  .selected-package {
    box-shadow: 7px 7px 0 var(--blue);
  }
}
