:root {
  --paper: #faf8f5;
  --ink: #202723;
  --muted: #6c7069;
  --orange: #ff6b35;
  --line: #e5e4dc;
  --serif: Georgia, "Times New Roman", serif;
  --radius: 18px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea {
  font: inherit;
}
button,
a,
input,
textarea,
summary {
  -webkit-tap-highlight-color: transparent;
}
a,
button,
summary {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1.12;
  letter-spacing: -0.045em;
}
h2 {
  font-size: 42px;
}
h3 {
  font-size: 22px;
  letter-spacing: -0.025em;
}
p {
  color: var(--muted);
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #ac411a;
  outline-offset: 5px;
}
.container {
  width: min(1180px, calc(100% - 80px));
  margin-inline: auto;
}
.section {
  padding-block: 100px;
}
.eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  display: block;
  line-height: 1.6;
}
.orange {
  color: var(--orange);
}
.site-header {
  background: #faf8f5f5;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 10;
}
.nav-row {
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 27px;
  font-weight: 800;
  letter-spacing: -1.2px;
  white-space: nowrap;
  line-height: 1;
}
.brand-dot {
  color: var(--orange);
  margin-left: -9px;
}
.brand img {
  flex-shrink: 0;
}
.nav-row nav {
  display: flex;
  gap: 33px;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
}
.nav-row nav > a:not(.button):hover,
.footer-links a:hover {
  color: #bc461b;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  padding: 17px 24px;
  border: 1px solid transparent;
  border-radius: 7px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  transition:
    transform 0.18s,
    background 0.18s;
  min-height: 52px;
}
.button:hover {
  transform: translateY(-2px);
}
.button:active {
  transform: translateY(0);
}
.button span {
  font-size: 20px;
  line-height: 1;
}
.button-orange {
  background: var(--orange);
  color: #231f18;
}
.button-orange:hover {
  background: #ff8051;
}
.button-dark {
  background: var(--ink);
  color: #fff;
}
.button-dark:hover {
  background: #3b453b;
}
.button-small {
  padding: 12px 18px;
  min-height: 44px;
  font-size: 12px;
}
.text-link {
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
  gap: 15px;
  align-items: center;
}
.text-link:hover {
  text-decoration: underline;
}
.menu-toggle {
  display: none;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  z-index: 100;
  background: white;
  padding: 10px;
}
.skip-link:not(:focus) {
  clip-path: inset(50%);
}
.skip-link:focus {
  top: 10px;
}
.hero {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 45px;
  align-items: center;
  padding-top: 88px;
  padding-bottom: 90px;
  min-height: 680px;
}
.hero .eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 10px;
  letter-spacing: 0.11em;
}
.live-dot {
  height: 7px;
  width: 7px;
  background: #6c8160;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #6c816014;
}
.hero h1 {
  font-size: 66px;
  line-height: 1.08;
  letter-spacing: -4px;
  margin-top: 26px;
  font-weight: 750;
}
.price-underline {
  white-space: nowrap;
  position: relative;
}
.price-underline svg {
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 100%;
  height: 19px;
  fill: none;
  stroke: var(--orange);
  stroke-width: 3;
  stroke-linecap: round;
}
.hero-subtitle {
  font-size: 20px;
  margin-top: 33px;
  color: var(--ink);
  letter-spacing: -0.3px;
}
.hero-subtitle strong {
  font-weight: 700;
}
.hero-description {
  max-width: 430px;
  font-size: 15px;
  line-height: 1.85;
  margin-top: 15px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 30px;
}
.hero-actions .button {
  font-size: 13px;
  padding-inline: 19px;
  gap: 20px;
}
.hero-checks {
  display: flex;
  gap: 24px;
  font-size: 11px;
  margin-top: 23px;
  color: var(--muted);
}
.hero-checks i {
  font-style: normal;
  color: #667b58;
  margin-right: 5px;
}
.hero-art {
  position: relative;
  padding: 15px 0 22px 5px;
  min-width: 0;
}
.art-orbit {
  position: absolute;
  inset: -35px -25px -10px -30px;
  background: #f0eee5;
  border-radius: 50%;
  z-index: -1;
}
.hero-brand-mark {
  position: absolute;
  width: 48px;
  height: auto;
  top: -41px;
  right: 0;
  transform: rotate(12deg);
}
.browser {
  background: #fff;
  border: 1px solid #d7d8ce;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 18px 40px #333b2412;
}
.hero-browser {
  transform: rotate(-2deg);
}
.browser-toolbar {
  height: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 0 13px;
  background: #fff;
  color: #979991;
  font-size: 9px;
  border-bottom: 1px solid #edede6;
}
.browser-dots {
  display: flex;
  gap: 4px;
}
.browser-dots i {
  width: 5px;
  height: 5px;
  background: #d9dad3;
  border-radius: 50%;
}
.floating-note {
  position: absolute;
  z-index: 2;
  border: 1px solid #eeeee6;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 8px 25px #3435240b;
  padding: 13px 16px;
  display: flex;
  align-items: center;
  gap: 11px;
}
.floating-note strong {
  display: block;
  font-size: 12px;
  letter-spacing: -0.15px;
}
.floating-note div > span {
  display: block;
  font-size: 9px;
  color: #7b8074;
}
.note-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: #fff0e8;
  color: #dc5c2c;
  font-size: 25px;
}
.note-design {
  top: 68px;
  right: -24px;
  transform: rotate(3deg);
}
.note-price {
  bottom: 24px;
  left: -31px;
  transform: rotate(-3deg);
}
.check-icon {
  background: #edf2e5;
  color: #687c4a;
  font-size: 16px;
}
.art-caption {
  text-align: right;
  font-family: var(--serif);
  font-style: italic;
  font-size: 13px;
  margin: 22px 9px 0;
}
.audience-strip {
  border-block: 1px solid var(--line);
  padding: 29px 0;
  background: #f5f4ee;
}
.audience-strip .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}
.audience-strip .container > span {
  font-size: 9px;
  letter-spacing: 1.1px;
  max-width: 135px;
  color: var(--muted);
  line-height: 1.6;
}
.audience-strip p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 29px;
  font-size: 16px;
  color: #555d50;
  font-weight: 600;
}
.audience-strip i {
  color: #9eaa8e;
  font-size: 17px;
  font-style: normal;
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 35px;
  margin-bottom: 42px;
}
.section-heading h2 {
  margin-top: 14px;
  font-size: 38px;
}
.section-heading > p {
  font-size: 13px;
  line-height: 1.8;
  padding-bottom: 2px;
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.step {
  border-top: 1px solid #cecec0;
  padding: 25px 10px 0 0;
}
.step-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.step-number {
  font-family: var(--serif);
  font-size: 37px;
  color: #89927c;
}
.step-symbol {
  font-size: 25px;
  background: #eeeee4;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
}
.step h3 {
  font-size: 20px;
  margin-bottom: 14px;
}
.step p {
  font-size: 14px;
  line-height: 1.8;
  max-width: 310px;
}
.step-label {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  border: 1px solid var(--line);
  padding: 5px 10px;
  border-radius: 5px;
  margin-top: 22px;
  color: #636b58;
}
.work-section {
  background: #efefe7;
  border-block: 1px solid var(--line);
}
.work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 23px;
}
.work-card {
  min-width: 0;
}
.work-preview {
  height: 320px;
  padding: 22px 24px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: transform 0.2s;
  isolation: isolate;
}
.work-card:hover .work-preview {
  transform: translateY(-5px);
}
.work-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 19px;
}
.work-info h3 {
  font-size: 16px;
  letter-spacing: -0.3px;
  margin-bottom: 4px;
}
.work-info div > span {
  font-size: 11px;
  color: var(--muted);
}
.round-arrow {
  display: grid;
  place-items: center;
  border: 1px solid #cfd1c4;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  font-size: 21px;
}
.work-disclaimer {
  font-size: 10px;
  margin-top: 29px;
  text-align: center;
}
.pricing-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 110px;
  align-items: center;
}
.pricing-copy h2 {
  margin: 20px 0 23px;
  font-size: 43px;
}
.pricing-copy > p {
  font-size: 15px;
  line-height: 1.9;
  max-width: 405px;
}
.ai-note {
  display: flex;
  gap: 16px;
  margin-top: 39px;
}
.ai-note > span {
  font-size: 38px;
  line-height: 1;
  color: #7f8c68;
}
.ai-note h3 {
  font-size: 14px;
  letter-spacing: -0.1px;
  margin-bottom: 10px;
}
.ai-note p {
  font-size: 12px;
  line-height: 1.9;
}
.price-card {
  background: white;
  border: 1px solid #dedfd4;
  border-radius: 15px;
  box-shadow: 0 10px 30px #303d2010;
  padding: 32px;
}
.price-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.7px;
}
.price-pill {
  background: #edf0e5;
  color: #58694b;
  padding: 5px 8px;
  border-radius: 5px;
  font-size: 9px;
  letter-spacing: 0;
}
.big-price {
  font-size: 76px;
  line-height: 1;
  letter-spacing: -5px;
  font-weight: 700;
  margin: 27px 0 10px;
}
.big-price span {
  font-size: 32px;
  letter-spacing: -1px;
}
.price-explainer {
  font-size: 12px;
}
.check-list {
  list-style: none;
  padding: 24px 0 0;
  margin: 22px 0 28px;
  border-top: 1px solid var(--line);
  font-size: 13px;
}
.check-list li {
  margin-bottom: 12px;
  padding-left: 24px;
  position: relative;
}
.check-list li:before {
  content: "✓";
  color: #778b59;
  position: absolute;
  left: 0;
}
.price-card .button {
  width: 100%;
  justify-content: space-between;
}
.price-footnote {
  font-size: 10px;
  line-height: 1.8;
  margin-top: 16px;
}
.faq-section {
  border-top: 1px solid var(--line);
}
.faq-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 28px;
  margin-bottom: 40px;
}
.faq-heading h2 {
  margin-top: 16px;
  font-size: 40px;
}
.faq-heading > p {
  font-size: 13px;
  line-height: 1.8;
}
.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.8fr);
  gap: 44px;
}
.faq-kicker {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #69745e;
}
.faq-kicker > span {
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  color: #9a8067;
}
.faq-payment {
  display: flex;
  flex-direction: column;
  padding: 30px;
  background: #283e33;
  color: #faf8f0;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.faq-payment::after {
  content: "";
  position: absolute;
  right: -26px;
  top: -26px;
  width: 72px;
  height: 72px;
  border: 1px solid #d6dfc92e;
  border-radius: 50%;
  box-shadow:
    0 0 0 13px #d6dfc909,
    0 0 0 26px #d6dfc907;
  pointer-events: none;
}
.faq-payment .faq-kicker {
  color: #d7dfc9;
}
.faq-payment .faq-kicker > span {
  color: #ffad80;
}
.faq-payment h3 {
  font-size: 29px;
  line-height: 1.17;
  margin: 24px 0 17px;
  letter-spacing: -1px;
}
.faq-payment > p {
  font-size: 13px;
  line-height: 1.85;
  color: #d2dbd0;
}
.faq-payment-steps {
  list-style: none;
  margin: 29px 0 34px;
  padding: 0;
}
.faq-payment-steps li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding-bottom: 22px;
}
.faq-payment-steps li:last-child {
  padding-bottom: 0;
}
.faq-payment-steps li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 16px;
  bottom: 0;
  width: 1px;
  background: #82978166;
}
.faq-step-dot {
  flex: 0 0 9px;
  width: 9px;
  height: 9px;
  border: 1px solid #a1b298;
  border-radius: 50%;
  margin-top: 6px;
}
.faq-payment-steps li:last-child .faq-step-dot {
  background: #ff996c;
  border-color: #ff996c;
}
.faq-payment-steps strong {
  font-size: 12px;
  font-weight: 600;
  display: block;
}
.faq-payment-steps div > span {
  display: block;
  font-size: 11px;
  color: #bccab9;
  margin-top: 3px;
}
.faq-payment-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border-top: 1px solid #d7dfc933;
  padding-top: 20px;
  margin-top: auto;
}
.faq-payment-total > strong {
  font-size: 36px;
  letter-spacing: -1.5px;
  line-height: 1;
  white-space: nowrap;
}
.faq-payment-total strong > span {
  font-size: 17px;
  letter-spacing: -0.4px;
}
.faq-payment-total > span {
  font-size: 10px;
  color: #d2dbd0;
  line-height: 1.7;
}
.faq-answers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}
.faq-answer {
  border-top: 1px solid #d4d8cb;
  padding-top: 16px;
}
.faq-answer h3 {
  font-size: 21px;
  letter-spacing: -0.6px;
  line-height: 1.3;
  margin: 15px 0 13px;
}
.faq-answer p {
  font-size: 13px;
  line-height: 1.85;
}
.faq-answer .faq-aside {
  margin-top: 11px;
  color: #505c49;
  font-size: 11px;
  line-height: 1.8;
  padding-left: 11px;
  border-left: 2px solid #d9b697;
}
.faq-timing {
  margin-top: 32px;
  border-block: 1px solid var(--line);
  padding-block: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 26px;
}
.faq-timing > p {
  font-size: 12px;
  line-height: 1.8;
}
.faq-timing strong {
  font-weight: 500;
  color: var(--ink);
}
.faq-timing .text-link {
  font-size: 12px;
  white-space: nowrap;
}
.faq-timing .text-link > span {
  color: #b84920;
  font-size: 20px;
}
.final-cta {
  padding: 65px 65px;
  background: #f7d9c3;
  border: 1px solid #f1cfb5;
  border-radius: 17px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
.final-cta h2 {
  font-size: 46px;
  margin: 18px 0 16px;
  letter-spacing: -2px;
}
.final-cta h2 span {
  color: #d35d31;
}
.final-cta p {
  font-size: 14px;
  color: #705d50;
}
.final-cta .button {
  margin-top: 27px;
  font-size: 13px;
}
.cta-note {
  display: block;
  font-size: 10px;
  color: #7d6758;
  margin-top: 13px;
}
.launch-page {
  display: block;
  width: 280px;
  height: auto;
  flex: 0 0 auto;
  margin-left: 30px;
}
.site-footer {
  border-top: 1px solid var(--line);
  padding-top: 42px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  padding-bottom: 35px;
}
.footer-top .brand {
  font-size: 25px;
}
.footer-top p {
  font-size: 11px;
  margin-top: 12px;
}
.footer-links {
  display: flex;
  gap: 27px;
  font-size: 11px;
}
.footer-bottom {
  border-top: 1px solid var(--line);
  padding-block: 22px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  font-size: 10px;
  color: #787d71;
}
.form-page {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 85px;
  padding-block: 75px 100px;
  align-items: start;
}
.form-intro h1 {
  font-size: 53px;
  margin: 23px 0;
  letter-spacing: -2.5px;
}
.form-intro > p {
  font-size: 15px;
  line-height: 1.85;
}
.form-intro .check-list {
  border: 0;
  margin: 25px 0 0;
  padding: 0;
}
.back-link {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 30px;
  color: var(--muted);
}
.inquiry-form {
  background: white;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 14px;
}
.form-caption {
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 23px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
}
.field {
  margin-bottom: 20px;
}
.field label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 7px;
}
.field label span {
  font-weight: 400;
  color: var(--muted);
  font-size: 10px;
}
.field input,
.field textarea {
  width: 100%;
  background: #fcfcf9;
  border: 1px solid #d8dbd0;
  border-radius: 6px;
  padding: 12px 13px;
  color: var(--ink);
  font-size: 13px;
  resize: vertical;
}
.field textarea {
  min-height: 150px;
}
.field input:focus,
.field textarea:focus {
  outline: 2px solid #e98359;
  outline-offset: 2px;
  border-color: transparent;
}
.field input::placeholder,
.field textarea::placeholder {
  color: #8e9387;
}
.field:has(.errorlist) input,
.field:has(.errorlist) textarea {
  border-color: #b83521;
}
.errorlist {
  list-style: none;
  color: #a83320;
  font-size: 12px;
  margin: 7px 0;
  padding: 0;
}
.form-error {
  padding: 12px 15px;
  background: #fff0e9;
  border: 1px solid #efbaaa;
  border-radius: 6px;
  font-size: 12px;
  margin-bottom: 20px;
  color: #a83320;
}
.inquiry-form .button {
  width: 100%;
  font-size: 13px;
}
.button:disabled {
  cursor: wait;
  opacity: 0.7;
  transform: none;
}
.form-privacy {
  font-size: 10px;
  line-height: 1.8;
  margin: 17px 0;
}
.form-privacy a {
  text-decoration: underline;
}
.form-price-note {
  padding: 20px;
  background: #eeeee4;
  border-radius: 9px;
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
}
.form-price-note strong {
  font-size: 22px;
  letter-spacing: -1px;
}
.success-page {
  max-width: 660px;
  text-align: center;
  padding-block: 95px 120px;
}
.success-icon {
  width: 74px;
  height: 74px;
  background: #e7eddc;
  border-radius: 50%;
  color: #677c47;
  display: grid;
  place-items: center;
  font-size: 34px;
  margin: 0 auto 26px;
}
.success-page h1 {
  font-size: 48px;
  letter-spacing: -2px;
  margin-bottom: 23px;
}
.success-page p {
  font-size: 15px;
  line-height: 1.8;
}
.reference {
  display: inline-block;
  font-family: monospace;
  background: #edece4;
  padding: 11px 22px;
  border-radius: 7px;
  margin: 28px 0;
}
.success-page .button {
  margin-top: 30px;
}
.prose {
  max-width: 730px;
  padding-block: 70px 100px;
}
.prose h1 {
  font-size: 44px;
  margin: 0 0 30px;
}
.prose h2 {
  font-size: 23px;
  margin: 30px 0 12px;
}
.prose p {
  line-height: 1.9;
  font-size: 15px;
}
@media (min-width: 1450px) {
  .hero {
    gap: 70px;
    padding-block: 100px;
  }
  .hero h1 {
    font-size: 72px;
  }
  .hero-browser {
    min-height: 460px;
  }
}
@media (max-width: 1100px) {
  .container {
    width: calc(100% - 56px);
  }
  .hero {
    gap: 30px;
    padding-block: 65px;
  }
  .hero h1 {
    font-size: 55px;
    letter-spacing: -3px;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 17px;
  }
  .hero-art {
    margin-left: 10px;
  }
  .note-design {
    right: -10px;
  }
  .note-price {
    left: -20px;
  }
  .hero-checks {
    gap: 14px;
    font-size: 10px;
  }
  .audience-strip p {
    gap: 18px;
    font-size: 13px;
  }
  .audience-strip .container > span {
    font-size: 8px;
  }
  .section-heading h2 {
    font-size: 33px;
  }
  .section-heading > p {
    font-size: 12px;
  }
  .pricing-section {
    gap: 60px;
  }
  .pricing-copy h2 {
    font-size: 37px;
  }
  .price-card {
    padding: 26px;
  }
  .price-card-top {
    font-size: 8px;
  }
  .work-preview {
    padding: 20px;
    height: 300px;
  }
  .launch-page {
    width: 220px;
  }
  .final-cta {
    padding: 50px;
  }
  .final-cta h2 {
    font-size: 40px;
  }
  .form-page {
    gap: 40px;
  }
  .form-intro h1 {
    font-size: 45px;
  }
  .inquiry-form {
    padding: 26px;
  }
}
@media (min-width: 801px) and (max-width: 1100px) {
  .faq-heading h2 {
    font-size: 35px;
  }
  .faq-layout {
    gap: 26px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.65fr);
  }
  .faq-payment {
    padding: 25px;
  }
  .faq-payment h3 {
    font-size: 25px;
  }
  .faq-payment-total {
    flex-wrap: wrap;
  }
  .faq-answers {
    gap: 25px;
  }
  .faq-answer h3 {
    font-size: 19px;
  }
  .faq-answer h3 br {
    display: none;
  }
}
@media (max-width: 800px) {
  .container {
    width: calc(100% - 40px);
  }
  .nav-row {
    height: 78px;
  }
  .brand {
    font-size: 25px;
  }
  .nav-row nav {
    gap: 18px;
    font-size: 11px;
  }
  .nav-row nav .button {
    padding: 10px 12px;
    font-size: 11px;
    gap: 13px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 55px;
    gap: 60px;
    max-width: 630px;
  }
  .hero h1 {
    font-size: 68px;
  }
  .hero-description {
    max-width: 460px;
  }
  .hero-actions {
    flex-direction: row;
    align-items: center;
    gap: 22px;
  }
  .hero-art {
    max-width: 490px;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .hero-checks {
    font-size: 11px;
    gap: 24px;
  }
  .hero-browser {
    transform: rotate(-2deg);
  }
  .art-orbit {
    inset: -20px;
  }
  .hero-subtitle {
    font-size: 21px;
  }
  .audience-strip .container {
    flex-direction: column;
    gap: 12px;
  }
  .audience-strip .container > span {
    max-width: none;
    font-size: 9px;
  }
  .audience-strip p {
    gap: 16px;
    font-size: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .section {
    padding-block: 70px;
  }
  .section-heading {
    display: block;
  }
  .section-heading > p {
    margin-top: 20px;
    font-size: 13px;
  }
  .section-heading h2 {
    font-size: 36px;
  }
  .steps-grid {
    gap: 20px;
  }
  .step h3 {
    font-size: 17px;
    min-height: 38px;
  }
  .step p {
    font-size: 12px;
  }
  .step-label {
    font-size: 8px;
    padding-inline: 6px;
  }
  .work-grid {
    gap: 15px;
  }
  .work-preview {
    height: 270px;
    padding: 15px;
  }
  .work-info h3 {
    font-size: 14px;
  }
  .round-arrow {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    font-size: 17px;
  }
  .work-info div > span {
    font-size: 10px;
  }
  .pricing-section {
    gap: 35px;
    grid-template-columns: 1fr 1fr;
  }
  .pricing-copy h2 {
    font-size: 32px;
  }
  .pricing-copy > p {
    font-size: 13px;
  }
  .ai-note {
    gap: 10px;
  }
  .ai-note > span {
    font-size: 27px;
  }
  .ai-note h3 {
    font-size: 13px;
    line-height: 1.4;
  }
  .ai-note p {
    font-size: 11px;
  }
  .price-card {
    padding: 22px;
  }
  .price-card-top {
    flex-wrap: wrap;
  }
  .big-price {
    font-size: 63px;
  }
  .check-list {
    font-size: 11px;
  }
  .price-card .button {
    font-size: 12px;
    padding: 14px;
  }
  .faq-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }
  .faq-heading h2 {
    font-size: 35px;
  }
  .faq-heading > p br {
    display: none;
  }
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .faq-payment {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
  }
  .faq-payment > .faq-kicker,
  .faq-payment > h3,
  .faq-payment > p {
    grid-column: 1;
  }
  .faq-payment h3 {
    margin-top: 17px;
  }
  .faq-payment-steps {
    grid-column: 2;
    grid-row: 1 / 4;
    margin: 0;
    align-self: center;
  }
  .faq-payment-total {
    grid-column: 1 / -1;
    margin-top: 25px;
  }
  .faq-timing {
    flex-wrap: wrap;
    gap: 16px;
  }
  .faq-timing > .faq-kicker {
    width: 100%;
  }
  .final-cta {
    padding: 38px;
    margin-bottom: 55px;
  }
  .final-cta h2 {
    font-size: 34px;
  }
  .launch-page {
    width: 170px;
    margin-left: 15px;
  }
  .final-cta p {
    font-size: 12px;
  }
  .final-cta .eyebrow {
    font-size: 9px;
  }
  .footer-links {
    gap: 16px;
    font-size: 10px;
  }
  .form-page {
    grid-template-columns: 1fr;
    max-width: 650px;
    gap: 35px;
    padding-top: 40px;
  }
  .form-intro h1 {
    font-size: 50px;
  }
  .form-price-note {
    margin-top: 25px;
  }
  .form-row {
    gap: 18px;
  }
}
@media (max-width: 600px) {
  .container {
    width: calc(100% - 40px);
  }
  .nav-row {
    height: auto;
    min-height: 75px;
    flex-wrap: wrap;
    gap: 0;
    padding-block: 18px;
  }
  .nav-row nav {
    width: 100%;
    flex-wrap: wrap;
    padding-top: 20px;
    justify-content: center;
  }
  .menu-toggle:not([hidden]) {
    display: flex;
    align-items: center;
    gap: 9px;
    background: none;
    border: 1px solid #d9dccf;
    border-radius: 5px;
    padding: 8px 11px;
    font-size: 12px;
    color: var(--ink);
  }
  .nav-row:has(.menu-toggle:not([hidden])) nav {
    display: none;
    position: absolute;
    top: 74px;
    left: 0;
    right: 0;
    background: var(--paper);
    padding: 22px 25px;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 10px 20px #00000008;
    flex-direction: column;
    align-items: stretch;
    font-size: 14px;
    gap: 0;
  }
  .nav-row:has(.menu-toggle:not([hidden])) nav.is-open {
    display: flex;
  }
  .nav-row nav > a {
    padding: 12px 0;
  }
  .nav-row nav .button {
    margin-top: 10px;
    padding: 13px;
  }
  .hero {
    padding-top: 42px;
    padding-bottom: 48px;
    gap: 48px;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 0.08em;
  }
  .hero h1 {
    font-size: 54px;
    letter-spacing: -3.2px;
    margin-top: 23px;
  }
  .hero-subtitle {
    font-size: 17px;
    margin-top: 31px;
  }
  .hero-description {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 14px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    margin-top: 24px;
  }
  .hero-actions .button {
    font-size: 13px;
    padding: 15px 19px;
    gap: 30px;
  }
  .hero-actions .text-link {
    font-size: 12px;
  }
  .hero-checks {
    gap: 17px;
    font-size: 10px;
    margin-top: 21px;
  }
  .hero-art {
    width: calc(100% - 22px);
  }
  .hero-browser {
    border-radius: 9px;
  }
  .note-design {
    padding: 10px 11px;
    right: -13px;
    top: 58px;
    gap: 7px;
  }
  .note-design strong {
    font-size: 10px;
  }
  .floating-note div > span {
    font-size: 8px;
  }
  .note-icon {
    width: 26px;
    height: 26px;
    font-size: 20px;
  }
  .note-price {
    padding: 10px 11px;
    left: -12px;
    bottom: 30px;
  }
  .note-price strong {
    font-size: 10px;
  }
  .hero-brand-mark {
    width: 34px;
    top: -28px;
    right: -4px;
  }
  .art-caption {
    font-size: 11px;
    margin-top: 30px;
  }
  .audience-strip {
    padding: 24px 0;
  }
  .audience-strip p {
    font-size: 12px;
    gap: 9px 13px;
  }
  .audience-strip p i {
    font-size: 12px;
  }
  .audience-strip .container > span {
    font-size: 8px;
  }
  .section {
    padding-block: 56px;
  }
  .section-heading {
    margin-bottom: 30px;
  }
  .eyebrow {
    font-size: 9px;
  }
  .section-heading h2 {
    font-size: 32px;
    margin-top: 13px;
    letter-spacing: -1.5px;
  }
  .section-heading > p {
    font-size: 13px;
  }
  .steps-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .step {
    padding: 17px 0 0;
  }
  .step-top {
    margin-bottom: 17px;
  }
  .step-number {
    font-size: 30px;
  }
  .step-symbol {
    width: 37px;
    height: 37px;
    font-size: 21px;
  }
  .step h3 {
    font-size: 20px;
    min-height: 0;
    margin-bottom: 12px;
  }
  .step p {
    font-size: 14px;
    max-width: none;
  }
  .step-label {
    font-size: 10px;
    margin-top: 16px;
    padding: 5px 10px;
  }
  .work-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .work-preview {
    height: 340px;
    padding: 25px;
  }
  .work-info h3 {
    font-size: 17px;
  }
  .work-info div > span {
    font-size: 12px;
  }
  .round-arrow {
    width: 34px;
    height: 34px;
    font-size: 20px;
  }
  .work-disclaimer {
    font-size: 10px;
    line-height: 1.8;
  }
  .pricing-section {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .pricing-copy h2 {
    font-size: 35px;
  }
  .pricing-copy > p {
    font-size: 14px;
  }
  .ai-note {
    margin-top: 26px;
    gap: 15px;
  }
  .ai-note h3 {
    font-size: 14px;
  }
  .ai-note p {
    font-size: 12px;
  }
  .price-card {
    padding: 25px;
  }
  .price-card-top {
    font-size: 9px;
  }
  .big-price {
    font-size: 74px;
  }
  .price-card .check-list {
    font-size: 13px;
  }
  .price-card .button {
    font-size: 13px;
    padding: 16px;
  }
  .faq-heading {
    margin-bottom: 28px;
  }
  .faq-heading h2 {
    font-size: 32px;
    max-width: 300px;
  }
  .faq-payment {
    display: flex;
    padding: 27px 25px;
  }
  .faq-payment h3 {
    font-size: 29px;
    margin-top: 23px;
  }
  .faq-payment-steps {
    width: 100%;
    margin: 27px 0;
  }
  .faq-payment-total {
    width: 100%;
    margin-top: 0;
  }
  .faq-payment-total > strong {
    font-size: 35px;
  }
  .faq-answers {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .faq-answer h3 {
    font-size: 22px;
  }
  .faq-answer h3 br {
    display: none;
  }
  .faq-answer p {
    font-size: 14px;
  }
  .faq-answer .faq-aside {
    font-size: 12px;
  }
  .faq-timing {
    margin-top: 27px;
    padding-block: 20px;
    gap: 12px;
  }
  .faq-timing > p {
    font-size: 13px;
  }
  .faq-timing > p br {
    display: none;
  }
  .faq-timing .text-link {
    margin-top: 5px;
  }
  .final-cta {
    padding: 35px 25px;
    margin-bottom: 45px;
  }
  .final-cta h2 {
    font-size: 36px;
    max-width: 230px;
    margin-top: 20px;
  }
  .final-cta .eyebrow {
    font-size: 8px;
    max-width: 200px;
  }
  .final-cta p {
    max-width: 245px;
    font-size: 13px;
  }
  .launch-page {
    position: absolute;
    right: -22px;
    top: 18px;
    width: 108px;
    margin: 0;
    opacity: 0.22;
  }
  .final-cta > div {
    position: relative;
    z-index: 1;
  }
  .final-cta .button {
    font-size: 12px;
  }
  .footer-top {
    display: block;
    padding-bottom: 28px;
  }
  .footer-links {
    margin-top: 28px;
    gap: 15px;
    flex-wrap: wrap;
    font-size: 11px;
  }
  .footer-bottom {
    font-size: 9px;
    flex-wrap: wrap;
    gap: 12px;
  }
  .footer-bottom > span:nth-child(2) {
    order: 3;
    width: 100%;
  }
  .form-intro h1 {
    font-size: 44px;
  }
  .form-page {
    padding-block: 32px 60px;
  }
  .inquiry-form {
    padding: 23px 19px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .form-intro .check-list {
    font-size: 12px;
  }
  .success-page {
    padding-block: 65px 85px;
  }
  .success-page h1 {
    font-size: 38px;
  }
  .success-page p {
    font-size: 14px;
  }
  .prose h1 {
    font-size: 36px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}

.real-hero-browser {
  display: block;
  min-height: 0;
}
.real-hero-image {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: top;
}
.real-work-preview {
  height: auto;
  padding: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d5d7cc;
  border-radius: 10px;
  box-shadow: 0 5px 20px #20272308;
}
.work-browser-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 11px 12px;
  border-bottom: 1px solid #e8e9df;
  font-size: 9px;
  color: #687260;
  background: #fafbf7;
}
.real-work-preview > img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: top;
}
.work-open {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e8e9df;
  background: #fafbf7;
  padding: 11px 14px;
  font-size: 11px;
  font-weight: 600;
}
.work-open > span {
  color: #bc4a23;
  font-size: 17px;
}
.work-description {
  font-size: 12px;
  line-height: 1.8;
  margin-top: 10px;
  max-width: 320px;
}
.work-card:hover .work-open {
  background: #f4e4d6;
}
@media (max-width: 800px) and (min-width: 601px) {
  .work-grid {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin-inline: auto;
    gap: 32px;
  }
  .work-info h3 {
    font-size: 19px;
  }
  .work-info div > span {
    font-size: 12px;
  }
  .work-description {
    max-width: none;
    font-size: 13px;
  }
}
@media (max-width: 600px) {
  .work-description {
    font-size: 13px;
  }
  .work-browser-bar {
    font-size: 10px;
  }
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
}
.footer-bottom a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.terms-page .eyebrow {
  display: block;
  margin-bottom: 18px;
}
.terms-page h1 {
  overflow-wrap: anywhere;
}
.terms-page a:not(.back-link) {
  text-decoration: underline;
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
}
.terms-page .terms-summary {
  font-size: 19px;
  color: var(--ink);
}
.terms-page .terms-version {
  font-size: 12px;
}
.terms-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  padding-block: 24px;
  margin-bottom: 35px;
  border-block: 1px solid var(--line);
  font-size: 13px;
}
.terms-page h2 {
  scroll-margin-top: 110px;
}
.withdrawal-example {
  padding: 12px 24px;
  background: #f0f0e8;
  border-left: 3px solid var(--orange);
  border-radius: 0 8px 8px 0;
}
@media print {
  body:has(.terms-page) .site-header,
  body:has(.terms-page) .site-footer,
  .terms-page .back-link,
  .terms-nav {
    display: none;
  }
  .terms-page {
    max-width: none;
    width: 100%;
    padding: 0;
  }
  .terms-page h2 {
    break-after: avoid;
  }
}

.hero-hosting {
  max-width: 445px;
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
  margin: -5px 0 20px;
}
.hero-hosting strong {
  color: var(--ink);
  font-weight: 600;
}
.pricing-section {
  gap: 60px;
}
.pricing-copy h2 {
  font-size: 38px;
}
.hosting-offer {
  margin-top: 28px;
}
.hosting-heading h3 {
  font-size: 16px;
  margin: 0 0 9px;
}
.hosting-heading > span {
  font-size: 9px;
  letter-spacing: 1.2px;
  font-weight: 700;
  color: #626e55;
}
.hosting-offer > p {
  font-size: 12px;
  line-height: 1.8;
  margin-top: 10px;
}
.hosting-plans {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 18px;
}
.hosting-plan {
  padding: 20px 17px 17px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}
.hosting-plan-year {
  background: #edf0e5;
  border-color: #c5cfb8;
}
.hosting-period {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  font-size: 11px;
  font-weight: 600;
  min-height: 47px;
}
.hosting-saving {
  color: #405333;
  background: #dbe5ce;
  font-size: 9px;
  padding: 4px 6px;
  border-radius: 4px;
}
.hosting-amount {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -1px;
  margin: 12px 0 7px;
  white-space: nowrap;
}
.hosting-amount > span {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0;
}
.hosting-tax {
  display: block;
  min-height: 30px;
  color: #626957;
  font-size: 9px;
  line-height: 1.6;
}
.hosting-plan p {
  border-top: 1px solid var(--line);
  padding-top: 14px;
  margin-top: 12px;
  font-size: 10px;
  line-height: 1.8;
}
.hosting-plan p strong {
  color: var(--ink);
  font-weight: 600;
}
.hosting-offer .hosting-footnote {
  font-size: 10px;
  color: #626957;
}
.price-hosting-required {
  background: #f2f3ec;
  padding: 14px 16px;
  border-radius: 7px;
  font-size: 12px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.price-hosting-required strong {
  color: var(--ink);
}
.form-hosting-note {
  margin-top: 18px;
  border-left: 2px solid #b7c3a4;
  padding-left: 18px;
}
.form-hosting-note > strong {
  font-size: 13px;
}
.form-hosting-note p {
  font-size: 12px;
  line-height: 1.8;
  margin-top: 9px;
}
.final-cta .cta-note {
  max-width: 440px;
  margin-inline: auto;
  line-height: 1.8;
}
@media (max-width: 1100px) and (min-width: 801px) {
  .pricing-section {
    gap: 35px;
  }
  .hosting-plans {
    grid-template-columns: 1fr;
  }
  .hosting-period {
    min-height: 0;
    flex-direction: row;
    justify-content: space-between;
  }
  .hosting-tax {
    min-height: 0;
  }
}
@media (max-width: 800px) {
  .pricing-section {
    gap: 35px;
  }
}
@media (max-width: 420px) {
  .hosting-plans {
    grid-template-columns: 1fr;
  }
  .hosting-period {
    min-height: 0;
    flex-direction: row;
    justify-content: space-between;
  }
  .hosting-tax {
    min-height: 0;
  }
  .pricing-copy h2 {
    font-size: 31px;
  }
}

.terms-page ul {
  padding-left: 22px;
  font-size: 15px;
  line-height: 1.9;
}
.terms-page li {
  margin-bottom: 12px;
}

/* Consent choices have equal visual weight and never block access to the page. */
.consent-panel[hidden], [data-consent-open][hidden], [data-consent-withdraw][hidden], [data-consent-close][hidden] { display: none; }
.consent-panel { position: fixed; z-index: 100; inset: auto 24px 24px; max-width: 1050px; margin: 0 auto; display: flex; align-items: center; gap: 32px; padding: 28px 32px; background: var(--paper); color: var(--ink); border: 1px solid #c8cbc3; border-radius: 18px; box-shadow: 0 10px 60px #20272326; max-height: calc(100dvh - 32px); overflow: auto; }
.consent-copy { flex: 1; }
.consent-eyebrow { margin: 0 0 6px; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.consent-panel h2 { margin: 0 0 10px; font-size: 23px; line-height: 1.2; letter-spacing: -.025em; }
.consent-panel p:not(.consent-eyebrow) { margin: 0; font-size: 13px; line-height: 1.55; }
.consent-panel .consent-detail { margin-top: 8px !important; color: #565d56; font-size: 12px !important; }
.consent-detail a { text-decoration: underline; text-underline-offset: 3px; }
.consent-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; min-width: 320px; }
.consent-actions [data-consent-close] { grid-column: 1 / -1; }
.consent-choice.consent-save { background: transparent; color: var(--ink); margin-bottom: 6px; }
.consent-choice.consent-save:hover { background: #ebece6; }
.consent-choice { padding: 12px 16px; border: 1px solid var(--ink); border-radius: 8px; background: var(--ink); color: var(--paper); font-size: 13px; font-weight: 700; min-height: 44px; }
.consent-choice:hover { background: #3b493e; }
.consent-link { border: 0; padding: 0; background: transparent; color: inherit; text-decoration: underline; text-underline-offset: 3px; font: inherit; text-align: left; }
.consent-feedback { position: fixed; bottom: 12px; left: 50%; transform: translateX(-50%); margin: 0; padding: 10px 16px; border-radius: 8px; background: var(--ink); color: var(--paper); z-index: 101; font-size: 12px; width: max-content; max-width: calc(100% - 32px); pointer-events: none; }
.consent-feedback:empty { display: none; }
.footer-legal { flex-wrap: wrap; }
@media (max-width: 700px) {
  .consent-panel { inset: auto 12px 12px; display: block; padding: 20px; border-radius: 14px; }
  .consent-panel h2 { font-size: 21px; }
  .consent-actions { margin-top: 16px; grid-template-columns: 1fr 1fr; min-width: 0; gap: 8px; }
  .consent-choice { padding: 10px 8px; }
  [data-consent-replay], [data-consent-close] { grid-column: 1 / -1; }
}

.form-section-title { display: flex; align-items: center; gap: 12px; margin: 34px 0 22px; font-size: 20px; letter-spacing: -.025em; }
.form-section-title span { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; background: #f2eee7; border-radius: 50%; font-size: 11px; color: #626c60; letter-spacing: 0; }
.field-help { margin: 8px 0 12px; color: #626b62; font-size: 12px; line-height: 1.6; }
.upload-field { padding: 20px; border: 1px dashed #aab3a3; border-radius: 12px; background: #f5f4ee; }
.upload-field input[type=file] { padding: 8px 0; border: none; background: transparent; font-size: 13px; max-width: 100%; }
.upload-field input::file-selector-button { border: 1px solid #bdc5b7; border-radius: 6px; padding: 10px 12px; margin-right: 10px; color: var(--ink); background: white; cursor: pointer; }
.upload-list { list-style: none; padding: 0; margin: 12px 0; }
.upload-list li { display: flex; gap: 12px; justify-content: space-between; padding: 10px 0; border-top: 1px solid var(--line); font-size: 12px; }
.upload-list li span { overflow-wrap: anywhere; min-width: 0; }
.upload-list button { align-self: start; border: none; background: transparent; color: #8b3e26; text-decoration: underline; padding: 0; font-size: 12px; }
.inquiry-form select { width: 100%; max-width: 100%; padding: 13px 12px; border: 1px solid #d5d8cd; border-radius: 6px; background: white; color: var(--ink); font: inherit; }
@media (max-width: 700px) { .upload-field { padding: 14px; } .form-section-title { font-size: 19px; } }

/* Two independent products, with explicit acquisition and ongoing costs. */
[hidden] { display: none !important; }
.offer-switch { display:flex; flex-wrap:wrap; gap:6px; width:fit-content; margin:0 auto 30px; padding:6px; border:1px solid var(--line, #dedfd8); border-radius:14px; background:#f0eee8; }
.offer-switch button { border:0; border-radius:9px; padding:13px 22px; background:transparent; color:#646a61; font:600 14px Arial,sans-serif; cursor:pointer; }
.offer-switch button[aria-pressed="true"] { color:#fff; background:#263329; }
.offer-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:26px; }
.offer-card { padding:36px; border:1px solid #dce0d4; border-radius:22px; background:#fff; }
.offer-card-cms { border-color:#e6bd9c; background:#fffaf5; }
.offer-card h3 { font-size:28px; margin:14px 0; letter-spacing:-.8px; }
.offer-description { min-height:65px; color:#60685c; line-height:1.7; }
.offer-payment-label { display:block; color:#687362; margin-top:20px; font-size:13px; }
.offer-price { font-size:56px; font-weight:700; letter-spacing:-2px; margin:12px 0; }
.offer-price span { font-size:20px; letter-spacing:0; }
.offer-running { padding:17px 0 22px; line-height:1.8; }
.offer-running strong,.offer-running span { display:block; }
.offer-running span { font-size:14px; color:#626a5f; }
.offer-card .check-list { border-top:1px solid #e2e4dc; padding-top:24px; margin-top:28px; }
.offer-card [data-offer-panel] + [data-offer-panel] { margin-top:24px; }
.offer-notes { max-width:900px; margin:27px auto 0; color:#646e60; font-size:14px; line-height:1.8; }
.offer-notes a { text-decoration:underline; }
.cms-explainer { display:grid; grid-template-columns:1fr 1fr; gap:50px; }
.cms-explainer p { line-height:1.8; color:#626a5f; }
.offer-fields { margin:0 0 28px; border:1px solid #dddcd4; border-radius:14px; padding:22px; }
.offer-fields legend { font-size:20px; font-weight:700; padding:0 8px; }
.offer-summary { background:#f4f3eb; padding:16px; border-radius:8px; line-height:1.7; font-size:14px; }
@media(max-width:760px) { .offer-grid,.cms-explainer { grid-template-columns:1fr; gap:22px; }.offer-card{padding:25px}.offer-price{font-size:45px}.offer-description{min-height:0}.offer-switch button{padding:12px;font-size:12px}.offer-fields{padding:15px}.offer-card h3{font-size:25px} }

.booking-offer{display:grid;grid-template-columns:1.1fr 1fr;gap:64px;align-items:start}.booking-offer>div>p{line-height:1.8}.booking-offer .offer-card{min-width:0}.booking-choice input[type=checkbox]{width:auto;min-height:auto;margin-right:8px;accent-color:#f37036}.booking-choice label{display:flex;align-items:center;gap:8px}@media(max-width:760px){.booking-offer{grid-template-columns:1fr;gap:28px}}

.booking-ical-note{margin-top:32px;padding-top:24px;border-top:1px solid #dce0d4}.booking-ical-note h3{font-size:22px;letter-spacing:-.5px;margin-bottom:12px}.booking-ical-note p{line-height:1.8}.booking-price-card .offer-description{min-height:0}.booking-details{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:16px 32px;margin-top:-32px}.booking-details details{border-top:1px solid #dce0d4;padding:20px 0}.booking-details summary{cursor:pointer;font-weight:600;line-height:1.6}.booking-details details p{line-height:1.8;margin-top:16px}.booking-details>.field-help{grid-column:1/-1;margin:0}.booking-price-card .button{gap:24px}@media(max-width:760px){.booking-details{grid-template-columns:1fr;gap:0;margin-top:0}.booking-ical-note{margin-top:24px}.booking-price-card .button{white-space:normal}}

.booking-variants{grid-template-columns:1fr 1fr;gap:32px}.booking-variants>.booking-intro{grid-column:1/-1;max-width:820px;margin-bottom:8px}.booking-variants>.offer-card{align-self:stretch}.booking-variants .booking-details{margin-top:0}.booking-variants .offer-description{min-height:58px}@media(max-width:760px){.booking-variants{grid-template-columns:1fr;gap:24px}.booking-variants .offer-description{min-height:0}}

/* Public service detail pages. */
.service-page{padding-top:34px;padding-bottom:70px}.service-breadcrumb{font-size:14px;color:#626a5f;line-height:1.7}.service-breadcrumb a{text-decoration:underline}.service-heading{max-width:900px;padding:55px 0 45px}.service-heading h1{font-size:clamp(34px,4.8vw,64px);line-height:1.08;letter-spacing:-1.8px;margin:20px 0 24px}.service-heading>p{font-size:21px;line-height:1.75;color:#626a5f}.service-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);gap:64px;align-items:start}.service-copy section{padding:28px 0;border-top:1px solid #dce0d4}.service-copy h2,.service-provider h2{font-size:28px;line-height:1.25;letter-spacing:-.7px;margin-bottom:18px}.service-copy h3{font-size:20px;line-height:1.4;margin:26px 0 12px}.service-copy p,.service-price p,.service-provider p{line-height:1.85;color:#626a5f}.service-price h2{font-size:27px;line-height:1.2;margin:20px 0}.service-price .offer-price{font-size:clamp(36px,4vw,58px);margin:20px 0}.service-price p{margin:20px 0}.service-price .button{white-space:normal;margin:12px 0 24px}.service-price>.text-link{display:block}.service-provider{max-width:850px;padding:35px 0;margin-top:30px;border-top:1px solid #dce0d4}.service-provider a{text-decoration:underline}.service-related{display:flex;gap:16px 28px;flex-wrap:wrap;line-height:1.6}.service-related a{text-decoration:underline;text-underline-offset:4px}.footer-services{padding-bottom:30px;font-size:14px}.booking-price-card>.text-link{display:inline-block;margin-top:24px}
@media(max-width:760px){.service-heading{padding:35px 0}.service-heading>p{font-size:18px}.service-layout{grid-template-columns:1fr;gap:24px}.service-price{grid-row:1}.service-copy h2{font-size:25px}.service-related{flex-direction:column}.service-heading h1{letter-spacing:-1px}}

.consent-options{border:0;padding:0;margin:14px 0;display:grid;gap:12px}.consent-options legend{font-size:12px;font-weight:700;margin-bottom:10px}.consent-options label{display:flex;gap:10px;align-items:flex-start;cursor:pointer;font-size:13px;line-height:1.5}.consent-options input{appearance:auto;flex:0 0 18px;width:18px;height:18px;min-height:0;padding:0;margin:2px 0 0;accent-color:var(--ink)}.consent-options small{display:block;font-size:12px;font-weight:400;color:#565d56}.consent-options label:has(input:disabled){opacity:.65}@media(max-width:760px){.consent-options{gap:9px}}
