:root {
  --bg: #f5f5f5;
  --paper: #fbfaf8;
  --paper-warm: #f0e6df;
  --clay: #b35a35;
  --clay-dark: #7b351f;
  --secondary: #d7a98c;
  --muted: #888888;
  --text: #211713;
  --line: #ddcec4;
  --line-strong: #caa88f;
  --success: #3f6b49;
  --error: #a43d2f;
  --shadow: 0 18px 42px rgba(55, 30, 20, 0.08);
  --font: "Montserrat", system-ui, sans-serif;
  --max: 1180px;
  --focus: 0 0 0 3px rgba(179, 90, 53, 0.22);
  --space-1: 0.5rem;
  --space-2: 0.75rem;
  --space-3: 1rem;
  --space-4: 1.25rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --panel-pad: clamp(1.25rem, 4vw, 1.75rem);
  --section-y: clamp(4.75rem, 9vw, 7.75rem);
  --section-y-tight: clamp(2.75rem, 6vw, 4.5rem);
  --section-gap: clamp(2.2rem, 5vw, 4rem);
  --grid-gap: 1.25rem;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background:
    linear-gradient(90deg, rgba(179, 90, 53, 0.025) 1px, transparent 1px) 0 0 / 92px 92px,
    var(--bg);
  font-family: var(--font);
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(179, 90, 53, 0.16);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

button,
input,
textarea {
  font: inherit;
}

button,
a {
  touch-action: manipulation;
}

button {
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 100;
  transform: translateY(-160%);
  border: 1px solid var(--line);
  background: var(--paper);
  padding: 0.75rem 1rem;
}

.skip-link:focus {
  transform: translateY(0);
  box-shadow: var(--focus);
}

:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: var(--focus);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
  padding: 0.875rem clamp(1rem, 4vw, 2.5rem);
  border-bottom: 1px solid rgba(215, 169, 140, 0.48);
  background: rgba(245, 245, 245, 0.92);
  backdrop-filter: blur(12px);
}

.brand {
  display: grid;
  gap: 0.05rem;
  color: var(--clay);
  font-weight: 600;
  line-height: 0.95;
  text-transform: uppercase;
}

.brand span:last-child {
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: none;
}

.top-nav {
  display: none;
  align-items: center;
  gap: var(--space-5);
  color: var(--clay-dark);
  font-size: 0.86rem;
  font-weight: 400;
}

.top-nav a,
.header-cta {
  border-bottom: 1px solid transparent;
  padding-block: 0.25rem;
}

.top-nav a:hover,
.header-cta:hover {
  border-color: currentColor;
}

.header-cta {
  display: none;
  color: var(--clay-dark);
  font-size: 0.86rem;
  font-weight: 600;
}

.section {
  width: min(var(--max), calc(100% - 2rem));
  margin-inline: auto;
  padding-block: var(--section-y);
  scroll-margin-top: 5rem;
}

.intro-panel {
  position: relative;
  display: grid;
  align-content: center;
  gap: clamp(1.1rem, 2.4vw, 1.8rem);
  width: 100%;
  min-height: 100vh;
  margin-inline: 0;
  overflow: hidden;
  padding: clamp(5.5rem, 12vw, 9rem) max(1rem, calc((100vw - var(--max)) / 2));
  background:
    linear-gradient(90deg, rgba(18, 14, 13, 0.82) 0%, rgba(18, 14, 13, 0.48) 43%, rgba(18, 14, 13, 0.16) 100%),
    url("assets/images/hero-viki-original.jpg") center 56% / cover no-repeat,
    #201513;
  color: var(--paper);
}

.section.intro-panel {
  width: 100%;
  max-width: none;
}

main > .section:not(.intro-panel) + .section {
  padding-top: 0;
}

.intro-panel .eyebrow,
.intro-panel h1,
.intro-panel > p:not(.eyebrow) {
  color: var(--paper);
}

.intro-panel h1 {
  max-width: min(100%, 13ch);
}

