:root {
  --green: #1f4d3a;
  --green-dark: #15382a;
  --cream: #f7f1e7;
  --cream-light: #fffaf2;
  --charcoal: #242424;
  --muted: #6f675f;
  --brick: #b9573f;
  --brick-dark: #91412f;
  --tan: #d8c3a5;
  --line: rgba(36, 36, 36, 0.16);
  --shadow: 0 22px 60px rgba(31, 77, 58, 0.16);
  --font-sans: Avenir Next, Avenir, Inter, Segoe UI, system-ui, sans-serif;
  --font-serif: Georgia, Cambria, "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--charcoal);
  font-family: var(--font-sans);
  line-height: 1.6;
}

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

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 18px 0;
  background: rgba(247, 241, 231, 0.92);
  backdrop-filter: blur(14px);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand {
  display: inline-flex;
  align-items: center;
  color: var(--green);
  text-decoration: none;
}

.brand-logo {
  width: clamp(112px, 12vw, 144px);
  height: auto;
  object-fit: contain;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  aspect-ratio: 1;
  background: var(--green);
  color: var(--cream);
  border-radius: 8px;
  font-weight: 850;
  letter-spacing: 0;
}

.brand strong,
.brand em {
  display: block;
  line-height: 1;
}

.brand strong {
  font-size: 1rem;
}

.brand em {
  margin-top: 2px;
  color: var(--brick);
  font-family: var(--font-serif);
  font-style: normal;
  font-size: 1.15rem;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 4px;
  border: 1px solid rgba(31, 77, 58, 0.18);
  border-radius: 999px;
  background: var(--cream-light);
  box-shadow: 0 8px 18px rgba(31, 77, 58, 0.08);
}

.language-switch button {
  appearance: none;
  min-width: 38px;
  min-height: 32px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--green);
  font-family: var(--font-sans);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.04em;
}

.language-switch button:hover,
.language-switch button:focus-visible {
  background: rgba(31, 77, 58, 0.1);
  outline: none;
}

.language-switch button.is-active {
  background: var(--green);
  color: var(--cream-light);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-nav a {
  padding: 10px 12px;
  border-radius: 8px;
  color: var(--green-dark);
  font-size: 0.93rem;
  font-weight: 700;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(31, 77, 58, 0.1);
  outline: none;
}

.site-nav .nav-cta {
  background: var(--green);
  color: var(--cream-light);
}

.site-nav .nav-cta:hover,
.site-nav .nav-cta:focus-visible {
  background: var(--green-dark);
}

.menu-toggle {
  display: none;
  width: 44px;
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--cream-light);
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--green);
}

main {
  overflow: hidden;
}

.hero {
  display: grid;
  grid-template-columns: minmax(420px, 0.92fr) minmax(380px, 1.08fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  width: min(1180px, calc(100% - 32px));
  min-height: calc(100vh - 92px);
  margin: 0 auto;
  padding: clamp(34px, 6vw, 84px) 0 56px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--brick);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.06;
  letter-spacing: 0;
}

h1,
h2 {
  color: var(--green-dark);
  font-family: var(--font-serif);
  font-weight: 700;
}

h1 {
  max-width: 680px;
  font-size: clamp(3rem, 5.6vw, 5.5rem);
  line-height: 1.02;
  text-wrap: balance;
}

h2 {
  font-size: clamp(2rem, 4vw, 4.2rem);
}

h3 {
  color: var(--green-dark);
  font-size: 1.08rem;
}

p {
  margin: 0;
}

.hero-lede {
  max-width: 670px;
  margin-top: 22px;
  color: var(--muted);
  font-size: clamp(1.06rem, 2vw, 1.32rem);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
}

.button.primary {
  background: var(--brick);
  color: #fff;
  box-shadow: 0 14px 30px rgba(185, 87, 63, 0.28);
}

.button.primary:hover,
.button.primary:focus-visible {
  background: var(--brick-dark);
  outline: none;
}

.button.secondary {
  border-color: rgba(31, 77, 58, 0.32);
  color: var(--green);
  background: rgba(255, 250, 242, 0.64);
}

