/* SharynDesigns website styles */
:root {
  --pink: #D41A50;
  --pink-dark: #9E0F3A;
  --pink-light: #FF8FB0;
  --ink: #000000;
  --text: #2A2226;
  --muted: #6B5A60;
  --blush: #F7F0F2;
  --line: #E4D8DC;
  --line-dark: #3A3336;
  --field: #CBBBC1;
  --serif: 'Bodoni Moda', 'Didot', 'Bodoni 72', Georgia, serif;
  --sans: 'Mulish', 'Avenir Next', 'Segoe UI', system-ui, sans-serif;
  --pad: clamp(20px, 5.5vw, 80px);
  --section: clamp(64px, 9vw, 128px);
  --radius: 4px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { margin: 0; font-family: var(--sans); color: var(--ink); background: #ffffff; line-height: 1.5; }
img { max-width: 100%; display: block; }
a { color: var(--pink); }
a:hover { color: var(--pink-dark); }
:focus-visible { outline: 3px solid var(--pink); outline-offset: 3px; }
h1, h2, h3, p, figure, dl, dd, ul, ol { margin: 0; }
ul, ol { padding: 0; list-style: none; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: absolute; left: 16px; top: -60px; z-index: 100; background: var(--ink); color: #fff; padding: 12px 18px; border-radius: 999px; font-weight: 700; }
.skip-link:focus { top: 16px; color: #fff; }

.wrap { width: 100%; max-width: 1440px; margin: 0 auto; padding-inline: var(--pad); }
.dot { color: var(--pink); }

/* Type */
.serif { font-family: var(--serif); }
.display { font-family: var(--serif); font-weight: 500; font-size: clamp(56px, 11vw, 158px); line-height: 0.94; letter-spacing: -0.03em; }
.page-title { font-family: var(--serif); font-weight: 500; font-size: clamp(52px, 8.4vw, 120px); line-height: 0.96; letter-spacing: -0.03em; }
.page-title-sm { font-family: var(--serif); font-weight: 500; font-size: clamp(44px, 5.9vw, 84px); line-height: 1; letter-spacing: -0.025em; }
.h2 { font-family: var(--serif); font-style: italic; font-weight: 400; font-size: clamp(40px, 4.5vw, 64px); line-height: 1.05; letter-spacing: -0.02em; }
.h2-sm { font-family: var(--serif); font-style: italic; font-weight: 400; font-size: clamp(34px, 3.6vw, 52px); line-height: 1.05; letter-spacing: -0.02em; }
.lead { font-size: clamp(17px, 1.4vw, 20px); line-height: 1.6; color: var(--text); }
.body { font-size: 17px; line-height: 1.7; color: var(--text); }
.note { font-size: 17px; line-height: 1.6; color: var(--muted); max-width: 420px; }
.label { font-size: 15px; font-weight: 800; color: var(--pink); }
.price-line { font-family: var(--serif); font-size: 28px; }

/* Buttons */
.btns { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 0 28px; border-radius: 999px; font-weight: 700; font-size: 17px; text-decoration: none; border: 1.5px solid transparent; cursor: pointer; font-family: inherit; transition: background-color .15s, color .15s, border-color .15s; }
.btn-primary { background: var(--pink); color: #fff; }
.btn-primary:hover { background: var(--pink-dark); color: #fff; }
.btn-outline { border-color: var(--ink); color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: #fff; }
.btn-white { background: #fff; color: var(--ink); }
.btn-white:hover { background: var(--ink); color: #fff; }
.btn-ghost-light { border-color: #fff; color: #fff; }
.btn-ghost-light:hover { background: #fff; color: var(--ink); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: var(--pink); color: #fff; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); backdrop-filter: saturate(1.4) blur(8px); border-bottom: 1px solid var(--line); }
.site-header .wrap { height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; }
.brand:hover { color: var(--ink); }
.brand img { width: 44px; height: 44px; }
.brand span { font-family: var(--serif); font-size: 24px; font-weight: 500; letter-spacing: -0.01em; }
.main-nav { display: flex; align-items: center; gap: 32px; font-size: 16px; font-weight: 600; }
.main-nav a.nav-link { color: var(--ink); text-decoration: none; padding: 10px 0; border-bottom: 2px solid transparent; }
.main-nav a.nav-link:hover, .main-nav a[aria-current="page"] { border-bottom-color: var(--pink); }
.main-nav .btn { min-height: 48px; padding: 0 24px; font-size: 16px; }
.menu-toggle { display: none; width: 48px; height: 48px; border: 0; background: transparent; align-items: center; justify-content: center; cursor: pointer; color: var(--ink); }
@media (max-width: 1080px) {
  .site-header .wrap { height: 72px; }
  .brand img { width: 36px; height: 36px; }
  .brand span { font-size: 20px; }
  .menu-toggle { display: inline-flex; }
  .main-nav { display: none; position: absolute; left: 0; right: 0; top: 72px; flex-direction: column; align-items: stretch; gap: 0; background: #fff; border-bottom: 1px solid var(--line); padding: 8px var(--pad) 24px; font-size: 20px; }
  .main-nav.is-open { display: flex; }
  .main-nav a.nav-link { padding: 16px 0; border-bottom: 1px solid var(--line); }
  .main-nav a[aria-current="page"] { color: var(--pink); border-bottom-color: var(--line); }
  .main-nav .btn { margin-top: 20px; min-height: 56px; }
}

/* Sections */
.section { padding-block: var(--section); }
.section-tight { padding-block: clamp(56px, 7.5vw, 112px); }
.bg-blush { background: var(--blush); }
.bg-dark { background: var(--ink); color: #fff; }
.bg-dark .note { color: #CFC3C8; }
.bg-pink { background: var(--pink); color: #fff; }
.stack { display: flex; flex-direction: column; gap: clamp(32px, 4vw, 56px); }
.head-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px 48px; flex-wrap: wrap; }
.crumbs { display: flex; flex-wrap: wrap; gap: 10px; font-size: 14px; color: var(--muted); }
.crumbs a { color: var(--muted); }
.crumbs [aria-current] { color: var(--ink); }

/* Grids */
.g12 { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: 24px; row-gap: 40px; }
.s3 { grid-column: span 3; } .s4 { grid-column: span 4; } .s5 { grid-column: span 5; } .s6 { grid-column: span 6; } .s7 { grid-column: span 7; } .s12 { grid-column: span 12; }
.o7 { grid-column: 7 / span 6; } .o6 { grid-column: 6 / span 7; }
.g2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 32px; }
.g3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px 48px; }
.g4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
@media (max-width: 1080px) {
  .g4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .g3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .s3, .s4 { grid-column: span 6; }
  .s5, .s7, .s6 { grid-column: span 12; }
  .o7, .o6 { grid-column: span 12; }
}
@media (max-width: 680px) {
  .g4, .g3, .g2 { grid-template-columns: minmax(0, 1fr); }
  .s3, .s4 { grid-column: span 12; }
}

/* Home hero */
.home-hero { padding-block: clamp(40px, 4.5vw, 64px) clamp(64px, 7vw, 104px); display: flex; flex-direction: column; gap: clamp(40px, 4.5vw, 64px); }
.home-hero .g12 { align-items: end; }
.home-hero .intro { grid-column: span 4; display: flex; flex-direction: column; gap: 32px; padding-bottom: 56px; }
.home-hero figure { grid-column: 6 / span 7; }
@media (max-width: 1080px) { .home-hero .intro { grid-column: span 12; padding-bottom: 0; } .home-hero figure { grid-column: span 12; } }

/* Figures */
.fig { display: flex; flex-direction: column; gap: 14px; }
.fig img { width: 100%; object-fit: cover; border-radius: var(--radius); background: #F3F3F3; }
.h-560 img { height: clamp(260px, 38vw, 560px); }
.h-500 img { height: clamp(240px, 35vw, 500px); }
.h-460 img { height: clamp(240px, 32vw, 460px); }
.h-320 img { height: clamp(220px, 22vw, 320px); }
.fig figcaption { display: flex; justify-content: space-between; align-items: baseline; gap: 8px 16px; flex-wrap: wrap; }
.fig .name { font-family: var(--serif); font-size: clamp(22px, 2vw, 28px); }
.fig .what, .caption { font-size: 15px; color: var(--muted); }

/* Client wall */
.wall { font-family: var(--serif); font-size: clamp(27px, 3.2vw, 46px); line-height: 1.3; letter-spacing: -0.015em; }

/* Link rows */
.rows { border-bottom: 1px solid var(--line); }
.row { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: 24px; row-gap: 8px; align-items: baseline; padding: 32px 0; border-top: 1px solid var(--line); color: var(--ink); text-decoration: none; }
.row:hover { color: var(--ink); }
.row:hover .row-name { color: var(--pink); }
.row-name { grid-column: span 5; font-family: var(--serif); font-size: clamp(28px, 2.8vw, 40px); line-height: 1.1; transition: color .15s; }
.row-desc { grid-column: span 5; font-size: 17px; line-height: 1.6; color: var(--text); }
.row-price { grid-column: span 2; font-size: 17px; font-weight: 700; text-align: right; color: var(--pink); }
.bg-dark .rows { border-color: var(--line-dark); }
.bg-dark .row { border-color: var(--line-dark); color: #fff; }
.bg-dark .row:hover .row-name { color: var(--pink-light); }
.bg-dark .row-desc { color: #E4DADE; }
.bg-dark .row-price { color: var(--pink-light); }
@media (max-width: 860px) {
  .row { padding: 24px 0; }
  .row-name, .row-desc { grid-column: span 12; }
  .row-price { grid-column: span 12; text-align: left; }
}

/* Package columns (home) */
.pkg-col h3 { margin-bottom: 12px; }
.pkg-col .rule { border-top: 2px solid var(--ink); }
.pkg-link { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding: 20px 0; border-bottom: 1px solid var(--line); color: var(--ink); text-decoration: none; }
.pkg-link:hover { color: var(--pink); }
.pkg-link .n { display: flex; flex-direction: column; gap: 4px; }
.pkg-link .t, .pkg-link .p { font-family: var(--serif); font-size: 28px; line-height: 1.15; }
.pkg-link .p { white-space: nowrap; }
.pkg-link small { font-size: 14px; font-weight: 700; color: var(--muted); }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 40px; counter-reset: step; }
.steps li { display: flex; flex-direction: column; gap: 14px; border-top: 2px solid var(--pink); padding-top: 24px; }
.steps .num { font-family: var(--serif); font-size: 44px; line-height: 1; color: var(--pink); }
.steps h3 { font-size: 20px; font-weight: 800; }
.steps p { font-size: 16px; line-height: 1.6; color: var(--text); }
@media (max-width: 1080px) { .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .steps { grid-template-columns: minmax(0, 1fr); gap: 28px; } }

/* Page hero */
.page-hero { padding-block: 40px clamp(56px, 6vw, 88px); display: flex; flex-direction: column; gap: 40px; }
.page-hero .head-row p { max-width: 520px; margin-bottom: 12px; }
.split-hero { padding-block: 40px clamp(64px, 7vw, 104px); display: flex; flex-direction: column; gap: 40px; }
.split-hero .g12 { align-items: center; }
.split-hero .copy { grid-column: span 6; display: flex; flex-direction: column; gap: 28px; padding-right: 32px; }
.split-hero .media { grid-column: span 6; }
.split-hero .media img { width: 100%; height: clamp(280px, 39vw, 560px); object-fit: cover; border-radius: var(--radius); }
@media (max-width: 1080px) { .split-hero .copy, .split-hero .media { grid-column: span 12; padding-right: 0; } }

/* Illustrated panel for pages without a photo */
.panel { position: relative; width: 100%; height: clamp(280px, 39vw, 560px); background: var(--blush); border-radius: var(--radius); overflow: hidden; }
.panel .sheet { position: absolute; width: 44%; height: 66%; }
.panel .s1 { left: 22%; top: 16%; background: #fff; border: 1px solid var(--line); transform: rotate(-9deg); box-shadow: 0 18px 40px rgba(60,20,35,.12); }
.panel .s2 { left: 40%; top: 10%; background: var(--ink); transform: rotate(6deg); box-shadow: 0 18px 40px rgba(60,20,35,.18); }
.panel .s3 { left: 28%; top: 22%; padding: clamp(18px, 2.2vw, 32px); background: var(--pink); color: #fff; display: flex; flex-direction: column; justify-content: space-between; box-shadow: 0 24px 48px rgba(60,20,35,.22); }
.panel .s3 small { font-size: 13px; font-weight: 800; }
.panel .s3 span { font-family: var(--serif); font-style: italic; font-size: clamp(30px, 3.6vw, 52px); line-height: 1; }

/* Included / features */
.feature { display: flex; flex-direction: column; gap: 12px; border-top: 2px solid var(--ink); padding-top: 20px; }
.feature h3 { font-size: 20px; font-weight: 800; }
.feature p { font-size: 16px; line-height: 1.6; color: var(--text); }
.feature.pink { border-top-color: var(--pink); }
.feature.pink h3 { font-family: var(--serif); font-weight: 400; font-size: 32px; line-height: 1.15; }

/* Tiers */
.tier { min-height: 300px; padding: 36px; border-radius: var(--radius); display: flex; flex-direction: column; gap: 20px; background: #fff; border: 1.5px solid var(--line); }
.tier h3 { font-family: var(--serif); font-weight: 400; font-size: 30px; line-height: 1.15; }
.tier .amount { font-family: var(--serif); font-size: 40px; color: var(--pink); margin-top: 6px; }
.tier p { font-size: 16px; line-height: 1.6; flex-grow: 1; }
.tier a { font-weight: 700; }
.tier.featured { background: var(--ink); color: #fff; border-color: var(--ink); }
.tier.featured .amount, .tier.featured a { color: #fff; }

/* FAQ / Q&A */
.qa { border-top: 1px solid var(--line); padding: 24px 0; display: flex; flex-direction: column; gap: 10px; }
.qa h3 { font-family: var(--serif); font-weight: 500; font-size: 24px; line-height: 1.25; }
.qa p { font-size: 16px; line-height: 1.65; color: var(--text); }

/* Cards */
.card { display: flex; flex-direction: column; gap: 10px; padding: 28px; min-height: 150px; background: #fff; border: 1.5px solid var(--line); border-radius: var(--radius); color: var(--ink); text-decoration: none; transition: border-color .15s; }
.card:hover { color: var(--ink); border-color: var(--pink); }
.card .t { font-family: var(--serif); font-size: 28px; line-height: 1.15; }
.card .d { font-size: 15px; line-height: 1.55; color: var(--muted); flex-grow: 1; }
.card .p { font-size: 15px; font-weight: 700; color: var(--pink); }
.gd-card { min-height: 190px; }

/* Package page */
.pkg-hero .label { margin-bottom: -8px; }
.pkg-price { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; }
.pkg-price strong { font-family: var(--serif); font-weight: 400; font-size: clamp(48px, 4.5vw, 64px); line-height: 1; }
.pkg-price span { font-size: 16px; color: var(--muted); }
.checklist h3 { font-size: 20px; font-weight: 800; margin-bottom: 12px; }
.checklist { border-top: 2px solid var(--ink); padding-top: 20px; }
.checklist li { display: flex; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 16px; line-height: 1.5; }
.checklist li::before { content: "+"; color: var(--pink); font-weight: 800; }
.compare { min-height: 200px; padding: 32px; border-radius: var(--radius); display: flex; flex-direction: column; justify-content: space-between; gap: 16px; text-decoration: none; background: #fff; color: var(--ink); border: 1.5px solid var(--line); }
.compare:hover { color: var(--ink); border-color: var(--pink); }
.compare .tag { font-size: 14px; font-weight: 800; color: var(--pink); }
.compare .t { font-family: var(--serif); font-size: 32px; line-height: 1.15; }
.compare .meta { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.compare .meta span:first-child { font-family: var(--serif); font-size: 36px; }
.compare[aria-current="page"] { background: var(--ink); color: #fff; border-color: var(--ink); }
.compare[aria-current="page"] .tag { color: var(--pink-light); }

/* Package groups (packages page) */
.group-head { display: flex; justify-content: space-between; align-items: baseline; gap: 8px 24px; flex-wrap: wrap; border-bottom: 2px solid var(--ink); padding-bottom: 16px; }
.group-head h2 { font-size: 18px; font-weight: 800; color: var(--pink); }
.group-head span { font-size: 15px; color: var(--muted); }
.group .rows { border-bottom: 0; }
.group .row { border-top: 0; border-bottom: 1px solid var(--line); }

/* Sectors */
.sectors li { padding: 18px 0; border-top: 1px solid var(--line); font-family: var(--serif); font-size: 24px; }

/* CTA band */
.cta .wrap { display: flex; justify-content: space-between; align-items: center; gap: 40px 64px; flex-wrap: wrap; }
.cta h2 { font-family: var(--serif); font-style: italic; font-weight: 400; font-size: clamp(48px, 5.9vw, 84px); line-height: 1; letter-spacing: -0.02em; }
.cta p { font-size: 19px; line-height: 1.6; margin-top: 20px; max-width: 640px; }
.cta .actions { display: flex; flex-direction: column; gap: 14px; width: 320px; max-width: 100%; }

/* Footer */
.site-footer { background: var(--ink); color: #fff; padding-block: 80px 40px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(5, minmax(0, 1fr)); gap: 40px 32px; }
.site-footer a { color: #fff; text-decoration: none; }
.site-footer a:hover { color: var(--pink-light); }
.site-footer nav, .footer-contact { display: flex; flex-direction: column; gap: 10px; font-size: 15px; }
.site-footer .fh { color: var(--pink-light); font-weight: 800; margin-bottom: 6px; }
.site-footer .brand span { font-size: 22px; }
.site-footer .brand img { width: 40px; height: 40px; }
.footer-about { display: flex; flex-direction: column; gap: 18px; }
.footer-about p { font-size: 15px; line-height: 1.6; color: #CFC3C8; }
.footer-contact a { text-decoration: underline; text-underline-offset: 3px; }
.footer-base { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; border-top: 1px solid var(--line-dark); margin-top: 64px; padding-top: 24px; font-size: 14px; color: #CFC3C8; }
.footer-cont { padding-top: 34px; }
@media (max-width: 1080px) { .footer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } .footer-about { grid-column: 1 / -1; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .footer-cont { padding-top: 0; } }

/* Contact */
.contact-grid { padding-block: 40px var(--section); }
.contact-grid .g12 { align-items: start; }
.contact-intro { grid-column: span 5; display: flex; flex-direction: column; gap: 36px; }
.contact-intro h1 { font-family: var(--serif); font-style: italic; font-weight: 400; font-size: clamp(52px, 6.7vw, 96px); line-height: 0.98; letter-spacing: -0.02em; }
.contact-intro h1 .dot { font-style: normal; }
.details { display: flex; flex-direction: column; gap: 22px; font-size: 20px; }
.details dt { font-size: 14px; font-weight: 800; color: var(--muted); margin-bottom: 4px; }
.form { grid-column: 7 / span 6; margin-top: 64px; background: var(--blush); border-radius: 6px; padding: clamp(24px, 3.4vw, 48px); display: flex; flex-direction: column; gap: 24px; }
@media (max-width: 1080px) { .contact-intro, .form { grid-column: span 12; } .form { margin-top: 16px; } }
.field { display: flex; flex-direction: column; gap: 8px; }
.field label, .chips legend { font-size: 15px; font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; min-height: 52px; padding: 0 16px; border: 1.5px solid var(--field); border-radius: var(--radius); font: inherit; font-size: 16px; background: #fff; color: var(--ink); }
.field textarea { padding: 14px 16px; resize: vertical; min-height: 140px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--ink); outline: none; box-shadow: 0 0 0 3px rgba(212,26,80,.25); }
.chips { margin: 0; padding: 0; border: 0; }
.chips legend { padding: 0; margin-bottom: 12px; }
.chip-list { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { position: relative; }
.chip input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.chip span { display: inline-flex; align-items: center; min-height: 46px; padding: 0 20px; border-radius: 999px; border: 1.5px solid var(--field); background: #fff; font-size: 15px; font-weight: 700; cursor: pointer; }
.chip input:checked + span { background: var(--pink); border-color: var(--pink); color: #fff; }
.chip input:focus-visible + span { outline: 3px solid var(--pink); outline-offset: 3px; }
.form .btn { width: 100%; }
.form-note { font-size: 14px; color: var(--muted); }
.hp { position: absolute; left: -9999px; }

/* About */
.logo-block { background: var(--blush); border-radius: var(--radius); min-height: clamp(280px, 36vw, 520px); display: flex; align-items: center; justify-content: center; }
.logo-block img { width: clamp(140px, 15vw, 220px); height: auto; }
.statement { font-family: var(--serif); font-size: clamp(26px, 2.4vw, 34px); line-height: 1.35; }

/* Utilities */
.flow > * + * { margin-top: 24px; }
.mt-auto { margin-top: auto; }
.nw { white-space: nowrap; }
