:root {
  --ink: #555555;
  --ink-dark: #262626;
  --coral: #ea948b;
  --aqua: #7ccdc7;
  --plum: #993366;
  --sand: #f7f2ef;
  --line: #eaded9;
  --white: #ffffff;
  --shadow: 0 14px 40px rgba(58, 45, 41, 0.09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font: 400 15px/1.75 "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
img { display: block; max-width: 100%; height: auto; }
a { color: var(--plum); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--coral); }
h1, h2, h3, h4, .display, .nav-link, .button {
  font-family: Quattrocento, Georgia, serif;
}
h1, h2, h3, h4 { color: var(--ink-dark); line-height: 1.25; font-weight: 400; }
h1 { font-size: clamp(2.15rem, 5vw, 4.2rem); }
h2 { font-size: clamp(1.65rem, 3vw, 2.55rem); }
h3 { font-size: 1.35rem; }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .7rem 1rem; background: #fff; }
.skip-link:focus { top: 1rem; }
.container { width: min(1160px, calc(100% - 2rem)); margin-inline: auto; }
.narrow { width: min(780px, calc(100% - 2rem)); margin-inline: auto; }
.site-header { background: rgba(255,255,255,.97); border-bottom: 1px solid #f2ebe8; position: sticky; top: 0; z-index: 30; }
.header-inner { min-height: 104px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1.2rem; }
.logo img { width: 174px; max-height: 82px; object-fit: contain; }
.nav { display: flex; gap: clamp(.8rem, 2vw, 2rem); align-items: center; }
.nav:last-child { justify-content: flex-end; }
.nav-link { color: var(--coral); letter-spacing: .08em; font-size: 15px; text-decoration: none; white-space: nowrap; }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--coral); font-size: 1.8rem; }

.hero { position: relative; min-height: 620px; display: grid; align-items: center; overflow: hidden; background: linear-gradient(100deg, #fff 0 46%, rgba(255,255,255,.68)), var(--hero-image, none) center/cover; }
.hero::after { content: ""; position: absolute; inset: auto 0 -2px; height: 160px; background: url('/wp-content/uploads/2020/05/Element-wave_My-Saltwater-Skyline-01.png') center bottom/cover no-repeat; opacity: .78; pointer-events: none; }
.hero-copy { position: relative; z-index: 1; width: min(650px, 90%); padding-block: 6rem 10rem; }
.eyebrow { color: var(--coral); font: 400 .82rem/1.2 Quattrocento, Georgia, serif; letter-spacing: .18em; text-transform: uppercase; }
.hero h1 { margin: .65rem 0 1.2rem; font-family: "Josefin Sans", "Trebuchet MS", sans-serif; font-size: clamp(2.2rem, 5vw, 4.3rem); font-weight: 600; }
.hero p { color: var(--ink-dark); font-size: clamp(1rem, 2vw, 1.25rem); max-width: 56ch; }
.button { display: inline-block; border: 1px solid var(--coral); border-radius: 1px; padding: .82rem 1.45rem; color: white; background: var(--coral); letter-spacing: .09em; text-decoration: none; text-transform: uppercase; font-size: .8rem; }
.button:hover { background: transparent; color: var(--coral); }
.button.secondary { background: transparent; color: var(--coral); }
.button.secondary:hover { background: var(--coral); color: white; }

.section { padding-block: clamp(4rem, 8vw, 7rem); }
.section.soft { background: var(--sand); }
.section-heading { max-width: 720px; margin: 0 auto 3rem; text-align: center; }
.section-heading h2 { margin: .35rem 0 .9rem; }
.rule { width: 62px; height: 1px; border: 0; background: var(--coral); margin: 1.3rem auto; }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.8rem; }
.card { background: #fff; box-shadow: var(--shadow); }
.card-image { aspect-ratio: 16/10; width: 100%; object-fit: cover; background: #eee7e4; }
.card-body { padding: 1.35rem 1.5rem 1.6rem; }
.card h3 { margin: .3rem 0 .7rem; }
.card h3 a { color: var(--ink-dark); text-decoration: none; }
.meta { color: #8c7d78; font-size: .82rem; letter-spacing: .04em; }
.product-grid { grid-template-columns: repeat(4, 1fr); }
.product-grid .card-image { aspect-ratio: 1/1; }
.price { color: var(--coral); font-family: Quattrocento, Georgia, serif; }

.page-hero { padding: 5rem 0 3.7rem; text-align: center; background: var(--sand); }
.page-hero h1 { margin: .25rem 0; }
.article-wrap { padding-block: clamp(3rem, 7vw, 6rem); }
.article { font-size: 1.06rem; }
.article > :first-child { margin-top: 0; }
.article h2, .article h3 { margin-top: 2.4rem; color: var(--aqua); }
.article img { margin: 1.8rem auto; }
.article blockquote { margin: 2rem 0; padding: .8rem 1.5rem; border-left: 3px solid var(--coral); color: #665b57; background: var(--sand); }
.article iframe { max-width: 100%; }
.post-lead-image { width: min(980px, calc(100% - 2rem)); max-height: 640px; object-fit: cover; margin: 0 auto 3rem; }
.share-note { border-top: 1px solid var(--line); margin-top: 3rem; padding-top: 1.4rem; }
.comments { margin-top: 4rem; }
.comment { border-top: 1px solid var(--line); padding: 1.4rem 0; }
.comment-name { color: var(--ink-dark); font-family: Quattrocento, Georgia, serif; font-size: 1.1rem; }
.pagination { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3rem; }

.newsletter { text-align: center; background: var(--aqua); color: #173b39; }
.newsletter h2 { color: #173b39; }
.site-footer { background: #302b2a; color: #dcd4d1; padding-top: 4rem; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 3rem; padding-bottom: 3rem; }
.site-footer h2 { color: #fff; font-size: 1.05rem; letter-spacing: .09em; text-transform: uppercase; }
.site-footer a { color: #f0bbb5; }
.footer-logo { width: 150px; filter: brightness(0) invert(1); opacity: .9; }
.copyright { border-top: 1px solid #514a48; padding: 1.2rem 0; color: #afa6a2; font-size: .82rem; }
.notice { padding: 1rem 1.2rem; background: #fff7e8; border-left: 3px solid #d5a247; }
.empty-image { display: grid; place-items: center; color: #8a7d79; background: linear-gradient(135deg,#f7efec,#e7f5f3); }

@media (max-width: 900px) {
  .header-inner { min-height: 82px; grid-template-columns: auto 1fr auto; }
  .logo { grid-column: 1; }
  .menu-toggle { display: block; grid-column: 3; }
  .nav { grid-column: 1/-1; display: none; gap: 0; padding-bottom: 1rem; }
  .site-header.menu-open .nav { display: grid; }
  .nav:first-child { order: 3; }
  .nav:last-child { order: 4; justify-content: stretch; }
  .nav-link { padding: .65rem 0; border-top: 1px solid #f3e8e4; }
  .grid, .product-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 580px) {
  .hero { min-height: 560px; background: linear-gradient(rgba(255,255,255,.83),rgba(255,255,255,.83)), var(--hero-image, none) center/cover; }
  .grid, .product-grid, .footer-grid { grid-template-columns: 1fr; }
  .article { font-size: 1rem; }
}