.eyebrow,
.section-kicker,
.summary-label {
  color: var(--clay);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1 {
  max-width: 100%;
  color: var(--text);
  font-size: clamp(1.78rem, 6vw, 4.6rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.04;
  text-wrap: normal;
}

h2 {
  color: var(--clay);
  font-size: clamp(0.88rem, 3.95vw, 3.45rem);
  font-weight: 600;
  font-style: normal;
  line-height: 1.08;
  text-wrap: normal;
  white-space: nowrap;
}

h3 {
  color: var(--clay);
  font-size: clamp(1.3rem, 3vw, 1.75rem);
  font-weight: 600;
  line-height: 1.08;
}

strong {
  font-weight: 600;
}

.section-kicker + h2,
.section-kicker + h3 {
  margin-top: clamp(0.75rem, 1.6vw, 1.25rem);
}

h2 + p,
h3 + p {
  margin-top: clamp(0.85rem, 1.8vw, 1.35rem);
}

.hero-text {
  max-width: min(100%, 21rem);
  margin-top: 1.45rem;
  color: #4c413d;
  font-size: clamp(1.05rem, 2.5vw, 1.35rem);
  line-height: 1.45;
  overflow-wrap: break-word;
  text-wrap: pretty;
}

.intro-panel > p:not(.eyebrow) {
  max-width: min(100%, 28ch);
  color: var(--paper);
  font-size: clamp(1.18rem, 2.4vw, 1.55rem);
  line-height: 1.5;
  overflow-wrap: break-word;
}

.intro-panel .eyebrow {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-top: var(--space-6);
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 0.85rem 1.1rem;
  cursor: pointer;
  font-weight: 600;
  line-height: 1;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button:active {
  transform: translateY(0);
}

.button.primary {
  background: var(--clay);
  color: white;
}

.button.primary:hover {
  background: var(--clay-dark);
}

.button.secondary {
  border-color: var(--clay);
  color: var(--clay);
  background: transparent;
}

.button.secondary:hover {
  background: rgba(179, 90, 53, 0.07);
}

.button.full {
  width: 100%;
}

.button.compact {
  min-height: 42px;
  padding-inline: 0.85rem;
  white-space: nowrap;
}

.button[disabled] {
  cursor: not-allowed;
  opacity: 0.55;
  transform: none;
}

.hero-media {
  position: relative;
  display: grid;
  gap: 0;
}

.hero-image {
  margin: 0;
  overflow: hidden;
  border-radius: 2px;
  background: var(--paper-warm);
  box-shadow: var(--shadow);
}

.hero-image-large {
  aspect-ratio: 1 / 1;
}

.hero-image-small {
  display: none;
  aspect-ratio: 3 / 4;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.how {
  display: grid;
  gap: var(--section-gap);
  border-top: 1px solid var(--line);
}

.steps {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-block: 1px solid var(--line);
}

.steps li {
  display: grid;
  grid-template-columns: 2.8rem 1fr;
  gap: var(--space-2) var(--space-3);
  align-items: center;
  min-height: 86px;
  border-bottom: 1px solid var(--line);
  padding-block: var(--space-3);
}

.steps li:last-child {
  border-bottom: 0;
}

.steps span {
  color: var(--secondary);
  font-size: 1.7rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.steps strong {
  font-size: clamp(1.05rem, 2.8vw, 1.45rem);
}

.steps small {
  color: #635752;
  line-height: 1.35;
}

.section-heading,
.checkout-intro {
  display: grid;
  gap: var(--grid-gap);
  margin-bottom: var(--section-gap);
}

.section-heading.compact {
  margin-bottom: var(--grid-gap);
}

.section-heading p,
.checkout-intro p,
.flow-copy p,
.empty-flow p,
.summary-note,
details p {
  max-width: 34rem;
  color: #635752;
  line-height: 1.55;
}

.plan-grid,
.secondary-plans {
  display: grid;
  gap: var(--grid-gap);
}

.plan-card {
  position: relative;
  display: grid;
  gap: var(--grid-gap);
  min-height: 100%;
  border: 1px solid var(--line);
  border-radius: 2px;
  background: rgba(251, 250, 248, 0.72);
  padding: var(--space-4);
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease,
    background-color 160ms ease;
}

.plan-card:hover {
  transform: translateY(-1px);
  border-color: var(--line-strong);
  box-shadow: 0 14px 28px rgba(55, 30, 20, 0.045);
}

.plan-card.is-recommended {
  border-color: var(--clay);
  background: #fffaf6;
  box-shadow: inset 0 3px 0 var(--clay);
}

.plan-card.is-selected {
  border-color: var(--clay-dark);
  box-shadow: 0 0 0 2px rgba(179, 90, 53, 0.12);
}

.plan-badge {
  width: fit-content;
  border-bottom: 1px solid rgba(179, 90, 53, 0.35);
  padding: 0 0 0.18rem;
  color: var(--clay-dark);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.plan-items {
  display: grid;
  gap: var(--space-1);
  margin: 0;
  padding: 0;
  color: #51443f;
  list-style: none;
  line-height: 1.35;
}

.plan-description {
  color: #51443f;
  line-height: 1.45;
}

.plan-items li::before {
  content: "- ";
  color: var(--secondary);
}

.upsell-note {
  color: var(--clay);
  font-size: 0.88rem;
  font-weight: 400;
}

.included-shipping {
  color: var(--success);
  font-size: 0.86rem;
  font-weight: 600;
}

.plan-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--space-3);
  margin-top: auto;
  border-top: 1px solid rgba(221, 206, 196, 0.78);
  padding-top: var(--space-3);
}

.price {
  display: grid;
  gap: 0.12rem;
  color: var(--text);
  font-size: 1.08rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.price span {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 400;
}

.checkout-flow {
  width: min(1120px, calc(100% - 2rem));
  padding-top: var(--section-y-tight);
}

.flow-shell {
  display: grid;
  gap: var(--grid-gap);
}

.flow-main,
.order-summary,
.box-summary {
  border: 1px solid var(--line-strong);
  background: rgba(251, 250, 248, 0.78);
}

.flow-main {
  min-width: 0;
}

.flow-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid var(--line);
}

.flow-steps button {
  width: 100%;
  min-height: 58px;
  border: 0;
  border-right: 1px solid var(--line);
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 600;
  overflow: hidden;
  padding: 0.75rem 0.45rem;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.flow-steps li:last-child button {
  border-right: 0;
}

.flow-steps button.is-current {
  color: var(--clay-dark);
  background: rgba(215, 169, 140, 0.16);
}

.flow-steps button.is-done {
  color: var(--success);
}

.flow-steps button[disabled] {
  cursor: not-allowed;
  opacity: 0.45;
}

.flow-panel {
  display: grid;
  gap: var(--space-5);
  padding: var(--panel-pad);
}

.flow-copy {
  display: grid;
  gap: var(--space-2);
}

.flow-copy .section-kicker + h3,
.flow-copy h3 + p,
.empty-flow .section-kicker + h3,
.empty-flow h3 + p {
  margin-top: 0;
}

.empty-flow {
  display: grid;
  gap: var(--space-3);
  min-height: 260px;
  align-content: center;
}

.custom-groups {
  display: grid;
  gap: var(--grid-gap);
}

.choice-group {
  border: 1px solid var(--line);
  background: rgba(251, 250, 248, 0.7);
  padding: var(--space-4);
}

.choice-group-header {
  display: flex;
  justify-content: space-between;
  gap: var(--space-3);
  margin-bottom: var(--space-3);
  border-bottom: 1px solid var(--line);
  padding-bottom: var(--space-2);
}

.choice-group-header h3 {
  font-size: 1.15rem;
}

.counter {
  color: var(--clay-dark);
  font-size: 0.88rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.choice-list,
.item-grid {
  display: grid;
  gap: 0 var(--grid-gap);
}

.line-item,
.summary-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
  min-width: 0;
  border-bottom: 1px solid rgba(221, 206, 196, 0.7);
  padding-block: 0.875rem;
}

.line-item:last-child {
  border-bottom: 0;
}

.line-main {
  min-width: 0;
}

.line-main strong {
  display: block;
  overflow-wrap: anywhere;
}

.line-main span {
  display: block;
  margin-top: 0.25rem;
  color: var(--muted);
  font-size: 0.86rem;
}

.stepper {
  display: inline-grid;
  grid-template-columns: 44px 42px 44px;
  align-items: center;
  border: 1px solid var(--line);
  background: var(--paper);
}

.stepper button {
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: var(--clay);
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: 600;
}

.stepper button:hover {
  background: rgba(179, 90, 53, 0.08);
}

.stepper button[disabled] {
  cursor: not-allowed;
  opacity: 0.35;
}

.stepper output {
  text-align: center;
  font-weight: 400;
  font-variant-numeric: tabular-nums;
}

.group-warning,
.field-error,
.form-status {
  min-height: 1.25rem;
  color: var(--error);
  font-size: 0.86rem;
  line-height: 1.35;
}

.flow-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}

.inline-details {
  border: 1px solid var(--line);
  padding-inline: var(--space-3);
}

.shabat-inline {
  display: grid;
  gap: var(--space-4);
  border: 1px solid var(--clay);
  background: var(--clay);
  color: white;
  padding: var(--panel-pad);
}

.shabat-inline .section-kicker,
.shabat-inline h3,
.shabat-inline p {
  color: white;
}

.shabat-inline h3 {
  font-style: normal;
  font-weight: 600;
  line-height: 1.06;
}

.shabat-inline p {
  margin-top: var(--space-1);
}

.donation-check {
  display: flex;
  width: fit-content;
  min-height: 48px;
  align-items: center;
  gap: var(--space-2);
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: var(--space-2) var(--space-3);
  cursor: pointer;
  font-weight: 600;
}

.donation-check input {
  width: 1.1rem;
  height: 1.1rem;
  accent-color: var(--paper);
}

.checkout-form {
  display: grid;
  gap: var(--space-3);
}

.field {
  display: grid;
  gap: var(--space-1);
}

.delivery-options {
  display: grid;
  gap: var(--space-2);
  margin: 0;
  border: 1px solid var(--line);
  background: rgba(251, 250, 248, 0.7);
  padding: var(--space-3);
}

.delivery-options legend {
  padding-inline: 0.35rem;
  color: var(--clay-dark);
  font-size: 0.9rem;
  font-weight: 600;
}

.delivery-options label {
  display: flex;
  min-height: 44px;
  align-items: center;
  gap: var(--space-2);
  cursor: pointer;
}

.delivery-options input {
  width: 1rem;
  height: 1rem;
  accent-color: var(--clay);
}

.field label {
  color: var(--clay-dark);
  font-size: 0.9rem;
  font-weight: 600;
}

.field label span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 400;
}

.field input,
.field textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 2px;
  background: var(--paper);
  color: var(--text);
  padding: var(--space-2) var(--space-3);
}

.field textarea {
  min-height: 92px;
  resize: vertical;
}

.field input:focus-visible,
.field textarea:focus-visible {
  border-color: var(--clay);
}

.field input::placeholder,
.field textarea::placeholder {
  color: #9d918c;
}

.checkout-button {
  width: 100%;
}

.order-summary,
.box-summary {
  padding: var(--space-4);
}

.summary-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
  border-bottom: 1px solid var(--line);
  padding-bottom: var(--space-3);
  color: var(--clay);
  font-weight: 600;
}

.summary-topline a {
  font-size: 0.85rem;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.summary-line,
.summary-row,
.summary-total {
  display: flex;
  justify-content: space-between;
  gap: var(--space-3);
  border-bottom: 1px solid var(--line);
  padding-block: 0.875rem;
  color: #51443f;
  font-variant-numeric: tabular-nums;
}

.summary-line span:first-child {
  min-width: 0;
  overflow-wrap: anywhere;
}

.summary-line.empty {
  color: var(--muted);
}

.summary-row strong,
.summary-line strong,
.summary-total strong {
  white-space: nowrap;
}

.discount-row {
  color: var(--success);
}

.total-row,
.summary-total {
  border-bottom: 0;
  color: var(--clay-dark);
  font-size: 1.15rem;
}

.summary-note,
.small-note {
  margin-top: var(--space-3);
  color: var(--muted);
  font-size: 0.9rem;
}

.secondary-section {
  padding-top: var(--section-y-tight);
}

.quiet-details {
  border-block: 1px solid var(--line);
}

.quiet-details + .quiet-details {
  border-top: 0;
}

.quiet-details summary {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: var(--clay);
  font-size: clamp(1.2rem, 3.4vw, 2rem);
  font-style: normal;
  font-weight: 600;
  list-style: none;
  padding-block: var(--space-3);
}

.quiet-details summary::-webkit-details-marker {
  display: none;
}

.quiet-details summary::after {
  content: "+";
  color: var(--clay);
  font-style: normal;
  font-weight: 600;
}

.quiet-details[open] summary::after {
  content: "-";
}

.quiet-details > div {
  padding-bottom: var(--space-4);
}

.box-layout {
  display: grid;
  gap: var(--grid-gap);
}

.success-section {
  padding-top: var(--section-y-tight);
}

.success-card {
  border: 1px solid var(--success);
  background: #f4f8f3;
  padding: var(--panel-pad);
}

.success-card h2 {
  color: var(--success);
  line-height: 1.06;
}

.success-card p {
  margin-top: var(--space-2);
}

.success-card .button {
  margin-top: var(--space-3);
}

.faq-list {
  display: grid;
  gap: 0;
  margin-top: var(--space-4);
  border-block: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list details:last-child {
  border-bottom: 0;
}

.faq-list summary {
  min-height: 58px;
  cursor: pointer;
  padding-block: var(--space-3);
  color: var(--clay-dark);
  font-weight: 600;
}

.faq-list details p {
  padding-bottom: var(--space-3);
}

@media (min-width: 680px) {
  .top-nav,
  .header-cta {
    display: flex;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(3.1rem, 5.2vw, 4.6rem);
  }

  .hero-text {
    max-width: 33rem;
  }

  .section {
    width: min(var(--max), calc(100% - 4rem));
  }

  .plan-grid,
  .secondary-plans,
  .choice-list,
  .item-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .intro-panel {
    align-content: end;
    padding-bottom: clamp(4rem, 16vw, 5.5rem);
    background:
      linear-gradient(180deg, rgba(18, 14, 13, 0.08) 0%, rgba(18, 14, 13, 0.42) 42%, rgba(18, 14, 13, 0.9) 100%),
      url("assets/images/hero-viki-original.jpg") center 52% / cover no-repeat,
      #201513;
  }

  .intro-panel h1 {
    max-width: 100%;
    font-size: clamp(1.35rem, 5vw, 1.5rem);
    white-space: nowrap;
  }

  .intro-panel .eyebrow {
    font-size: 0.66rem;
    letter-spacing: 0.055em;
  }

  .plan-footer {
    display: grid;
    align-items: stretch;
  }

  .plan-footer .button {
    width: 100%;
  }
}

@media (min-width: 940px) {
  .section-heading,
  .checkout-intro {
    grid-template-columns: minmax(0, 0.95fr) minmax(220px, 0.42fr);
    align-items: end;
  }

  .how {
    align-items: start;
  }

  .plan-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .flow-shell {
    grid-template-columns: minmax(0, 1fr) 340px;
    align-items: start;
  }

  .order-summary {
    position: sticky;
    top: 6rem;
  }
/*
  .custom-groups {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
*/
  .box-layout {
    grid-template-columns: minmax(0, 1fr) 300px;
    align-items: start;
  }

  .box-layout .item-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1180px) {
  .hero-copy {
    transform: translateY(-1rem);
  }
}

/* Editorial art-direction branch */
.editorial-spread {
  align-items: stretch;
}

.editorial-spread .hero-image-large {
  aspect-ratio: 4 / 5;
}

.plan-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.plans-section {
  border-top: 1px solid var(--line);
}

.plan-card {
  overflow: hidden;
  gap: 0;
  padding: 0;
  background: rgba(251, 250, 248, 0.86);
}

.plan-art {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 5 / 3;
  border-bottom: 1px solid var(--line);
  background: var(--paper-warm);
}

.plan-body {
  display: grid;
  gap: var(--space-4);
  height: 100%;
  padding: var(--space-4);
}

.plan-card .plan-badge {
  margin: var(--space-4) var(--space-4) 0;
}

.plan-card.is-recommended {
  background: #fff8f3;
  box-shadow: inset 0 0 0 1px rgba(179, 90, 53, 0.18);
}

.plan-card.is-recommended .plan-art {
  aspect-ratio: 4 / 3;
}

.hero-image-large img,
.plan-art img[src$="mesa-blanca-real.jpg"] {
  object-position: center 58%;
}

.plan-art img[src$="shabat-real.jpg"] {
  object-position: center 44%;
}

.site-footer {
  display: flex;
  justify-content: center;
  width: min(var(--max), calc(100% - 2rem));
  margin-inline: auto;
  padding-block: clamp(1.6rem, 3.4vw, 2.6rem);
  color: var(--clay-dark);
  border-top: 1px solid var(--line);
}

.instagram-link {
  display: inline-grid;
  width: 2.65rem;
  height: 2.65rem;
  place-items: center;
  border: 1px solid rgba(100, 56, 40, 0.28);
  border-radius: 50%;
  background: rgba(255, 248, 243, 0.72);
  color: var(--clay-dark);
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.instagram-link:hover {
  border-color: rgba(179, 90, 53, 0.65);
  background: var(--clay-dark);
  color: var(--paper);
  transform: translateY(-2px);
}

.instagram-link svg {
  width: 1.18rem;
  height: 1.18rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

@media (min-width: 940px) {
  .plan-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: start;
  }

  .plan-card {
    grid-column: auto;
    min-height: auto;
  }

  .plan-card.is-recommended {
    order: 0;
    grid-column: auto;
  }

  .plan-card.is-recommended .plan-body {
    min-height: auto;
  }
}
