:root {
  color-scheme: light;
  --ink: #4A2411;
  --muted: #5B2E1A;
  --line: #D6B48A;
  --paper: #ffffff;
  --wash: #F4EBDD;
  --cream: #F4EBDD;
  --snow: #F4EBDD;
  --forest: #4A2411;
  --forest-strong: #4A2411;
  --cranberry: #8B5A2B;
  --cranberry-strong: #5B2E1A;
  --gold: #B8874E;
  --sage: #D6B48A;
  --rose: #D6B48A;
  --logo-bg: #fdf4e8;
  --shadow: 0 24px 70px rgba(31, 36, 33, 0.14);
}

* {
  box-sizing: border-box;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(91, 46, 26, 0.05), transparent 360px),
    var(--wash);
  overflow-x: hidden;
}

img,
svg,
video,
canvas {
  max-width: 100%;
}

body,
button,
input,
select,
textarea {
  font: inherit;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 72px;
  padding: 0 clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(214, 180, 138, 0.8);
  background: var(--logo-bg);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  font-weight: 900;
  text-decoration: none;
}

.brand-logo {
  display: block;
  width: clamp(230px, 24vw, 380px);
  max-height: 78px;
  object-fit: contain;
}

.mark {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--forest), var(--cranberry));
  color: white;
  font-size: 12px;
  letter-spacing: 0;
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 28px);
  color: var(--muted);
  font-weight: 800;
  font-size: 14px;
}

.nav a {
  text-decoration: none;
}

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

.hero {
  min-height: calc(100vh - 72px);
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  padding: clamp(28px, 5vw, 70px) clamp(18px, 5vw, 78px);
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 231, 168, 0.44), transparent 28%),
    radial-gradient(circle at 84% 10%, rgba(255, 249, 234, 0.2), transparent 24%),
    linear-gradient(128deg, #4A2411 0%, #4A2411 38%, #8B5A2B 100%);
  color: white;
  overflow: hidden;
}

.hero-media {
  position: relative;
  min-height: min(560px, 70vh);
  display: grid;
  place-items: center;
}

.hero-media::before {
  content: "";
  position: absolute;
  width: min(520px, 90vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 249, 234, 0.16), rgba(241, 219, 165, 0.2));
  filter: blur(0.2px);
}

.hero-media::after {
  content: "";
  position: absolute;
  bottom: 10%;
  width: min(440px, 72vw);
  height: 38px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.28);
  filter: blur(12px);
}

.hero-media img {
  position: relative;
  z-index: 1;
  display: block;
  width: min(620px, 96vw);
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid rgba(255, 249, 234, 0.3);
  border-radius: 18px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
}

.panettone {
  position: relative;
  z-index: 1;
  width: min(430px, 84vw);
  aspect-ratio: 1 / 1.08;
}

.dome {
  position: absolute;
  left: 8%;
  top: 6%;
  width: 84%;
  height: 52%;
  border-radius: 50% 50% 38% 38%;
  background:
    radial-gradient(circle at 34% 28%, #f6d98b 0 3%, transparent 4%),
    radial-gradient(circle at 62% 35%, #7a3c22 0 4%, transparent 5%),
    radial-gradient(circle at 50% 18%, #f3c975 0 3%, transparent 4%),
    linear-gradient(145deg, #c97931 0%, #a64e24 58%, #743018 100%);
  box-shadow: var(--shadow);
}

.wrapper {
  position: absolute;
  left: 14%;
  bottom: 5%;
  width: 72%;
  height: 54%;
  border-radius: 8px 8px 28px 28px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.42), transparent 24% 76%, rgba(0, 0, 0, 0.08)),
    repeating-linear-gradient(90deg, #f7ead0 0 18px, #e7d3b0 18px 21px);
  border: 1px solid #cfb78f;
  box-shadow: var(--shadow);
}

.wrapper::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 50%;
  width: 34px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #a43232, #7f2425);
  box-shadow: inset 8px 0 rgba(255, 255, 255, 0.14), inset -8px 0 rgba(0, 0, 0, 0.12);
}

.wrapper::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 20%;
  width: 132px;
  height: 34px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: linear-gradient(90deg, #7f2425, #b94242, #7f2425);
}

.logo-badge {
  position: absolute;
  left: 50%;
  top: 58%;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: var(--forest);
  color: white;
  border: 8px solid var(--cream);
  font-size: 22px;
  font-weight: 900;
  box-shadow: 0 18px 38px rgba(31, 36, 33, 0.22);
}

.logo-badge::after {
  content: "Azienda";
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 800;
}

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

.hero .eyebrow {
  color: #f1dba5;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--cranberry);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.08em;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(44px, 6.5vw, 84px);
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 25px;
  line-height: 1.12;
}

.lead {
  max-width: 650px;
  color: var(--muted);
  font-size: clamp(18px, 2.1vw, 23px);
  line-height: 1.48;
}

.hero .lead {
  color: rgba(255, 249, 234, 0.86);
}

.slogan {
  max-width: 700px;
  margin: -6px 0 18px;
  color: #F4EBDD;
  font-size: clamp(24px, 3vw, 42px);
  font-weight: 950;
  line-height: 1.08;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0;
}

.button,
button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 0;
  border-radius: 8px;
  background: var(--forest);
  color: white;
  cursor: pointer;
  font-weight: 900;
  text-decoration: none;
}

.button:hover,
button:hover {
  background: var(--forest-strong);
}

.hero .button {
  background: #f1dba5;
  color: var(--forest-strong);
}

.hero .button:hover {
  background: white;
}

.button.secondary {
  background: transparent;
  color: var(--forest);
  border: 1px solid rgba(22, 75, 53, 0.4);
}

.hero .button.secondary {
  color: white;
  border-color: rgba(255, 249, 234, 0.46);
}

.hero .button.secondary:hover {
  background: rgba(255, 255, 255, 0.12);
}

.button.secondary:hover {
  background: rgba(22, 75, 53, 0.08);
}

.proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 620px;
  margin: 0;
}

.proof div {
  border-top: 1px solid rgba(255, 249, 234, 0.28);
  padding-top: 14px;
}

.proof dt {
  font-size: 30px;
  font-weight: 950;
  color: var(--forest);
}

.hero .proof dt {
  color: #f1dba5;
}

.proof dd {
  margin: 0;
  color: var(--muted);
  font-weight: 750;
}

.hero .proof dd {
  color: rgba(255, 249, 234, 0.78);
}

.section {
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(58px, 8vw, 104px) 0;
}

.intro-band,
.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: start;
}

.intro-band p:last-child,
.quote-copy p,
.timeline p,
.package p,
.package li,
.steps li {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 30px;
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--line);
  box-shadow: 0 18px 54px rgba(31, 36, 33, 0.08);
}

.trust-band article {
  min-height: 220px;
  padding: 26px;
  background: linear-gradient(180deg, white, #fbfaf6);
}

.trust-band span {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 950;
}

.trust-band p,
.audience-grid span,
.faq-grid p {
  color: var(--muted);
  line-height: 1.55;
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.package {
  min-height: 320px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 16px 44px rgba(31, 36, 33, 0.06);
}

.package.featured {
  border-color: rgba(159, 47, 48, 0.55);
  background:
    linear-gradient(180deg, rgba(255, 249, 234, 0.68), white 48%),
    var(--paper);
  box-shadow: 0 22px 60px rgba(159, 47, 48, 0.13);
}

.package ul {
  display: grid;
  gap: 10px;
  margin: 26px 0 0;
  padding-left: 20px;
}

.example-section {
  display: grid;
  gap: 30px;
}

.example-section .section-heading {
  max-width: 920px;
}

.example-section .section-heading p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.65;
}

.example-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(20px, 3vw, 36px);
  align-items: stretch;
}

