:root {
  --surface: #fcf9f4;
  --surface-low: #f6f3ee;
  --surface-container: #f0ede9;
  --secondary: #e8ded1;
  --outline: #dcc1b8;
  --text: #1c1c19;
  --muted: #56423c;
  --primary: #98421f;
  --primary-deep: #7d3216;
  --primary-bright: #bd5d38;
  --wood: #6b4f4f;
  --white: #ffffff;
  --max: 368px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 420px;
  margin: 0;
  background: var(--surface);
  color: var(--text);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 13px;
  line-height: 1.6;
}

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

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--primary);
  outline-offset: 3px;
}

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

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}

.price-value-hidden {
  display: none;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 20;
  padding: 10px 14px;
  background: var(--primary);
  color: var(--white);
  border-radius: 4px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  transform: translateY(-140%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  height: 28px;
  border-bottom: 1px solid var(--outline);
  background: rgba(252, 249, 244, 0.94);
}

.header-inner {
  width: var(--max);
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand-mark {
  color: var(--primary);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.top-nav {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.top-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  min-height: 44px;
  padding: 0 14px;
  background: var(--primary);
  color: var(--white);
}

.hero {
  width: var(--max);
  min-height: 315px;
  margin: 0 auto;
  padding: 64px 0 50px;
  display: grid;
  grid-template-columns: 1.28fr 0.9fr;
  gap: 16px;
  align-items: center;
}

.eyebrow,
.plan-label,
.section-heading p,
.billing {
  font-family: Montserrat, Arial, sans-serif;
}

.eyebrow {
  margin: 0 0 9px;
  color: var(--muted);
  font-size: 5px;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.hero-brand {
  margin: 0 0 6px;
  color: var(--primary);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.hero-title {
  max-width: 214px;
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 0.96;
}

.hero-title em,
.hero-title span {
  color: var(--primary-bright);
  font-style: italic;
  font-weight: 700;
}

.hero-text {
  max-width: 205px;
  margin: 14px 0 14px;
  color: var(--muted);
  font-size: 7px;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  gap: 6px;
}

.button {
  min-width: 108px;
  min-height: 44px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--primary);
  border-radius: 2px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.button-primary {
  background: var(--primary);
  color: var(--white);
}

.button-secondary {
  background: transparent;
  color: var(--primary);
}

.button-light {
  background: var(--surface);
  border-color: var(--surface);
  color: var(--primary);
}

.hero-media {
  position: relative;
  width: 147px;
  height: 187px;
  justify-self: end;
  background-image: url("../images/santuxa-aragao-perfil.png");
  background-size: cover;
  background-position: 50% 18%;
}

.media-block {
  position: absolute;
  left: -14px;
  bottom: -13px;
  width: 28px;
  height: 28px;
  background: #f5e6dc;
}

.about-me {
  width: var(--max);
  margin: 0 auto;
  padding: 42px 0 52px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) 0.8fr;
  gap: 32px;
  align-items: start;
}

.about-copy h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.08em;
}

.about-lead {
  margin: 14px 0 18px;
  color: #806f67;
  font-size: 13px;
  line-height: 1.65;
  letter-spacing: 0.08em;
}

.about-story {
  display: grid;
  gap: 11px;
}

.about-story p {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.85;
  letter-spacing: 0.06em;
}

.about-aside {
  display: grid;
  gap: 18px;
}

.about-aside img {
  width: 100%;
  aspect-ratio: 330 / 420;
  object-fit: cover;
  object-position: 70% 50%;
  background-image: url("../images/santuxa-aragao-sobre-mim-web.jpg");
  background-size: cover;
  background-position: 70% 50%;
}

.about-card {
  padding: 24px 22px;
  border-radius: 22px;
  background: var(--secondary);
}

.about-card h3 {
  margin: 0 0 10px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.08em;
}

.about-card > p {
  margin: 0 0 18px;
  color: #7d3216;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-card li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 18px;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.7;
}

.about-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: var(--primary);
}

.atelier,
.pricing {
  background: var(--surface-low);
}

.atelier {
  padding: 28px 0 26px;
}

.section-heading {
  width: var(--max);
  margin: 0 auto 28px;
  text-align: center;
}

.section-heading h2,
.portfolio-top h2,
.pricing h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
}

.section-heading p {
  width: 235px;
  margin: 8px auto 0;
  color: var(--muted);
  font-size: 5.5px;
  line-height: 1.7;
}

.services-grid {
  width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.service-card {
  min-height: 110px;
  padding: 17px 14px 12px;
  border: 1px solid var(--outline);
  background: var(--surface);
}

.service-wide {
  grid-column: span 2;
}

.service-feature {
  grid-column: span 2;
  background: var(--primary);
  color: var(--white);
  box-shadow: 0 14px 30px rgba(152, 66, 31, 0.1);
}

.service-card svg {
  width: 9px;
  height: 9px;
  margin-bottom: 14px;
  color: var(--primary-bright);
}

.service-feature svg {
  color: var(--white);
}

.service-card h3 {
  margin: 0 0 8px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 8px;
  font-weight: 600;
  line-height: 1.3;
}

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

.service-feature p {
  max-width: 140px;
  color: var(--white);
  font-weight: 600;
}

.service-feature a {
  display: inline-flex;
  margin-top: 13px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.portfolio {
  width: var(--max);
  margin: 0 auto;
  padding: 33px 0 28px;
}

.portfolio-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.arrow-actions {
  display: flex;
  gap: 8px;
}

.arrow-actions button {
  min-width: 44px;
  min-height: 44px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--outline);
  border-radius: 2px;
  background: transparent;
  color: var(--muted);
}

.arrow-actions svg {
  width: 8px;
  height: 8px;
}

.portfolio-strip {
  display: grid;
  grid-template-columns: 137px 137px 137px;
  gap: 8px;
  overflow: hidden;
}

.portfolio-strip img {
  width: 137px;
  height: 181px;
  object-fit: cover;
}

.portfolio-strip img:nth-child(3) {
  object-position: left center;
}

.pricing {
  padding: 31px 0 28px;
}

.pricing-grid {
  width: 246px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  align-items: center;
}

.price-card {
  position: relative;
  min-height: 176px;
  padding: 21px 17px 17px;
  border: 1px solid var(--outline);
  background: var(--surface);
}

.featured-plan {
  min-height: 203px;
  background: var(--primary-deep);
  border-color: var(--primary-deep);
  color: var(--white);
  box-shadow: 0 16px 34px rgba(152, 66, 31, 0.12);
}

.plan-badge {
  position: absolute;
  top: -8px;
  right: 12px;
  margin: 0;
  padding: 3px 8px;
  background: #f1c9bb;
  color: #6c260c;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 4.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.plan-label {
  margin: 0 0 9px;
  color: var(--muted);
  font-size: 5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.featured-plan .plan-label,
.featured-plan .billing {
  color: var(--white);
}

.price-card h3 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.price-card h3 span {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 6px;
  font-weight: 500;
}

.price-card h3.price-hidden,
.price-card h3.price-on-request,
.price-card h3.price-custom,
.price-card.price-hidden h3,
.price-card.price-on-request h3,
.price-card.price-custom h3 {
  display: block;
  max-width: 100%;
  color: inherit;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.35;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.billing {
  margin: 3px 0 0;
  font-size: 5px;
  font-weight: 700;
}

.billing.price-hidden,
.billing.price-on-request,
.billing.price-custom,
.price-card.price-hidden .billing,
.price-card.price-on-request .billing,
.price-card.price-custom .billing {
  color: var(--muted);
  line-height: 1.45;
}

.featured-plan .billing.price-hidden,
.featured-plan .billing.price-on-request,
.featured-plan .billing.price-custom,
.featured-plan.price-hidden .billing,
.featured-plan.price-on-request .billing,
.featured-plan.price-custom .billing {
  color: var(--white);
}

.price-card ul {
  margin: 17px 0 25px;
  padding: 0;
  list-style: none;
}

.featured-plan ul {
  margin-top: 14px;
}

.price-card li {
  position: relative;
  margin-bottom: 9px;
  padding-left: 13px;
  font-size: 5.5px;
  line-height: 1.25;
}

.price-card li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: var(--primary-bright);
  font-size: 7px;
  line-height: 1;
}

.featured-plan li::before {
  color: var(--white);
}

.price-card .button {
  width: 100%;
  min-width: 0;
  min-height: 44px;
  padding: 0 10px;
}

.final-cta {
  padding: 28px 20px 27px;
  border-bottom: 1px solid var(--outline);
  text-align: center;
}

.final-cta h2 {
  margin: 0 0 12px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 23px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.15;
}

.final-cta a {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 8px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.final-cta span {
  color: var(--primary);
  margin-left: 5px;
  text-decoration: none;
}

.site-footer {
  width: var(--max);
  margin: 0 auto;
  padding: 27px 0 20px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 31px;
  padding-bottom: 29px;
  border-bottom: 1px solid var(--outline);
}

.site-footer h2 {
  margin: 0 0 9px;
  color: var(--primary);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 8px;
  font-weight: 600;
}

.site-footer h3 {
  margin: 0 0 9px;
  color: var(--primary);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-footer p,
.site-footer a {
  display: block;
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 5.5px;
  line-height: 1.6;
}

.copyright {
  margin-top: 11px;
  color: #9b8982;
  font-family: Montserrat, Arial, sans-serif;
}

@media (min-width: 700px) {
  :root {
    --max: min(84vw, 1120px);
  }

  body {
    min-width: 0;
  }

  .site-header {
    height: 54px;
  }

  .brand-mark {
    font-size: 28px;
  }

  .top-nav {
    gap: 42px;
    font-size: 11px;
  }

  .nav-cta {
    width: 175px;
    height: 26px;
  }

  .hero {
    min-height: 620px;
    padding: 110px 0 96px;
    grid-template-columns: minmax(360px, 0.95fr) minmax(310px, 0.7fr);
    gap: 70px;
  }

  .eyebrow {
    font-size: 10px;
  }

  .hero-brand {
    margin-bottom: 10px;
    font-size: 32px;
  }

  .hero-title {
    max-width: 520px;
    font-size: 64px;
  }

  .hero-text {
    max-width: 490px;
    font-size: 15px;
  }

  .button {
    min-width: 210px;
    height: 42px;
    font-size: 10px;
  }

  .hero-media,
  .hero-media img {
    width: 360px;
  }

  .hero-media {
    height: 458px;
  }

  .media-block {
    left: -22px;
    bottom: -20px;
    width: 72px;
    height: 72px;
  }

  .about-me {
    padding: 96px 0;
    gap: 72px;
  }

  .about-copy h2 {
    font-size: 64px;
  }

  .about-lead {
    font-size: 24px;
  }

  .about-story p {
    font-size: 21px;
  }

  .about-card {
    padding: 44px 40px;
    border-radius: 44px;
  }

  .about-card h3 {
    font-size: 38px;
  }

  .about-card > p {
    font-size: 16px;
  }

  .about-card li {
    font-size: 18px;
  }

  .atelier {
    padding: 76px 0 72px;
  }

  .section-heading {
    margin-bottom: 56px;
  }

  .section-heading h2,
  .portfolio-top h2,
  .pricing h2 {
    font-size: 32px;
  }

  .section-heading p {
    width: 540px;
    font-size: 12px;
  }

  .services-grid {
    gap: 16px;
  }

  .service-card {
    min-height: 230px;
    padding: 36px 32px 28px;
  }

  .service-card svg {
    width: 18px;
    height: 18px;
    margin-bottom: 32px;
  }

  .service-card h3 {
    font-size: 18px;
  }

  .service-card p {
    font-size: 13px;
  }

  .service-feature p {
    max-width: 350px;
  }

  .service-feature a {
    font-size: 11px;
  }

  .portfolio {
    padding: 78px 0 68px;
  }

  .portfolio-strip {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .portfolio-strip img {
    width: 100%;
    height: 440px;
  }

  .arrow-actions button {
    width: 36px;
    height: 36px;
  }

  .pricing {
    padding: 76px 0 72px;
  }

  .pricing-grid {
    width: min(760px, 72vw);
    gap: 24px;
  }

  .price-card {
    min-height: 390px;
    padding: 48px 40px 36px;
  }

  .featured-plan {
    min-height: 450px;
  }

  .plan-badge,
  .plan-label,
  .billing {
    font-size: 10px;
  }

  .price-card h3 {
    font-size: 40px;
  }

  .price-card h3 span {
    font-size: 14px;
  }

  .price-card h3.price-custom,
  .price-card h3.price-hidden,
  .price-card h3.price-on-request,
  .price-card.price-hidden h3,
  .price-card.price-on-request h3,
  .price-card.price-custom h3 {
    font-size: 18px;
  }

  .price-card li {
    font-size: 13px;
  }

  .price-card .button {
    height: 38px;
  }

  .final-cta {
    padding: 66px 20px;
  }

  .final-cta h2 {
    font-size: 54px;
  }

  .final-cta a {
    font-size: 17px;
  }

  .site-footer {
    padding: 64px 0 40px;
  }

  .footer-grid {
    gap: 80px;
  }

  .site-footer h2 {
    font-size: 18px;
  }

  .site-footer h3 {
    font-size: 10px;
  }

  .site-footer p,
  .site-footer a {
    font-size: 12px;
  }
}

@media (max-width: 460px) {
  body {
    min-width: 0;
  }

  :root {
    --max: min(calc(100vw - 40px), 368px);
  }

  .header-inner {
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    padding: 10px 0;
  }

  .brand-mark {
    font-size: 22px;
  }

  .top-nav {
    gap: 12px;
  }

  .nav-cta {
    width: 82px;
  }

  .hero {
    grid-template-columns: 1.18fr 0.85fr;
    gap: 12px;
  }

  .hero-title {
    max-width: 220px;
    font-size: 24px;
  }

  .hero-media,
  .hero-media img {
    width: 147px;
  }

  .hero-media {
    height: 187px;
  }

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

  .service-card {
    min-height: 118px;
    padding: 14px 11px 10px;
  }

  .service-card svg {
    width: 8px;
    height: 8px;
    margin-bottom: 12px;
  }

  .service-card h3 {
    margin-bottom: 7px;
    font-size: 7.2px;
    line-height: 1.24;
  }

  .service-card p {
    font-size: 4.85px;
    line-height: 1.38;
  }

  .service-feature a {
    margin-top: 11px;
    font-size: 4.6px;
  }

  .atelier {
    padding-bottom: 23px;
  }

  .portfolio-strip {
    grid-template-columns: repeat(3, calc((var(--max) - 16px) / 3));
  }

  .portfolio-strip img {
    width: 100%;
  }

  .pricing-grid {
    width: 246px;
  }

  .pricing {
    padding-top: 27px;
    padding-bottom: 26px;
  }

  .pricing .section-heading {
    margin-bottom: 12px;
  }

  .pricing .section-heading p {
    width: 300px;
    font-size: 5px;
    line-height: 1.45;
  }

  .price-card {
    min-height: 170px;
    padding: 19px 16px 15px;
  }

  .featured-plan {
    min-height: 198px;
  }

  .price-card h3 {
    font-size: 15px;
  }

  .billing {
    font-size: 4.6px;
  }

  .price-card ul {
    margin: 13px 0 18px;
  }

  .featured-plan ul {
    margin-top: 11px;
  }

  .price-card li {
    font-size: 5px;
    margin-bottom: 6px;
  }

  .final-cta {
    padding-top: 25px;
    padding-bottom: 24px;
  }

  .final-cta h2 {
    margin-bottom: 13px;
    font-size: 20px;
    white-space: nowrap;
  }
}

@media (max-width: 699px) {
  :root {
    --max: min(calc(100vw - 32px), 520px);
  }

  body {
    min-width: 0;
    font-size: 16px;
  }

  .site-header {
    height: auto;
  }

  .header-inner {
    width: var(--max);
    min-height: 86px;
    height: auto;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 12px 0;
  }

  .brand-mark {
    font-size: 30px;
  }

  .top-nav {
    width: var(--max);
    min-height: 0;
    padding: 0;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 18px;
    font-size: 11px;
  }

  .nav-cta {
    width: auto;
    min-width: 172px;
    height: 36px;
    padding: 0 14px;
  }

  .hero {
    width: var(--max);
    min-height: 0;
    padding: 42px 0 48px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }

  .eyebrow {
    font-size: 11px;
    letter-spacing: 0.18em;
  }

  .hero-brand {
    margin-bottom: 8px;
    font-size: clamp(32px, 8vw, 42px);
  }

  .hero-title {
    max-width: 100%;
    font-size: clamp(38px, 10vw, 52px);
    line-height: 1.05;
  }

  .hero-text {
    max-width: 100%;
    font-size: 17px;
    line-height: 1.55;
  }

  .hero-actions {
    width: 100%;
    flex-direction: column;
    gap: 12px;
  }

  .button {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    height: auto;
    padding: 14px 18px;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
  }

  .hero-media {
    width: min(100%, 320px);
    height: auto;
    aspect-ratio: 147 / 187;
    align-self: center;
    justify-self: auto;
  }

  .media-block {
    left: -12px;
    bottom: -12px;
    width: 22%;
    height: 22%;
  }

  .about-me {
    width: var(--max);
    padding: 48px 0;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .about-copy h2 {
    font-size: clamp(38px, 11vw, 52px);
    letter-spacing: 0.06em;
  }

  .about-lead {
    font-size: 19px;
    letter-spacing: 0.04em;
  }

  .about-story {
    gap: 16px;
  }

  .about-story p {
    font-size: 17px;
    line-height: 1.75;
    letter-spacing: 0.03em;
  }

  .about-aside {
    gap: 16px;
  }

  .about-aside img {
    max-width: 340px;
    margin: 0 auto;
  }

  .about-card {
    padding: 30px 24px;
    border-radius: 28px;
  }

  .about-card h3 {
    font-size: 31px;
  }

  .about-card > p {
    font-size: 14px;
  }

  .about-card li {
    font-size: 16px;
    line-height: 1.65;
  }

  .atelier {
    padding: 48px 0;
  }

  .section-heading {
    width: var(--max);
    margin-bottom: 28px;
  }

  .section-heading h2,
  .portfolio-top h2,
  .pricing h2 {
    font-size: 30px;
  }

  .section-heading p,
  .pricing .section-heading p {
    width: 100%;
    max-width: 440px;
    font-size: 14px;
    line-height: 1.55;
  }

  .services-grid {
    width: var(--max);
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .service-card,
  .service-wide,
  .service-feature {
    grid-column: auto;
    min-height: auto;
    padding: 24px;
  }

  .service-card svg {
    width: 22px;
    height: 22px;
    margin-bottom: 18px;
  }

  .service-card h3 {
    font-size: 22px;
    line-height: 1.25;
  }

  .service-card p,
  .service-feature p {
    max-width: none;
    font-size: 15px;
    line-height: 1.55;
  }

  .service-feature a {
    margin-top: 18px;
    font-size: 12px;
  }

  .portfolio {
    width: var(--max);
    padding: 48px 0;
  }

  .arrow-actions button {
    width: 44px;
    height: 44px;
  }

  .portfolio-strip {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
  }

  .portfolio-strip img {
    flex: 0 0 76%;
    width: 76%;
    height: auto;
    aspect-ratio: 137 / 181;
    scroll-snap-align: start;
  }

  .pricing {
    padding: 48px 0;
  }

  .pricing-grid {
    width: var(--max);
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .price-card,
  .featured-plan {
    min-height: auto;
    padding: 28px 24px;
  }

  .plan-label,
  .plan-badge,
  .billing {
    font-size: 11px;
  }

  .plan-badge {
    top: -11px;
  }

  .price-card h3 {
    font-size: 34px;
  }

  .price-card h3 span {
    font-size: 14px;
  }

  .price-card h3.price-custom,
  .price-card h3.price-hidden,
  .price-card h3.price-on-request,
  .price-card.price-hidden h3,
  .price-card.price-on-request h3,
  .price-card.price-custom h3 {
    font-size: 15px;
  }

  .price-card ul {
    margin: 22px 0;
  }

  .price-card li {
    margin-bottom: 12px;
    padding-left: 22px;
    font-size: 15px;
    line-height: 1.45;
  }

  .price-card li::before {
    font-size: 15px;
  }

  .final-cta {
    padding: 48px 16px;
  }

  .final-cta h2 {
    font-size: clamp(31px, 9vw, 44px);
    white-space: normal;
  }

  .final-cta a {
    font-size: 17px;
  }

  .site-footer {
    width: var(--max);
    padding: 36px 0 24px;
  }

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

  .site-footer h2 {
    font-size: 22px;
  }

  .site-footer h3 {
    font-size: 12px;
  }

  .site-footer p,
  .site-footer a {
    font-size: 15px;
  }
}
