:root {
  --ink: #102a3d;
  --ink-soft: #526470;
  --turquoise: #0d7b84;
  --turquoise-deep: #075c68;
  --ocean: #39a8b8;
  --ivory: #fffdf8;
  --sand: #ead6b9;
  --sand-light: #f6eee2;
  --gold: #b98b45;
  --white: #ffffff;
  --shadow: 0 16px 40px rgba(20, 55, 67, .12);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.65;
}
img { display: block; width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.08; }
h1 { font-size: clamp(2.65rem, 6vw, 5.5rem); letter-spacing: -.035em; }
h2 { font-size: clamp(2.15rem, 4vw, 4rem); letter-spacing: -.025em; }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 999; background: #fff; padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  min-height: 78px;
  padding: .8rem clamp(1rem, 4vw, 4.5rem);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2rem;
  background: rgba(255, 253, 248, .97);
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(16, 42, 61, .08);
}
.brand { display: inline-flex; align-items: center; gap: .65rem; text-decoration: none; font: 500 clamp(1.4rem, 2.3vw, 2.15rem)/1 var(--serif); color: #8a612d; white-space: nowrap; }
.sun-mark { font-size: 2.45rem; color: var(--gold); line-height: 1; }
.site-nav { display: flex; justify-content: center; align-items: center; gap: clamp(.9rem, 2vw, 2rem); }
.site-nav a { text-decoration: none; font-size: .91rem; padding: .55rem 0 .35rem; border-bottom: 1px solid transparent; }
.site-nav a:hover, .site-nav a:focus-visible, .site-nav a.active { color: var(--turquoise-deep); border-color: var(--turquoise); }
.header-note { margin: 0; color: #916d45; font: italic 1rem/1.1 var(--serif); transform: rotate(-3deg); }
.menu-toggle { display: none; background: transparent; border: 0; padding: .5rem; }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px; }

.hero {
  min-height: min(690px, 68vh);
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: url("assets/hero-beach.jpg") center 55% / cover no-repeat;
}
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,253,248,.9) 0%, rgba(255,253,248,.58) 44%, rgba(255,255,255,.08) 72%); }
.hero-content { width: min(1260px, 90vw); position: relative; z-index: 2; padding-right: 32%; }
.hero-content h1 { margin-bottom: .55rem; }
.hero-content > p:not(.eyebrow) { font-size: clamp(1.1rem, 2vw, 1.45rem); }
.eyebrow, .kicker { text-transform: uppercase; letter-spacing: .26em; font-size: .73rem; font-weight: 700; color: var(--gold); }
.hero-note { position: absolute; right: 7%; bottom: 9%; z-index: 2; margin: 0; font: italic clamp(1.05rem, 1.8vw, 1.45rem)/1.25 var(--serif); color: #8f6741; text-align: center; transform: rotate(-4deg); }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: .65rem; padding: .75rem 1.45rem; border-radius: 999px; border: 1px solid transparent; text-decoration: none; font-weight: 700; font-size: .95rem; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(6,93,104,.18); }
.button-primary { color: #fff; background: var(--turquoise); }
.button-secondary { color: #fff; background: var(--ink); }
.button-outline { border-color: var(--turquoise); color: var(--turquoise-deep); background: transparent; }
.button-light { background: var(--ivory); color: var(--ink); }

.section { position: relative; padding: clamp(4.5rem, 8vw, 8rem) clamp(1.25rem, 5vw, 6rem); }
.intro { text-align: center; overflow: hidden; }
.palm-shadow { position: absolute; width: 330px; height: 480px; left: -65px; top: 40px; opacity: .08; background: repeating-linear-gradient(110deg, transparent 0 26px, var(--ink) 27px 29px); transform: rotate(-18deg); filter: blur(1px); pointer-events: none; }
.intro h2 { margin-bottom: .75rem; }
.lead { width: min(760px, 100%); margin: 0 auto 2.7rem; color: var(--ink-soft); font-size: 1.08rem; }
.service-grid { width: min(1420px, 100%); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; text-align: left; }
.service-card { overflow: hidden; border-radius: 4px; text-decoration: none; background: #fff; box-shadow: var(--shadow); transition: transform .25s ease; }
.service-card:hover { transform: translateY(-5px); }
.service-card img { aspect-ratio: 16/8.7; object-fit: cover; }
.service-card:nth-child(1) img { object-position: 50% 60%; }
.service-card:nth-child(3) img { object-position: 50% 68%; }
.service-label { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .9rem 1.25rem; }
.service-label strong { font: 500 clamp(1.15rem, 2vw, 1.55rem)/1.1 var(--serif); }
.service-label > span { color: var(--gold); font-size: 1.45rem; }

.memory-band { padding: 5.5rem 1.5rem 4.5rem; text-align: center; position: relative; overflow: hidden; background: linear-gradient(180deg, #f5e9d9, #ead4b4); }
.memory-band::before, .memory-band::after { content: ""; position: absolute; left: -3%; width: 106%; height: 54px; background: var(--ivory); border-radius: 50%; }
.memory-band::before { top: -34px; }
.memory-band::after { bottom: -38px; }
.memory-band h2 { margin-bottom: .8rem; }
.memory-band .kicker { color: #755434; }
.gold-line { display: block; width: 72px; height: 2px; margin: 0 auto; background: var(--gold); }

.split, .sound { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: clamp(3rem, 7vw, 7rem); }
.section-copy { max-width: 680px; }
.section-copy p { color: var(--ink-soft); font-size: 1.06rem; }
.text-link { color: var(--turquoise-deep); text-underline-offset: .25rem; font-weight: 700; }
.portrait-wrap { position: relative; max-width: 650px; }
.portrait-wrap img, .feature-image img { border-radius: 52% 48% 4px 4px / 8% 8% 4px 4px; box-shadow: var(--shadow); object-fit: cover; }
.portrait-wrap img { aspect-ratio: 4/4.6; object-position: center 25%; }
.portrait-stamp { position: absolute; right: -1.5rem; bottom: 2rem; width: 128px; height: 128px; display: grid; place-items: center; text-align: center; border-radius: 50%; background: var(--sand); color: #775333; font: italic 1rem/1.15 var(--serif); box-shadow: var(--shadow); }
.tinted { background: var(--sand-light); }
.feature-image img { aspect-ratio: 1/1; }
.sound .feature-image img { object-position: center 60%; }
.travel-image img { object-position: 50% 55%; }
.detail-list { margin: 1.5rem 0 2rem; padding: 0; list-style: none; }
.detail-list li { position: relative; padding: .35rem 0 .35rem 1.5rem; }
.detail-list li::before { content: "✦"; position: absolute; left: 0; color: var(--gold); }
.fine-print { margin-top: 1rem; font-size: .82rem !important; }
.button-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.8rem; }

.section-heading { width: min(780px, 100%); margin: 0 auto 2.5rem; text-align: center; }
.section-heading > p:last-child { color: var(--ink-soft); font-size: 1.06rem; }
.section-heading.narrow { max-width: 730px; }
.jewelry-gallery { width: min(1240px, 100%); margin: 0 auto; display: grid; grid-template-columns: 1.1fr .9fr; gap: 1.25rem; }
.jewelry-gallery figure { margin: 0; overflow: hidden; border-radius: 5px; box-shadow: var(--shadow); background: #fff; }
.jewelry-gallery img { height: 100%; min-height: 460px; object-fit: cover; }
.jewelry-gallery .gallery-large img { object-position: 50% 65%; }
.center-actions { text-align: center; margin-top: 2.25rem; }
.script-line { font: italic clamp(1.35rem, 2.5vw, 2rem)/1.2 var(--serif); color: #8a623c; }

.lifestyle { text-align: center; background: radial-gradient(circle at 15% 20%, rgba(57,168,184,.12), transparent 24%), var(--ivory); }
.social-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; }
.social-links a { padding: .7rem 1.2rem; color: var(--turquoise-deep); text-decoration: none; border-bottom: 1px solid var(--gold); font-weight: 700; }

.contact { padding: clamp(4.5rem, 8vw, 7rem) clamp(1.25rem, 8vw, 9rem); display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 7vw, 8rem); background: var(--turquoise-deep); color: #fff; }
.contact h2 { color: #fff; }
.contact > div > p:not(.kicker) { color: rgba(255,255,255,.78); }
.kicker.light { color: #f2d39a; }
.contact-details { display: grid; gap: .35rem; margin-top: 2rem; }
.contact-details a { color: #fff; text-underline-offset: .2rem; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: .55rem 1rem; }
.contact-form label { font-size: .84rem; font-weight: 700; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; min-height: 48px; border: 1px solid rgba(255,255,255,.28); border-radius: 3px; background: rgba(255,255,255,.1); color: #fff; padding: .75rem; font: inherit; }
.contact-form select option { color: var(--ink); background: #fff; }
.contact-form textarea, .contact-form label[for="message"], .contact-form .button, .form-note { grid-column: 1 / -1; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 3px solid rgba(242,211,154,.5); outline-offset: 2px; }
.contact-form .button { justify-self: start; margin-top: .7rem; }
.form-note { margin: 0; font-size: .8rem; color: rgba(255,255,255,.7); }

footer { padding: 2.8rem 1.5rem; display: grid; place-items: center; gap: .65rem; text-align: center; background: #0a2634; color: rgba(255,255,255,.74); }
footer p { margin: 0; font-size: .86rem; }
.footer-brand { color: #edc67f; }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: auto auto; justify-content: space-between; }
  .menu-toggle { display: block; grid-column: 2; grid-row: 1; }
  .header-note { display: none; }
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; padding: 1.2rem; flex-direction: column; align-items: stretch; background: var(--ivory); box-shadow: 0 16px 24px rgba(16,42,61,.12); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: .75rem; }
  .hero-content { padding-right: 18%; }
}

@media (max-width: 780px) {
  .site-header { min-height: 68px; }
  .brand { font-size: 1.45rem; }
  .sun-mark { font-size: 2rem; }
  .hero { min-height: 610px; background-position: 55% 50%; align-items: end; }
  .hero-shade { background: linear-gradient(0deg, rgba(255,253,248,.94), rgba(255,253,248,.2) 80%); }
  .hero-content { width: 100%; padding: 5rem 1.4rem 4.5rem; }
  .hero-content h1 { font-size: clamp(2.75rem, 14vw, 4.2rem); }
  .hero-note { display: none; }
  .service-grid, .split, .sound, .jewelry-gallery, .contact { grid-template-columns: 1fr; }
  .service-grid { gap: 1rem; }
  .section { padding: 4.5rem 1.25rem; }
  .about .portrait-wrap { order: 2; }
  .about .section-copy { order: 1; }
  .portrait-stamp { right: .5rem; }
  .sound .feature-image { order: 2; }
  .travel .feature-image { order: 2; }
  .jewelry-gallery img { min-height: 350px; }
  .contact { padding: 4.5rem 1.25rem; }
}

@media (max-width: 520px) {
  h2 { font-size: 2.35rem; }
  .service-card img { aspect-ratio: 16/10; }
  .button-row { flex-direction: column; }
  .button-row .button { width: 100%; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form > * { grid-column: 1 !important; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