.example-card {
  position: relative;
  display: grid;
  gap: 20px;
  padding: clamp(18px, 2.5vw, 30px);
  border: 1px solid rgba(91, 46, 26, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(244, 235, 221, 0.86)),
    var(--paper);
  box-shadow: 0 22px 58px rgba(74, 36, 17, 0.1);
}

.example-card > span {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--forest-strong);
  color: #F4EBDD;
  font-weight: 950;
}

.example-card figure {
  display: grid;
  place-items: center;
  min-height: clamp(280px, 34vw, 440px);
  margin: 0;
  padding: 18px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 34%, rgba(214, 180, 138, 0.46), transparent 34%),
    linear-gradient(135deg, #4A2411, #5B2E1A);
  overflow: hidden;
}

.example-card img {
  width: 100%;
  max-height: 420px;
  object-fit: contain;
  filter: drop-shadow(0 24px 32px rgba(20, 10, 4, 0.28));
}

.example-card h3 {
  margin: 0 0 10px;
  color: var(--forest-strong);
}

.example-card p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.62;
}

.text-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 16px;
  color: var(--cranberry);
  font-weight: 950;
  text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
}

.process {
  border-top: 1px solid var(--line);
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps li {
  min-height: 150px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.steps span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: var(--cranberry);
  color: white;
  font-weight: 900;
}

.timeline {
  display: grid;
  gap: 12px;
}

.timeline p {
  margin: 0;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.timeline strong {
  color: var(--forest);
}

.audience-section {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.75fr);
  gap: clamp(24px, 4vw, 58px);
  align-items: center;
}

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

.audience-grid span {
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  font-weight: 850;
}

.faq-section {
  padding-top: 0;
}

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

.faq-grid details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  padding: 20px;
}

.faq-grid summary {
  cursor: pointer;
  color: var(--forest);
  font-size: 18px;
  font-weight: 950;
}

.faq-grid p {
  margin: 14px 0 0;
}

.quote-section {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  padding: clamp(54px, 8vw, 98px) clamp(18px, 5vw, 78px);
  background: var(--forest);
  color: white;
}

.quote-copy {
  position: sticky;
  top: 110px;
}

.quote-copy .eyebrow,
.quote-copy p {
  color: #f1dba5;
}

.quote-form {
  padding: clamp(20px, 3vw, 32px);
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: var(--shadow);
}

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

label {
  display: grid;
  gap: 8px;
  min-width: 0;
  color: var(--muted);
  font-weight: 850;
}

.field-hint {
  color: rgba(91, 46, 26, 0.74);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.45;
}

input,
select,
textarea {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  color: var(--ink);
  outline: 0;
  padding: 0 13px;
}

input[type="date"] {
  appearance: none;
  -webkit-appearance: none;
}

textarea {
  padding: 13px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--forest);
  box-shadow: 0 0 0 3px rgba(22, 75, 53, 0.12);
}

.quote-form > label {
  margin-top: 16px;
}

.mockup-generator {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
  padding: 16px;
  border: 1px solid rgba(184, 135, 47, 0.44);
  border-radius: 8px;
  background:
    linear-gradient(120deg, rgba(22, 75, 53, 0.08), rgba(159, 47, 48, 0.08)),
    var(--cream);
}

.mockup-generator div {
  display: grid;
  gap: 4px;
}

.mockup-generator strong {
  color: var(--forest);
  font-size: 18px;
}

.mockup-generator span {
  color: var(--muted);
  line-height: 1.4;
}

.mockup-button {
  flex: 0 0 auto;
  background: var(--cranberry);
}

.mockup-button:hover {
  background: var(--cranberry-strong);
}

.mockup-button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.mockup-progress {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding: 15px;
  border: 1px solid rgba(184, 135, 78, 0.42);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(74, 36, 17, 0.05), rgba(184, 135, 78, 0.1)),
    #fffaf1;
}

.mockup-progress[hidden] {
  display: none;
}

.mockup-progress__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.mockup-progress__top strong {
  color: var(--forest-strong);
}

.mockup-progress__top span {
  min-width: 54px;
  font-weight: 900;
  text-align: right;
  color: var(--cranberry-strong);
}

.mockup-progress__bar {
  overflow: hidden;
  height: 10px;
  border-radius: 999px;
  background: rgba(74, 36, 17, 0.12);
}

.mockup-progress__bar span {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--cranberry-strong), var(--gold));
  transition: width 0.45s ease;
}

.mockup-progress p {
  margin: 0;
  color: var(--muted);
  line-height: 1.4;
}

.mockup-progress__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.mockup-progress__steps span {
  display: grid;
  place-items: center;
  min-height: 34px;
  border: 1px solid rgba(74, 36, 17, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.mockup-progress__steps span.is-active,
.mockup-progress__steps span.is-done {
  border-color: rgba(184, 135, 78, 0.62);
  background: rgba(184, 135, 78, 0.18);
  color: var(--forest-strong);
}

.mockup-preview {
  margin: 18px 0 0;
  overflow: hidden;
  border: 1px solid rgba(22, 75, 53, 0.14);
  border-radius: 8px;
  background: white;
  box-shadow: 0 16px 38px rgba(31, 36, 33, 0.08);
}

.mockup-preview[hidden] {
  display: none;
}

.mockup-preview__head {
  display: grid;
  gap: 4px;
  padding: 14px;
  border-bottom: 1px solid rgba(91, 46, 26, 0.12);
}

.mockup-preview__head strong {
  color: var(--forest-strong);
}

.mockup-preview__head span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.mockup-comparison {
  display: grid;
  gap: 10px;
  padding: 14px;
  border-bottom: 1px solid rgba(91, 46, 26, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 250, 241, 0.98), rgba(244, 235, 221, 0.76)),
    #fffaf1;
}

.mockup-comparison__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.mockup-comparison__head span {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.mockup-comparison__head strong {
  color: var(--cocoa);
}

.mockup-comparison__head .text-link {
  margin-top: 0;
}

.mockup-comparison__head button {
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--cranberry);
  cursor: pointer;
  font-size: 13px;
  font-weight: 950;
  text-decoration: underline;
  text-underline-offset: 3px;
  box-shadow: none;
}

.mockup-comparison img {
  display: block;
  width: 100%;
  max-height: 520px;
  object-fit: contain;
  border: 1px solid rgba(91, 46, 26, 0.12);
  border-radius: 8px;
  background: #fffdf8;
}

.mockup-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 14px;
  padding: 14px;
  background: rgba(244, 235, 221, 0.72);
}

.mockup-option {
  position: relative;
  display: grid;
  gap: 0;
  min-height: auto;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(91, 46, 26, 0.14);
  border-radius: 8px;
  background: #fffdf8;
  color: var(--forest-strong);
  text-align: left;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(74, 36, 17, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.mockup-option__badge {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  max-width: calc(100% - 20px);
  padding: 6px 9px;
  border: 1px solid rgba(255, 250, 241, 0.6);
  border-radius: 999px;
  background: rgba(74, 36, 17, 0.72);
  color: #fffaf1;
  font-size: 10px;
  font-weight: 950;
  line-height: 1;
  text-align: center;
}

.mockup-option.is-selected .mockup-option__badge {
  border-color: rgba(74, 36, 17, 0.26);
  background: var(--gold);
  color: #4A2411;
}

.mockup-option:hover,
.mockup-option:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(184, 135, 78, 0.55);
  box-shadow: 0 18px 40px rgba(74, 36, 17, 0.14);
}

.mockup-option__visuals {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(91, 46, 26, 0.12);
}

.mockup-option figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #fffaf1;
}

.mockup-option img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #fffaf1;
  transition: transform 220ms ease;
}

.mockup-option figure:first-child img {
  aspect-ratio: 282 / 190;
}