.button.secondary:hover,
.button.secondary:focus-visible {
  border-color: var(--green);
  background: var(--cream-light);
  outline: none;
}

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

.hero-stats div {
  padding: 14px;
  border: 1px solid rgba(31, 77, 58, 0.16);
  border-radius: 8px;
  background: rgba(255, 250, 242, 0.72);
}

.hero-stats dt {
  color: var(--green-dark);
  font-weight: 850;
}

.hero-stats dd {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.hero-visual {
  position: relative;
  min-height: 560px;
}

.hero-visual img {
  width: 100%;
  height: min(64vh, 660px);
  min-height: 500px;
  object-fit: cover;
  border: 10px solid var(--cream-light);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.page-preview {
  position: absolute;
  right: -12px;
  bottom: 26px;
  width: min(320px, 72%);
  padding: 18px;
  border: 1px solid rgba(31, 77, 58, 0.18);
  border-radius: 8px;
  background: rgba(255, 250, 242, 0.94);
  box-shadow: 0 24px 60px rgba(36, 36, 36, 0.18);
}

.preview-top,
.example-window {
  display: flex;
  gap: 6px;
  margin-bottom: 16px;
}

.preview-top span,
.example-window span {
  width: 9px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--tan);
}

.page-preview h2 {
  font-size: 1.65rem;
}

.page-preview p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.95rem;
}

.preview-lines {
  display: grid;
  gap: 7px;
  margin: 16px 0;
}

.preview-lines span {
  display: block;
  height: 9px;
  border-radius: 999px;
  background: rgba(31, 77, 58, 0.16);
}

.preview-lines span:nth-child(2) {
  width: 84%;
}

.preview-lines span:nth-child(3) {
  width: 62%;
}

.page-preview a {
  display: inline-flex;
  padding: 9px 12px;
  border-radius: 8px;
  background: var(--green);
  color: var(--cream-light);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.intro-band {
  background: var(--green);
  color: var(--cream-light);
}

.intro-band p {
  width: min(980px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(26px, 4vw, 42px) 0;
  font-family: var(--font-serif);
  font-size: clamp(1.45rem, 3vw, 2.4rem);
  line-height: 1.28;
  text-align: center;
}

.section,
.contact-section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(64px, 9vw, 110px) 0;
}

.split,
.pricing,
.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.split > div:first-child p,
.pricing-copy > p,
.contact-section > div > p {
  margin-top: 18px;
  color: var(--muted);
  font-size: 1.08rem;
}

.feature-grid,
.example-grid,
.process-steps {
  display: grid;
  gap: 16px;
}

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

.feature-grid article,
.example-card,
.process-steps article,
.price-card,
.contact-form,
.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--cream-light);
  box-shadow: 0 12px 34px rgba(31, 77, 58, 0.08);
}

.feature-grid article {
  padding: 22px;
}

.feature-icon {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--brick);
  font-weight: 900;
}

.feature-grid p,
.example-card p,
.process-steps p,
.price-card p,
.faq-list p {
  margin-top: 10px;
  color: var(--muted);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

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

.example-card {
  min-height: 300px;
  padding: 22px;
  overflow: hidden;
}

.example-photo {
  display: block;
  width: calc(100% + 44px);
  height: 120px;
  margin: -22px -22px 22px;
  object-fit: cover;
  border-bottom: 1px solid var(--line);
}

.example-card.bakery .example-photo {
  object-position: center center;
}

.example-card.service .example-photo,
.example-card.studio .example-photo {
  object-position: center top;
}

.pricing {
  align-items: center;
  padding-inline: clamp(18px, 4vw, 48px);
  background: linear-gradient(135deg, rgba(31, 77, 58, 0.09), rgba(216, 195, 165, 0.28));
  border: 1px solid rgba(31, 77, 58, 0.12);
  border-radius: 8px;
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--green-dark);
  font-weight: 750;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.54em;
  width: 14px;
  height: 8px;
  border-left: 3px solid var(--brick);
  border-bottom: 3px solid var(--brick);
  transform: rotate(-45deg);
}

.price-card {
  justify-self: end;
  width: min(360px, 100%);
  padding: clamp(24px, 4vw, 36px);
}