.mockup-option figcaption {
  position: absolute;
  left: 8px;
  bottom: 8px;
  padding: 4px 7px;
  border: 1px solid rgba(255, 250, 241, 0.58);
  border-radius: 999px;
  background: rgba(74, 36, 17, 0.72);
  color: #fffaf1;
  font-size: 10px;
  font-weight: 950;
  line-height: 1;
}

.mockup-option:hover img,
.mockup-option:focus-visible img {
  transform: scale(1.04);
}

.mockup-option span {
  padding: 11px 12px;
  font-size: 13px;
  font-weight: 950;
}

.mockup-option small {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 12px 12px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
}

.mockup-option small a {
  color: var(--cocoa);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.mockup-option__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 12px 14px;
}

.mockup-option em {
  display: inline-flex;
  width: max-content;
  margin: 0;
  padding: 8px 10px;
  border: 1px solid rgba(91, 46, 26, 0.18);
  border-radius: 6px;
  color: var(--cocoa);
  background: rgba(244, 235, 221, 0.86);
  font-size: 12px;
  font-style: normal;
  font-weight: 950;
}

.mockup-option.is-selected {
  outline: 4px solid var(--gold);
  outline-offset: -4px;
  background: #fff7df;
}

.final-render {
  display: grid;
  gap: 12px;
  padding: 16px;
  border-top: 1px solid rgba(91, 46, 26, 0.14);
  background: #fffaf1;
}

.final-render__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}

.final-render strong {
  color: var(--cocoa);
}

.final-render__head span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  text-align: right;
}

.final-render img {
  display: block;
  width: 100%;
  max-height: 420px;
  object-fit: contain;
  border: 1px solid rgba(91, 46, 26, 0.12);
  border-radius: 8px;
  background: #fffdf8;
}

.final-render__preview {
  justify-self: start;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.mockup-modal[hidden] {
  display: none;
}

.mockup-modal {
  position: fixed;
  inset: 0;
  z-index: 110;
  display: grid;
  place-items: center;
  padding: 24px;
}

.mockup-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(24, 12, 7, 0.78);
  backdrop-filter: blur(6px);
}

.mockup-modal__panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  width: min(1180px, 100%);
  max-height: min(900px, calc(100vh - 48px));
  overflow: hidden;
  border: 1px solid rgba(214, 180, 138, 0.42);
  border-radius: 8px;
  background: #fffaf1;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.36);
}

.mockup-modal__head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 18px;
  align-items: end;
  padding: 18px 22px;
  border-bottom: 1px solid rgba(91, 46, 26, 0.14);
}

.mockup-modal__head .eyebrow,
.mockup-modal__head h2 {
  grid-column: 1;
  margin: 0;
}

.mockup-modal__head h2 {
  font-size: clamp(24px, 4vw, 42px);
}

.mockup-modal__head .text-link {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.mockup-modal__image {
  min-height: 0;
  overflow: auto;
  padding: 18px;
  background: #fffdf8;
}

.mockup-modal__image img {
  display: block;
  width: 100%;
  max-height: calc(100vh - 190px);
  object-fit: contain;
}

.mockup-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #4A2411;
  color: #F4EBDD;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.modal-open {
  overflow: hidden;
}

.check-row {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 12px;
  margin-top: 18px;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.4;
}

.check-row input {
  width: 20px;
  min-height: 20px;
  margin-top: 1px;
  accent-color: var(--forest);
}

.form-message {
  min-height: 24px;
  margin: 16px 0;
  color: var(--forest);
  font-weight: 900;
}

.form-message.error {
  color: var(--cranberry);
}

.footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 18px;
  padding: 34px clamp(18px, 4vw, 56px);
  color: var(--muted);
  background: var(--logo-bg);
  border-top: 1px solid rgba(214, 180, 138, 0.58);
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  align-items: start;
  gap: clamp(22px, 4vw, 54px);
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.footer-brand img {
  display: block;
  width: clamp(210px, 20vw, 320px);
  max-height: 66px;
  object-fit: contain;
}

.footer-company {
  display: grid;
  gap: 9px;
  max-width: 860px;
}

.footer-company p {
  display: grid;
  grid-template-columns: 138px minmax(0, 1fr);
  gap: 12px;
  margin: 0;
  line-height: 1.45;
}

.footer-company strong {
  color: var(--forest-strong);
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.footer-company span {
  color: #5B2E1A;
}

.compact-footer {
  margin-top: 48px;
  border-top: 1px solid rgba(214, 180, 138, 0.55);
}

.footer p {
  margin: 0;
}

.footer-credit {
  grid-column: 1 / -1;
  width: 100%;
  padding-top: 8px;
  border-top: 1px solid rgba(91, 46, 26, 0.12);
  color: rgba(91, 46, 26, 0.72);
  font-size: 11px;
  line-height: 1.45;
  text-align: left;
}

.compact-footer .footer-credit {
  text-align: center;
}

.footer a {
  color: var(--forest);
  font-weight: 900;
  text-decoration: none;
}

.final-cta {
  display: grid;
  place-items: center;
  text-align: center;
  padding: clamp(58px, 8vw, 110px) 18px;
  background:
    radial-gradient(circle at 50% 0%, rgba(184, 135, 47, 0.28), transparent 34%),
    var(--cream);
}

.final-cta h2 {
  max-width: 760px;
}

.admin-shell {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(38px, 6vw, 74px) 0;
}

.admin-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 26px;
}

.admin-heading h1 {
  margin-bottom: 0;
  font-size: clamp(38px, 6vw, 68px);
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-login {
  max-width: 520px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 16px 44px rgba(31, 36, 33, 0.06);
}

.admin-login h2 {
  font-size: 32px;
}

.admin-login p {
  color: var(--muted);
}

.admin-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.admin-summary article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.admin-summary span {
  display: block;
  margin-bottom: 4px;
  color: var(--forest);
  font-size: 36px;
  font-weight: 950;
}

.admin-summary p {
  margin: 0;
  color: var(--muted);
  font-weight: 850;
}

.config-panel {
  display: grid;
  gap: 18px;
  margin-bottom: 26px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.config-panel h2,
.config-panel p {
  margin: 0;
}

.config-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.config-grid article {
  display: grid;
  gap: 8px;
  min-height: 150px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--snow);
}

.config-grid article.ready {
  border-color: rgba(91, 46, 26, 0.24);
  background: rgba(214, 180, 138, 0.24);
}

.config-grid article.missing {
  border-color: rgba(139, 90, 43, 0.22);
  background: rgba(244, 235, 221, 0.72);
}

.config-grid span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.config-grid strong {
  color: var(--ink);
  font-size: 28px;
  font-weight: 950;
}

.config-grid p {
  color: var(--muted);
  line-height: 1.5;
}

.config-command {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(91, 46, 26, 0.14);
  border-radius: 8px;
  background: #F4EBDD;
}

.config-command h3 {
  margin: 0 0 4px;
  font-size: 24px;
}

.config-command pre {
  overflow-x: auto;
  margin: 0;
  padding: 16px;
  border-radius: 8px;
  background: var(--forest-strong);
  color: #F4EBDD;
  font-size: 13px;
  line-height: 1.55;
  white-space: pre-wrap;
}

.config-command .button {
  width: fit-content;
}

.diagnostics-panel {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(91, 46, 26, 0.14);
  border-radius: 8px;
  background: #fffaf0;
}

.diagnostics-panel h3,
.diagnostics-panel p {
  margin: 0;
}

.diagnostics-panel .button {
  width: fit-content;
}

.diagnostics-result {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.diagnostics-result[hidden] {
  display: none;
}

.diagnostics-result article {
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
}

.diagnostics-result h4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0;
  color: var(--forest-strong);
  font-size: 18px;
}

.diag-ok,
.diag-missing {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 950;
}

.diag-ok {
  background: rgba(91, 46, 26, 0.14);
  color: var(--forest-strong);
}

.diag-missing {
  background: rgba(139, 90, 43, 0.16);
  color: var(--cranberry);
}

.config-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(74, 36, 17, 0.14);
  border-radius: 8px;
  background: #F4EBDD;
}