.price-card span {
  color: var(--muted);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.76rem;
}

.price-card > strong {
  display: block;
  margin: 8px 0 8px;
  color: var(--green);
  font-family: var(--font-serif);
  font-size: clamp(3.9rem, 7vw, 5.6rem);
  line-height: 1;
}

.monthly-plan,
.brand-kit {
  margin-top: 22px;
  padding: 16px 18px;
  border: 1px solid rgba(31, 77, 58, 0.16);
  border-radius: 8px;
  background: rgba(247, 241, 231, 0.7);
  overflow: hidden;
}

.brand-kit {
  margin-top: 12px;
  background: rgba(216, 195, 165, 0.22);
}

.monthly-plan span,
.brand-kit span {
  color: var(--brick);
}

.monthly-plan strong,
.brand-kit strong {
  display: block;
  margin: 6px 0;
  color: var(--green);
  font-family: var(--font-sans);
  font-size: clamp(1.55rem, 2vw, 2rem);
  font-weight: 900;
  line-height: 1.1;
  overflow-wrap: normal;
}

.brand-kit strong {
  font-size: clamp(1.12rem, 1.6vw, 1.34rem);
}

.price-card .button {
  width: 100%;
  margin-top: 22px;
}

.process {
  padding-top: 86px;
}

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

.process-steps article {
  padding: 24px;
}

.process-steps span {
  display: grid;
  place-items: center;
  width: 38px;
  aspect-ratio: 1;
  margin-bottom: 26px;
  border-radius: 8px;
  background: var(--green);
  color: var(--cream-light);
  font-weight: 900;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  padding: 0 20px;
}

.faq-list summary {
  padding: 18px 0;
  color: var(--green-dark);
  cursor: pointer;
  font-weight: 850;
}

.faq-list p {
  padding-bottom: 20px;
}

.contact-section {
  margin-bottom: 48px;
  padding-inline: clamp(18px, 4vw, 48px);
  background: var(--green);
  color: var(--cream-light);
  border-radius: 8px;
}

.contact-section h2,
.contact-section .eyebrow {
  color: var(--cream-light);
}

.contact-section > div > p {
  color: rgba(255, 250, 242, 0.82);
}

.contact-options {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

.contact-options a {
  color: var(--cream-light);
  font-weight: 800;
  text-decoration-color: rgba(255, 250, 242, 0.42);
  text-underline-offset: 5px;
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: clamp(20px, 4vw, 30px);
  background: var(--cream-light);
  color: var(--charcoal);
}

.contact-form label {
  display: grid;
  gap: 6px;
}

.contact-form span {
  color: var(--green-dark);
  font-size: 0.9rem;
  font-weight: 850;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(31, 77, 58, 0.24);
  border-radius: 8px;
  padding: 12px 13px;
  background: #fff;
  color: var(--charcoal);
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(31, 77, 58, 0.12);
  outline: none;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 42px;
  color: var(--muted);
}

.site-footer a {
  color: var(--green);
  font-weight: 800;
}

@media (max-width: 920px) {
  .header-actions {
    margin-left: auto;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    display: none;
    grid-template-columns: 1fr;
    width: 100%;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--cream-light);
    box-shadow: var(--shadow);
  }

  .site-header.is-open .site-nav {
    display: grid;
  }

  .hero,
  .split,
  .pricing,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-visual {
    min-height: auto;
  }

  .hero-visual img {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .page-preview {
    right: 14px;
    bottom: 14px;
  }

  .price-card {
    justify-self: stretch;
  }

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

@media (max-width: 640px) {
  .site-header {
    width: min(100% - 24px, 1180px);
  }

  .hero,
  .section,
  .contact-section,
  .intro-band p,
  .site-footer {
    width: min(100% - 24px, 1180px);
  }

  h1 {
    font-size: clamp(2.7rem, 18vw, 4.2rem);
  }

  .hero-stats,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .hero-actions .button,
  .contact-form .button {
    width: 100%;
  }

  .page-preview {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 14px;
  }

  .site-footer {
    display: grid;
  }
}