.config-form h3,
.config-form .form-message,
.config-form button {
  grid-column: 1 / -1;
}

.config-form h3 {
  margin: 0;
  font-size: 24px;
}

.lead-panel,
.prospect-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 16px 44px rgba(31, 36, 33, 0.06);
}

.panel-toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  padding: 20px;
  border-bottom: 1px solid var(--line);
}

.compact-toolbar {
  padding: 0;
  margin-bottom: 16px;
  border: 0;
}

.panel-toolbar h2 {
  margin: 0;
  font-size: 28px;
}

.panel-toolbar label {
  min-width: 220px;
}

.prospect-panel {
  margin-top: 22px;
  padding: 28px;
}

.prospect-form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 10px;
}

.prospect-form .wide-field {
  grid-column: span 3;
}

.prospect-form button {
  align-self: end;
}

.table-wrap {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 860px;
}

th,
td {
  padding: 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

th {
  color: var(--forest);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

td small {
  color: var(--muted);
}

td select {
  min-width: 150px;
}

.table-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 10px;
  border-radius: 8px;
  background: var(--forest);
  color: white;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.small-action {
  min-height: 34px;
  margin-top: 8px;
  padding: 0 10px;
  font-size: 13px;
}

.danger-action {
  background: var(--cranberry);
}

.danger-action:hover {
  background: #7f2425;
}

.lead-panel .form-message {
  padding: 0 16px 16px;
}

.outreach-panel {
  margin-top: 22px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 16px 44px rgba(31, 36, 33, 0.06);
}

.outreach-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.outreach-grid article {
  min-height: 260px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf6;
}

.outreach-grid p,
.outreach-grid li {
  color: var(--muted);
  line-height: 1.5;
}

.outreach-grid textarea {
  min-height: 230px;
  margin-bottom: 12px;
  font-size: 14px;
}

.thanks-page {
  min-height: calc(100vh - 72px);
  display: grid;
  place-items: center;
  padding: clamp(32px, 6vw, 78px);
  background: var(--cream);
}

.thanks-page section {
  width: min(820px, 100%);
}

.thanks-page p {
  max-width: 620px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.55;
}

.thanks-code {
  display: inline-grid;
  gap: 6px;
  margin: 20px 0 28px;
  padding: 18px 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.thanks-code span {
  color: var(--muted);
  font-weight: 850;
}

.thanks-code strong {
  color: var(--forest);
  font-size: 28px;
}

.text-page {
  width: min(860px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(42px, 7vw, 86px) 0;
}

.text-page h1 {
  font-size: clamp(40px, 7vw, 72px);
}

.text-page h2 {
  margin-top: 34px;
  font-size: 28px;
}

.text-page p,
.text-page li {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.brochure-body {
  background: white;
}

.brochure {
  width: min(980px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0;
}

.brochure-hero,
.brochure-grid article,
.brochure-process,
.brochure-cta {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--cream);
  padding: 28px;
}

.brochure-hero {
  min-height: 360px;
  display: grid;
  align-content: end;
  margin-bottom: 16px;
  background:
    linear-gradient(120deg, rgba(22, 75, 53, 0.12), rgba(159, 47, 48, 0.1)),
    var(--cream);
}

.brochure-logo {
  display: block;
  width: min(420px, 82vw);
  max-height: 92px;
  object-fit: contain;
  margin: 0 0 28px;
}

.brochure-logo.small {
  width: min(300px, 72vw);
  max-height: 68px;
  margin-bottom: 20px;
}

.brochure-hero h1 {
  max-width: 780px;
  font-size: clamp(44px, 7vw, 78px);
}

.brochure-hero p,
.brochure-grid p,
.brochure-process p,
.brochure-cta p {
  color: var(--muted);
  font-size: 19px;
  line-height: 1.5;
}

.brochure-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 16px;
}

.brochure-grid h2,
.brochure-process h2,
.brochure-cta h2 {
  font-size: 30px;
}

.brochure-process,
.brochure-cta {
  margin-bottom: 16px;
}

@media print {
  .site-header,
  .nav {
    display: none;
  }

  body {
    background: white;
  }

  .brochure {
    width: 100%;
    padding: 0;
  }

  .brochure-hero,
  .brochure-grid article,
  .brochure-process,
  .brochure-cta {
    break-inside: avoid;
    box-shadow: none;
  }
}

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .hero,
  .intro-band,
  .split,
  .audience-section,
  .quote-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .hero-media {
    min-height: 360px;
    order: -1;
  }

  .package-grid,
  .steps,
  .proof,
  .trust-band,
  .audience-grid,
  .faq-grid,
  .admin-summary,
  .config-grid,
  .outreach-grid,
  .config-form,
  .prospect-form,
  .brochure-grid {
    grid-template-columns: 1fr;
  }

  .prospect-form .wide-field {
    grid-column: auto;
  }

  .quote-copy {
    position: static;
  }

  .trust-band {
    margin-top: 28px;
  }

  .trust-band article {
    min-height: auto;
  }

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

  .footer-main {
    grid-template-columns: 1fr;
    gap: 18px;
  }

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

@media (max-width: 620px) {
  .site-header {
    position: static;
  }

  .nav {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    font-size: 13px;
  }

  .nav a {
    display: grid;
    place-items: center;
    min-height: 38px;
    border: 1px solid rgba(22, 75, 53, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.55);
  }

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

  .hero {
    padding-top: 24px;
  }

  .hero-media {
    min-height: 300px;
  }

  .hero-media img {
    width: min(100%, 430px);
    border-radius: 12px;
  }

  .panettone {
    width: min(310px, 82vw);
  }

  .logo-badge {
    width: 102px;
    height: 102px;
    border-width: 6px;
    font-size: 17px;
  }

  h1 {
    font-size: 40px;
    line-height: 1;
  }

  h2 {
    font-size: 32px;
  }

  .lead {
    font-size: 18px;
  }

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

  .hero-actions,
  .admin-heading,
  .admin-actions,
  .panel-toolbar,
  .mockup-generator {
    align-items: stretch;
    flex-direction: column;
  }

  .button,
  button {
    width: 100%;
  }

  .section {
    width: min(100% - 28px, 1160px);
  }

  .trust-band {
    width: calc(100% - 28px);
  }

  .quote-section {
    padding-left: 14px;
    padding-right: 14px;
  }

  .quote-form,
  .prospect-panel,
  .outreach-panel,
  .admin-login {
    padding: 18px;
  }

  th,
  td {
    padding: 12px;
  }
}

/* Boutique editorial restyle */
.boutique-theme {
  --ink: #251d18;
  --muted: #76695f;
  --line: #e7ded2;
  --paper: #fffdf8;
  --wash: #f6efe5;
  --cream: #fff8ec;
  --forest: #263e2d;
  --forest-strong: #142319;
  --cranberry: #8d2633;
  --cranberry-strong: #641923;
  --gold: #a37731;
  --shadow: 0 18px 48px rgba(50, 33, 18, 0.11);
  background:
    linear-gradient(180deg, #fffbf4 0, #f6efe5 760px, #fffdf8 100%);
}

.top-ribbon {
  display: grid;
  place-items: center;
  min-height: 38px;
  padding: 8px 18px;
  background: var(--cranberry);
  color: #fff8ec;
  text-align: center;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.boutique-theme .site-header {
  min-height: 84px;
  border-bottom: 1px solid rgba(231, 222, 210, 0.95);
  background: rgba(255, 253, 248, 0.92);
}

.boutique-theme .brand {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 700;
}

.boutique-theme .mark {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(163, 119, 49, 0.58);
  background: #fff8ec;
  color: var(--cranberry);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

.boutique-theme .nav {
  color: #6f6259;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.boutique-theme .hero {
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  min-height: calc(100vh - 122px);
  padding: clamp(34px, 5vw, 86px) clamp(18px, 5vw, 82px);
  background:
    radial-gradient(circle at 20% 0%, rgba(163, 119, 49, 0.13), transparent 34%),
    linear-gradient(90deg, #fffaf1 0 62%, #efe1cf 62% 100%);
  color: var(--ink);
}

.boutique-theme .hero-media {
  order: 2;
  min-height: clamp(420px, 62vh, 650px);
}

.boutique-theme .hero-media::before {
  width: min(540px, 88vw);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(223, 203, 174, 0.56)),
    #fff8ec;
  box-shadow: inset 0 0 0 1px rgba(163, 119, 49, 0.18);
}

.boutique-theme .hero-media::after {
  bottom: 7%;
  background: rgba(50, 33, 18, 0.14);
}

.boutique-theme .hero-media img {
  width: min(560px, 100%);
  border: 12px solid #fffdf8;
  border-radius: 2px;
  box-shadow: 0 32px 70px rgba(50, 33, 18, 0.18);
}

.boutique-theme .hero-copy {
  max-width: 700px;
}

.boutique-theme .eyebrow {
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 0.16em;
}

.boutique-theme h1,
.boutique-theme h2,
.boutique-theme h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.boutique-theme h1 {
  max-width: 760px;
  font-size: clamp(52px, 7vw, 104px);
  line-height: 0.94;
}

.boutique-theme h2 {
  font-size: clamp(34px, 4.8vw, 64px);
  line-height: 1;
}

.boutique-theme h3 {
  font-size: 30px;
}

.boutique-theme .hero .eyebrow {
  color: var(--cranberry);
}

.boutique-theme .lead,
.boutique-theme .hero .lead {
  color: var(--muted);
  font-size: clamp(19px, 2vw, 25px);
  line-height: 1.62;
}

.boutique-theme .button,
.boutique-theme button {
  border: 1px solid var(--cranberry);
  border-radius: 0;
  background: var(--cranberry);
  color: #fff8ec;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.boutique-theme .button:hover,
.boutique-theme button:hover {
  background: var(--cranberry-strong);
}

.boutique-theme .button.secondary,
.boutique-theme .hero .button.secondary {
  border-color: rgba(37, 29, 24, 0.28);
  background: transparent;
  color: var(--ink);
}

.boutique-theme .button.secondary:hover,
.boutique-theme .hero .button.secondary:hover {
  background: rgba(163, 119, 49, 0.08);
}

.boutique-theme .proof div {
  border-top-color: rgba(37, 29, 24, 0.18);
}

.boutique-theme .proof dt,
.boutique-theme .hero .proof dt {
  color: var(--cranberry);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.boutique-theme .hero .proof dd {
  color: var(--muted);
}

.boutique-theme .section {
  width: min(1220px, calc(100% - 44px));
}

.boutique-theme .intro-band {
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.boutique-theme .trust-band {
  border-radius: 0;
  box-shadow: none;
}

.boutique-theme .trust-band article {
  background: #fffdf8;
}

.heritage-section {
  display: block;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.heritage-copy {
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(28px, 4vw, 62px) 0;
  text-align: center;
}

.heritage-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.68;
}

.heritage-logo {
  display: grid;
  justify-items: center;
  gap: 12px;
  width: min(520px, 88%);
  margin: 34px auto 0;
  padding-top: 28px;
  border-top: 1px solid rgba(214, 180, 138, 0.58);
}

.heritage-logo img {
  display: block;
  width: min(360px, 86%);
  height: auto;
  mix-blend-mode: multiply;
}

.heritage-logo figcaption {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.boutique-theme .package-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.boutique-theme .package {
  min-height: 0;
  padding: 0 0 24px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.boutique-theme .package.featured {
  background: transparent;
  box-shadow: none;
}

.package-media {
  margin: 0 0 22px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff8ec;
}

.package-media img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.08;
  object-fit: cover;
  transition: transform 220ms ease;
}

.boutique-theme .package:hover .package-media img {
  transform: scale(1.035);
}

.boutique-theme .package h3 {
  margin-bottom: 8px;
  font-size: 32px;
}

.boutique-theme .package p,
.boutique-theme .package li {
  color: var(--muted);
}

.boutique-theme .package ul {
  padding-left: 18px;
}

.boutique-theme .steps li,
.boutique-theme .audience-grid span,
.boutique-theme .faq-grid details,
.boutique-theme .quote-form {
  border-radius: 0;
  background: #fffdf8;
  box-shadow: none;
}

.boutique-theme .steps span {
  background: #fff8ec;
  color: var(--cranberry);
  border: 1px solid rgba(141, 38, 51, 0.26);
}

.boutique-theme .quote-section {
  background:
    linear-gradient(90deg, rgba(37, 29, 24, 0.82), rgba(37, 29, 24, 0.82)),
    #251d18;
}

.boutique-theme .quote-copy .eyebrow,
.boutique-theme .quote-copy p {
  color: #e8d8bd;
}

.boutique-theme .quote-copy h2 {
  color: #fff8ec;
}

.boutique-theme input,
.boutique-theme select,
.boutique-theme textarea {
  border-radius: 0;
  background: #fffdf8;
}

.boutique-theme .mockup-generator,
.boutique-theme .mockup-preview {
  border-radius: 0;
}

.boutique-theme .final-cta {
  background:
    radial-gradient(circle at 50% 0%, rgba(163, 119, 49, 0.18), transparent 32%),
    #fff8ec;
}

.feature-grid,
.payment-grid,
.terms-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.payment-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.terms-preview .terms-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  border: 0;
  background: transparent;
}

.feature-grid article,
.payment-grid article,
.terms-grid article {
  min-height: 250px;
  padding: clamp(22px, 3vw, 34px);
  background: #fffdf8;
}

.terms-preview .terms-grid article {
  min-height: 0;
  padding: clamp(20px, 2.5vw, 28px);
  border: 1px solid rgba(214, 180, 138, 0.48);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(244, 235, 221, 0.58)),
    #fffdf8;
  box-shadow: 0 14px 34px rgba(74, 36, 17, 0.06);
}

.terms-preview .terms-grid span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.14em;
}

.terms-preview .terms-grid h3 {
  margin: 0 0 10px;
}

.feature-grid span,
.payment-grid span {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.feature-grid p,
.payment-grid p,
.terms-grid p,
.service-list p {
  color: var(--muted);
  line-height: 1.65;
}

.customer-path {
  background: #fffdf8;
}

.customer-path__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.customer-path__grid article {
  min-height: 250px;
  padding: clamp(22px, 3vw, 34px);
  background:
    linear-gradient(180deg, rgba(244, 235, 221, 0.48), rgba(255, 253, 248, 0.96)),
    #fffdf8;
}

.customer-path__grid span {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.customer-path__grid p {
  color: var(--muted);
  line-height: 1.65;
}

.customer-path__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.craft-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(22px, 4vw, 54px);
  align-items: stretch;
}

.craft-photo {
  display: grid;
  place-items: center;
  min-height: 100%;
  margin: 0;
  padding: clamp(18px, 3vw, 34px);
  border: 1px solid rgba(91, 46, 26, 0.14);
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 34%, rgba(214, 180, 138, 0.46), transparent 36%),
    var(--logo-bg);
  box-shadow: var(--shadow);
}

.craft-photo img {
  width: min(100%, 560px);
  max-height: 500px;
  object-fit: contain;
  filter: drop-shadow(0 26px 34px rgba(74, 36, 17, 0.18));
}

.craft-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.craft-steps article {
  min-height: 230px;
  padding: clamp(22px, 3vw, 34px);
  background: #fffdf8;
}

.craft-steps span {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.craft-steps p {
  color: var(--muted);
  line-height: 1.62;
}

.boutique-theme .example-section {
  width: min(1240px, calc(100% - 44px));
}

.boutique-theme .example-card {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
}

.boutique-theme .example-card figure {
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 32%, rgba(214, 180, 138, 0.42), transparent 35%),
    linear-gradient(135deg, #4A2411 0%, #5B2E1A 62%, #8B5A2B 100%);
}

.boutique-theme .example-card.final figure {
  background:
    radial-gradient(circle at 62% 34%, rgba(214, 180, 138, 0.38), transparent 34%),
    linear-gradient(135deg, #F4EBDD 0%, #D6B48A 44%, #5B2E1A 100%);
}

.boutique-theme .example-card > span {
  background: linear-gradient(135deg, var(--cranberry), var(--forest-strong));
  box-shadow: 0 12px 26px rgba(74, 36, 17, 0.18);
}

.service-section,
.terms-preview {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  border-top: 1px solid var(--line);
}

.terms-preview {
  position: relative;
  align-items: center;
  padding-top: clamp(42px, 7vw, 88px);
  padding-bottom: clamp(42px, 7vw, 88px);
}

.terms-preview::before {
  content: "";
  position: absolute;
  inset: 28px 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(184, 135, 78, 0.42), transparent);
}

.terms-intro {
  display: grid;
  gap: 14px;
}

.terms-intro h2 {
  margin: 0;
  max-width: 520px;
}

.terms-intro > p:not(.eyebrow) {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.65;
}

.service-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.service-list p {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.payment-note {
  margin-top: 18px;
  padding: 18px 20px;
  border: 1px solid rgba(163, 119, 49, 0.32);
  background: #fff8ec;
  color: var(--muted);
  line-height: 1.55;
}

.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-end;
}

.legal-page strong {
  color: var(--cranberry);
}

.chat-widget {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 20;
  display: grid;
  justify-items: end;
  gap: 12px;
  pointer-events: none;
}

.chat-widget > * {
  pointer-events: auto;
}

.chat-toggle {
  width: auto;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  box-shadow: 0 18px 42px rgba(37, 29, 24, 0.18);
}

.chat-panel {
  width: min(390px, calc(100vw - 32px));
  overflow: hidden;
  border: 1px solid rgba(37, 29, 24, 0.16);
  background: #fffdf8;
  box-shadow: 0 26px 70px rgba(37, 29, 24, 0.24);
}

.chat-panel[hidden] {
  display: none;
}

.chat-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
  padding: 16px;
  border-bottom: 1px solid var(--line);
  background: #fff8ec;
}

.chat-head div {
  display: grid;
  gap: 4px;
}

.chat-head strong {
  color: var(--ink);
}

.chat-head span {
  color: var(--muted);
  font-size: 13px;
}

.chat-head button {
  width: 36px;
  min-height: 36px;
  padding: 0;
  border-radius: 50%;
  font-size: 22px;
  line-height: 1;
}

.chat-messages {
  display: grid;
  gap: 10px;
  max-height: 330px;
  overflow-y: auto;
  padding: 16px;
}

.chat-bubble {
  width: fit-content;
  max-width: 86%;
  margin: 0;
  padding: 11px 13px;
  color: var(--ink);
  background: #f6efe5;
  line-height: 1.45;
}

.chat-bubble.user {
  justify-self: end;
  background: var(--cranberry);
  color: #fff8ec;
}

.chat-bubble.pending {
  opacity: 0.72;
}

.chat-suggestions {
  display: flex;
  gap: 8px;
  padding: 0 16px 14px;
}

.chat-suggestions button {
  width: auto;
  min-height: 34px;
  padding: 0 10px;
  font-size: 12px;
}

.chat-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  padding: 14px 16px 16px;
  border-top: 1px solid var(--line);
}

.chat-form button {
  width: auto;
}

@media (max-width: 900px) {
  .boutique-theme .hero {
    grid-template-columns: 1fr;
    background: #fffaf1;
  }

  .boutique-theme .hero-media {
    order: -1;
  }

  .boutique-theme .package-grid,
  .feature-grid,
  .craft-layout,
  .craft-steps,
  .example-showcase,
  .payment-grid,
  .terms-grid,
  .service-section,
  .terms-preview {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 620px) {
  .top-ribbon {
    font-size: 11px;
    line-height: 1.35;
  }

  .boutique-theme .nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .boutique-theme h1 {
    font-size: 46px;
  }

  .boutique-theme .hero {
    padding-top: 20px;
  }

  .boutique-theme .hero-media {
    min-height: 340px;
  }

  .chat-widget {
    right: 14px;
    bottom: 14px;
  }

  .chat-panel {
    width: calc(100vw - 28px);
  }

  .chat-suggestions {
    flex-wrap: wrap;
  }
}

/* Modern Christmas commercial direction */
.boutique-theme {
  --ink: #4A2411;
  --muted: #5B2E1A;
  --line: #D6B48A;
  --paper: #ffffff;
  --wash: #f5f7f1;
  --cream: #F4EBDD;
  --forest: #5B2E1A;
  --forest-strong: #4A2411;
  --cranberry: #8B5A2B;
  --cranberry-strong: #5B2E1A;
  --gold: #B8874E;
  --logo-bg: #fdf4e8;
  --shadow: 0 22px 70px rgba(74, 36, 17, 0.14);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    linear-gradient(180deg, rgba(91, 46, 26, 0.08), transparent 520px),
    linear-gradient(135deg, #F4EBDD 0%, #D6B48A 48%, #F4EBDD 100%);
}

.boutique-theme .site-header {
  min-height: 118px;
  background: var(--logo-bg);
  border-bottom-color: rgba(91, 46, 26, 0.14);
}

.boutique-theme .brand,
.boutique-theme h1,
.boutique-theme h2,
.boutique-theme h3,
.boutique-theme .proof dt,
.boutique-theme .hero .proof dt {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

.boutique-theme .brand {
  max-width: min(62vw, 720px);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.05;
}

.boutique-theme .brand-logo {
  width: clamp(430px, 42vw, 720px);
  max-height: 148px;
}

.boutique-theme .mark {
  border: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--forest), var(--cranberry));
  color: #F4EBDD;
  box-shadow: 0 12px 30px rgba(91, 46, 26, 0.18);
}

.boutique-theme .nav {
  color: #5B2E1A;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: none;
}

.boutique-theme .hero {
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 1.04fr);
  min-height: calc(100vh - 114px);
  background:
    linear-gradient(90deg, rgba(91, 46, 26, 0.96), rgba(91, 46, 26, 0.86) 50%, rgba(139, 90, 43, 0.1) 50%),
    linear-gradient(135deg, #F4EBDD 0%, #D6B48A 100%);
  color: #F4EBDD;
}

.boutique-theme .hero-copy {
  max-width: 780px;
  display: grid;
  align-content: center;
}

.boutique-theme .hero .eyebrow,
.boutique-theme .eyebrow {
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.boutique-theme h1,
.boutique-theme h2,
.boutique-theme h3 {
  font-weight: 900;
}

.boutique-theme h1 {
  max-width: 800px;
  margin-bottom: 16px;
  font-size: clamp(48px, 5.8vw, 86px);
  line-height: 0.98;
}

.boutique-theme h2 {
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 1.04;
}

.boutique-theme h3 {
  font-size: clamp(24px, 2.5vw, 34px);
}

.boutique-theme .hero .lead {
  max-width: 650px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(18px, 1.8vw, 23px);
  line-height: 1.55;
}

.boutique-theme .slogan {
  max-width: 760px;
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(25px, 3.1vw, 46px);
  line-height: 1.04;
  text-shadow: 0 12px 34px rgba(20, 8, 2, 0.16);
}

.boutique-theme .proof div {
  border-top-color: rgba(255, 255, 255, 0.42);
}

.boutique-theme .proof dt,
.boutique-theme .hero .proof dt,
.boutique-theme .proof dd,
.boutique-theme .hero .proof dd {
  color: #ffffff;
}

.boutique-theme .hero-media::before {
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(255, 253, 247, 0.92), rgba(255, 247, 228, 0.74)),
    #F4EBDD;
  box-shadow: inset 0 0 0 1px rgba(201, 154, 58, 0.26), 0 28px 80px rgba(91, 46, 26, 0.14);
}

.boutique-theme .hero-media img {
  aspect-ratio: 4 / 3;
  border: 10px solid #F4EBDD;
  border-radius: 18px;
  filter: saturate(1.08) contrast(1.03);
  box-shadow: 0 34px 88px rgba(74, 36, 17, 0.28);
}

.boutique-theme .button,
.boutique-theme button {
  min-height: 48px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--cranberry), var(--cranberry-strong));
  color: #F4EBDD;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
  box-shadow: 0 16px 36px rgba(139, 90, 43, 0.2);
}

.boutique-theme .button:hover,
.boutique-theme button:hover {
  background: linear-gradient(135deg, var(--cranberry-strong), #5f131c);
}

.boutique-theme .button.secondary,
.boutique-theme .hero .button.secondary {
  border: 1px solid rgba(255, 253, 247, 0.42);
  background: rgba(255, 253, 247, 0.12);
  color: #F4EBDD;
  box-shadow: none;
}

.boutique-theme .section .button.secondary,
.boutique-theme .payment-actions .button.secondary {
  border-color: rgba(91, 46, 26, 0.22);
  background: rgba(255, 255, 255, 0.76);
  color: var(--forest-strong);
}

.boutique-theme .section,
.boutique-theme .intro-band,
.boutique-theme .heritage-section,
.boutique-theme .payment-section,
.boutique-theme .terms-preview,
.boutique-theme .company-section {
  width: min(1240px, calc(100% - 44px));
}

.boutique-theme .trust-band {
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.boutique-theme .trust-band article,
.boutique-theme .steps li,
.boutique-theme .audience-grid span,
.boutique-theme .faq-grid details,
.boutique-theme .quote-form,
.boutique-theme .feature-grid article,
.boutique-theme .payment-grid article,
.boutique-theme .service-list,
.boutique-theme .timeline,
.boutique-theme .company-data {
  background: rgba(255, 255, 255, 0.92);
}

.boutique-theme .terms-preview .terms-grid article {
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(244, 235, 221, 0.66)),
    rgba(255, 255, 255, 0.92);
}

.package-media {
  border: 0;
  border-radius: 18px;
  box-shadow: 0 20px 54px rgba(74, 36, 17, 0.12);
}

.boutique-theme .package h3 {
  color: var(--forest-strong);
}

.boutique-theme .terms-grid h3,
.boutique-theme .payment-grid h3,
.boutique-theme .feature-grid h3 {
  font-size: clamp(20px, 1.8vw, 28px);
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.offer-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.86fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
}

.offer-card {
  display: grid;
  gap: 18px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(91, 46, 26, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
}

.offer-card h3 {
  margin: 0;
  font-size: clamp(30px, 3vw, 48px);
}

.offer-card ul {
  display: grid;
  gap: 10px;
  margin-top: 6px;
}

.offer-summary {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(91, 46, 26, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.92), rgba(244, 235, 221, 0.94)),
    var(--cream);
  box-shadow: var(--shadow);
}

.offer-summary__head {
  display: grid;
  gap: 5px;
}

.offer-summary__head span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.offer-summary__head strong {
  color: var(--forest-strong);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1;
}

.offer-summary__head small {
  color: var(--muted);
  font-weight: 800;
  line-height: 1.45;
}

.offer-summary p {
  display: grid;
  gap: 4px;
  margin: 0;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.price-ladder {
  padding: 0;
  border: 1px solid rgba(91, 46, 26, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  overflow: hidden;
}

.price-ladder summary {
  cursor: pointer;
  display: grid;
  gap: 4px;
  list-style: none;
  padding: 16px;
}

.price-ladder summary::-webkit-details-marker {
  display: none;
}

.price-ladder summary::after {
  content: "Apri / chiudi";
  width: fit-content;
  margin-top: 8px;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(139, 90, 43, 0.12);
  color: var(--cranberry);
  font-size: 12px;
  font-weight: 950;
}

.price-ladder div {
  display: grid;
  gap: 0;
  margin-top: 0;
  border-top: 1px solid rgba(91, 46, 26, 0.12);
}

.offer-summary .price-ladder p {
  grid-template-columns: minmax(90px, 0.7fr) minmax(120px, 0.9fr) minmax(120px, 1fr);
  gap: 10px;
  align-items: center;
  padding: 13px 16px;
  border-top: 0;
  border-bottom: 1px solid rgba(91, 46, 26, 0.1);
}

.offer-summary .price-ladder p:last-child {
  border-bottom: 0;
}

.offer-summary strong {
  color: var(--forest-strong);
  font-weight: 950;
}

.offer-summary span {
  color: var(--muted);
  font-weight: 800;
}

.offer-summary em {
  color: var(--cranberry-strong);
  font-size: 13px;
  font-style: normal;
  font-weight: 950;
  text-align: right;
}

.offer-summary__facts {
  display: grid;
  gap: 0;
  border: 1px solid rgba(91, 46, 26, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.54);
  overflow: hidden;
}

.offer-summary__facts p {
  grid-template-columns: minmax(120px, 0.72fr) minmax(0, 1fr);
  gap: 12px;
  align-items: baseline;
  padding: 13px 16px;
  border-top: 0;
  border-bottom: 1px solid rgba(91, 46, 26, 0.1);
}

.offer-summary__facts p:last-child {
  border-bottom: 0;
}

.story-link {
  display: inline;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--cranberry);
  cursor: pointer;
  font: inherit;
  font-weight: 950;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.story-link:hover {
  background: transparent;
  color: var(--forest-strong);
}

.story-modal[hidden] {
  display: none;
}

.story-modal {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: grid;
  place-items: center;
  padding: 20px;
}

.story-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(31, 18, 10, 0.58);
  backdrop-filter: blur(8px);
}

.story-modal__panel {
  position: relative;
  width: min(720px, 100%);
  max-height: min(760px, calc(100vh - 40px));
  overflow: auto;
  padding: clamp(26px, 4vw, 46px);
  border: 1px solid rgba(214, 180, 138, 0.78);
  border-radius: 18px;
  background: var(--logo-bg);
  box-shadow: 0 34px 90px rgba(31, 18, 10, 0.34);
}

.story-modal__panel h2 {
  max-width: 590px;
  margin-bottom: 18px;
}

.story-modal__panel p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.62;
}

.story-modal__content {
  display: grid;
  gap: 12px;
}

.story-modal__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.story-modal__facts span {
  padding: 9px 12px;
  border: 1px solid rgba(159, 36, 45, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.52);
  color: var(--forest-strong);
  font-size: 13px;
  font-weight: 950;
}

.story-modal__sources {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(91, 46, 26, 0.12);
}

.story-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  min-height: 42px;
  padding: 0;
  border-radius: 999px;
  background: rgba(91, 46, 26, 0.1);
  color: var(--forest-strong);
  font-size: 28px;
  line-height: 1;
}

.order-page {
  width: min(1160px, calc(100% - 44px));
  margin: 0 auto;
  padding: clamp(42px, 7vw, 86px) 0;
}

.order-hero {
  display: grid;
  gap: 16px;
  max-width: 860px;
  margin-bottom: clamp(28px, 5vw, 58px);
}

.order-hero h1 {
  max-width: 780px;
  margin: 0;
}

.order-hero p:not(.eyebrow) {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.55;
}

.order-hero__steps {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.order-hero__steps span {
  padding: 8px 12px;
  border: 1px solid rgba(91, 46, 26, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--forest-strong);
  font-size: 13px;
  font-weight: 900;
}

.order-layout {
  display: grid;
  grid-template-columns: minmax(290px, 0.85fr) minmax(320px, 1.15fr);
  gap: clamp(20px, 4vw, 42px);
  align-items: start;
}

.order-card,
.order-confirm {
  border: 1px solid rgba(91, 46, 26, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

.order-card {
  display: grid;
  gap: 16px;
  padding: clamp(20px, 3vw, 30px);
}

.order-card h2,
.order-confirm h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 44px);
}

.order-summary {
  display: grid;
  gap: 12px;
}

.order-summary p {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 14px;
  margin: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.order-summary strong {
  color: var(--forest-strong);
  font-weight: 950;
}

.order-summary span {
  color: var(--muted);
  font-weight: 800;
}

.order-confirm {
  display: grid;
  gap: 22px;
  margin-top: clamp(24px, 4vw, 42px);
  padding: clamp(22px, 4vw, 38px);
}

.order-payment-result {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(139, 90, 43, 0.22);
  border-radius: 16px;
  background: #fffaf0;
}

.order-payment-result[hidden] {
  display: none;
}

.order-payment-result h3 {
  margin: 0;
  color: var(--forest-strong);
}

.order-payment-result p {
  margin: 0;
  color: var(--muted);
}

.order-payment-result p:has(strong) {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 10px;
}

.order-mockups {
  display: grid;
  gap: 12px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.order-mockups > strong {
  color: var(--forest-strong);
}

.wide-field {
  grid-column: 1 / -1;
}

.thanks-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.account-page {
  width: min(1160px, calc(100% - 44px));
  margin: 0 auto;
  padding: clamp(42px, 7vw, 86px) 0;
}

.account-auth {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(320px, 1.28fr);
  gap: clamp(20px, 4vw, 42px);
  align-items: start;
}

.account-dashboard {
  display: grid;
  gap: clamp(24px, 4vw, 42px);
}

.account-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(91, 46, 26, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

.account-head h2 {
  margin: 0;
}

.account-quotes {
  display: grid;
  gap: 12px;
}

.account-quotes article {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.account-quotes article:last-child {
  border-bottom: 0;
}

.account-quotes div {
  display: grid;
  gap: 4px;
}

.account-quotes strong {
  color: var(--forest-strong);
}

.account-quotes span {
  color: var(--muted);
  font-weight: 800;
}

.boutique-theme .quote-section {
  background:
    linear-gradient(120deg, rgba(74, 36, 17, 0.94), rgba(91, 46, 26, 0.86)),
    var(--forest-strong);
}

.boutique-theme input,
.boutique-theme select,
.boutique-theme textarea,
.boutique-theme .mockup-generator,
.boutique-theme .mockup-preview {
  border-radius: 12px;
}

.boutique-theme .final-cta {
  color: #F4EBDD;
  background:
    linear-gradient(135deg, rgba(91, 46, 26, 0.93), rgba(139, 90, 43, 0.84)),
    var(--forest);
}

.boutique-theme .final-cta .eyebrow,
.boutique-theme .final-cta h2 {
  color: #F4EBDD;
}

@media (max-width: 900px) {
  .boutique-theme .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(91, 46, 26, 0.96), rgba(91, 46, 26, 0.9) 58%, #F4EBDD 58%);
  }

  .boutique-theme .hero-media {
    order: -1;
  }

  .boutique-theme .brand {
    max-width: 74vw;
  }

  .boutique-theme .brand-logo {
    width: min(390px, 74vw);
    max-height: 92px;
  }

  .offer-layout,
  .offer-card,
  .order-layout,
  .account-auth {
    grid-template-columns: 1fr;
  }

  .order-summary p {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .mockup-options {
    grid-template-columns: 1fr;
  }

  .mockup-option__visuals {
    grid-template-columns: 1fr;
  }

  .offer-summary .price-ladder p,
  .offer-summary__facts p {
    grid-template-columns: 1fr;
  }

  .offer-summary em {
    text-align: left;
  }

  .account-head,
  .account-quotes article {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .boutique-theme h1 {
    font-size: 43px;
  }

  .boutique-theme h2 {
    font-size: 34px;
  }

  .boutique-theme .brand {
    width: 100%;
    max-width: 100%;
  }

  .boutique-theme .brand-logo {
    width: min(430px, calc(100vw - 28px));
    max-height: 112px;
  }

  .footer,
  .compact-footer {
    align-items: flex-start;
  }

  .footer-company p {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .footer-brand img {
    width: min(270px, 78vw);
    max-height: 62px;
  }
}

@media (max-width: 700px) {
  .boutique-theme .site-header {
    position: static;
    display: grid;
    gap: 12px;
    padding: 12px 8px 14px;
    background: var(--logo-bg);
    border-bottom: 1px solid rgba(91, 46, 26, 0.14);
  }

  .boutique-theme .brand,
  .boutique-theme .brand-logo {
    width: min(430px, 100%);
    max-width: 100%;
  }

  .boutique-theme .nav {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: visible;
    padding-bottom: 0;
    gap: 8px;
    font-size: 12px;
    color: var(--ink);
  }

  .boutique-theme .nav a {
    display: inline-grid;
    place-items: center;
    min-height: 38px;
    padding: 0 8px;
    border: 1px solid rgba(91, 46, 26, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.58);
    text-align: center;
  }

  .boutique-theme .hero {
    gap: 18px;
    padding: 22px 14px 34px;
    background:
      linear-gradient(180deg, #4A2411 0%, #5B2E1A 54%, #F4EBDD 54%, #F4EBDD 100%);
  }

  .boutique-theme .hero-copy {
    max-width: none;
    padding: 18px;
    border: 1px solid rgba(214, 180, 138, 0.34);
    border-radius: 8px;
    background: rgba(74, 36, 17, 0.72);
  }

  .boutique-theme h1 {
    font-size: clamp(38px, 12vw, 54px);
    line-height: 0.98;
  }

  .boutique-theme h2 {
    font-size: clamp(30px, 9vw, 42px);
    line-height: 1.04;
  }

  .boutique-theme .lead,
  .boutique-theme .slogan {
    font-size: 17px;
  }

  .hero-actions,
  .customer-path__actions,
  .thanks-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions .button,
  .customer-path__actions .button,
  .thanks-actions .button {
    width: 100%;
  }

  .hero .proof {
    grid-template-columns: 1fr;
    gap: 1px;
    overflow: hidden;
    border-radius: 8px;
    background: rgba(214, 180, 138, 0.5);
  }

  .hero .proof div {
    background: rgba(244, 235, 221, 0.12);
  }

  .quote-section,
  .section,
  .order-page,
  .account-page {
    width: auto;
    padding-left: 14px;
    padding-right: 14px;
  }

  .quote-form,
  .offer-card,
  .offer-summary,
  .order-card,
  .order-confirm,
  .account-head {
    padding: 18px;
    border-radius: 8px;
  }

  .mockup-generator {
    display: grid;
    padding: 14px;
    background: #fff7df;
  }

  .mockup-button {
    width: 100%;
  }

  .mockup-preview {
    box-shadow: none;
  }

  .mockup-option img {
    aspect-ratio: 1.48 / 1;
  }

  .customer-path__grid,
  .feature-grid,
  .payment-grid,
  .terms-grid,
  .terms-preview .terms-grid,
  .craft-steps,
  .trust-band {
    grid-template-columns: 1fr;
  }

  .craft-layout {
    grid-template-columns: 1fr;
  }

  .intro-band,
  .customer-path,
  .personalization-section,
  .payments-section,
  .terms-section {
    background: #fffdf8;
  }

  .trust-band article,
  .customer-path__grid article,
  .feature-grid article,
  .payment-grid article,
  .terms-grid article {
    min-height: auto;
  }
}
