/*
Theme Name: Shine Yoo
Theme URI: https://shineyoo.shop
Author: Shine Yoo
Description: Editorial WordPress theme for a pre-owned luxury watch advisory and sourcing business.
Version: 1.0.8
Text Domain: shineyoo
*/

:root {
  --ink: #0c0c0b;
  --charcoal: #191817;
  --graphite: #2b2a28;
  --line: #ddd8cf;
  --paper: #f7f4ee;
  --ivory: #fffdf8;
  --muted: #706c64;
  --bronze: #a98254;
  --bronze-dark: #7a5b37;
  --success: #47694f;
  --font-display: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  --font-body: "Inter", "Manrope", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: var(--font-body);
  line-height: 1.6;
}

body.admin-bar .site-header {
  top: 32px;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(12, 12, 11, 0.92);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
}

.nav-wrap {
  width: min(1180px, calc(100% - 32px));
  min-height: 74px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-display);
  font-size: 28px;
  letter-spacing: 0;
}

.brand-mark {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--bronze);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 26px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.nav-links a {
  opacity: .86;
}

.nav-links a:hover {
  opacity: 1;
  color: #f4dfbf;
}

.menu-toggle {
  display: none;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: transparent;
  color: #fff;
  width: 44px;
  height: 44px;
  font-size: 24px;
}

.button,
button,
input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border: 1px solid var(--bronze);
  background: var(--bronze);
  color: #fff;
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .08em;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.button:hover,
button:hover,
input[type="submit"]:hover {
  background: var(--bronze-dark);
  border-color: var(--bronze-dark);
  transform: translateY(-1px);
}

.button.secondary {
  background: transparent;
  color: currentColor;
  border-color: currentColor;
}

.button.dark {
  background: var(--ink);
  border-color: var(--ink);
}

.hero {
  min-height: 86vh;
  color: #fff;
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .74), rgba(0, 0, 0, .38) 48%, rgba(0, 0, 0, .12)),
    url("assets/hero-watch-1440.webp") center right / cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 120px;
  background: linear-gradient(180deg, transparent, var(--ivory));
  z-index: -1;
}

.hero-inner,
.section-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.hero-copy {
  width: min(640px, 100%);
  padding: 90px 0 120px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--bronze);
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 700;
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  line-height: 1.02;
  letter-spacing: 0;
  font-weight: 500;
}

h1 {
  margin: 0 0 24px;
  font-size: clamp(54px, 8vw, 104px);
}

h2 {
  margin: 0 0 18px;
  font-size: clamp(38px, 5vw, 68px);
}

h3 {
  margin: 0 0 10px;
  font-size: 30px;
}

.lead {
  font-size: clamp(18px, 2vw, 22px);
  max-width: 760px;
  color: #e8e1d6;
}

.section .lead,
.page-hero .lead {
  color: var(--muted);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.section {
  padding: 92px 0;
}

.section.dark {
  background: var(--ink);
  color: #fff;
}

.section.tinted {
  background: var(--paper);
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 42px;
}

.section-head p {
  max-width: 560px;
  color: var(--muted);
}

.grid-4,
.grid-3,
.watch-grid {
  display: grid;
  gap: 28px;
}

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

.grid-3,
.watch-grid {
  grid-template-columns: repeat(3, 1fr);
}

.capability {
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.capability-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border: 1px solid var(--bronze);
  display: grid;
  place-items: center;
  color: var(--bronze);
}

.capability p,
.step p,
.watch-card p,
.about-copy p,
.process-card p {
  color: var(--muted);
}

.watch-card {
  position: relative;
  background: var(--ivory);
}

.watch-image {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #ddd5c9;
}

.watch-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.watch-card:hover .watch-image img {
  transform: scale(1.04);
}

.watch-body {
  padding: 30px 0 0;
}

.watch-body h3 {
  margin-bottom: 0;
}

.watch-body > .eyebrow {
  display: block;
  margin: 0 0 10px;
  line-height: 1.35;
}

.section.tinted .watch-grid {
  margin-bottom: 12px;
}

.watch-meta {
  display: grid;
  gap: 6px;
  margin: 14px 0 20px;
  color: var(--muted);
  font-size: 14px;
}

.price-note,
.status-badge {
  display: inline-flex;
  width: fit-content;
  margin-top: 10px;
  padding: 6px 10px;
  border: 1px solid var(--line);
  color: var(--bronze-dark);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 64px;
  align-items: center;
}

.editorial-image {
  min-height: 520px;
  background: url("assets/inspection-rm-diamond.webp?v=20260718b") center / cover no-repeat;
}

.team-image {
  min-height: 460px;
  background: url("assets/advisory-watch-consultation.webp?v=20260718") center / cover no-repeat;
}

.check-list {
  display: grid;
  gap: 14px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

.check-list li::before {
  content: "";
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  margin-top: 8px;
  background: var(--bronze);
}

.steps {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
  counter-reset: step;
}

.step {
  border-top: 1px solid rgba(255, 255, 255, .22);
  padding-top: 18px;
  counter-increment: step;
}

.step::before {
  content: "0" counter(step);
  display: block;
  margin-bottom: 18px;
  color: var(--bronze);
  font-size: 13px;
  letter-spacing: .12em;
}

.cta-band {
  padding: 72px 0;
  background: var(--charcoal);
  color: #fff;
}

.site-footer {
  padding: 58px 0 32px;
  background: var(--ink);
  color: #d8d1c5;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr .7fr .9fr .9fr;
  gap: 34px;
}

.footer-grid h3,
.footer-grid h4 {
  color: #fff;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.footer-brand img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.footer-grid a {
  display: block;
  margin: 8px 0;
  color: #d8d1c5;
}

.footer-note {
  margin: 8px 0 14px;
  color: #bfb7aa;
  font-size: 14px;
  line-height: 1.65;
}

.footer-legal-links {
  margin-top: 16px;
}

.footer-legal-links a {
  font-size: 14px;
}

.footer-social-icons {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}

.footer-social-icons a {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 2px;
  color: #d8d1c5;
  background: rgba(255, 255, 255, .06);
  transition: transform .2s ease, border-color .2s ease, color .2s ease, background .2s ease;
}

.footer-social-icons a:hover {
  color: #fff;
  border-color: var(--bronze);
  background: rgba(184, 132, 74, .16);
  transform: translateY(-2px);
}

.footer-social-icons svg {
  width: 14px;
  height: 14px;
  max-width: 14px;
  max-height: 14px;
  fill: currentColor;
}

.footer-bottom {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  font-size: 13px;
  color: #aaa197;
}

.floating-whatsapp {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 45;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 16px 12px 13px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  background: #1f7d4d;
  color: #fff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .22);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.floating-whatsapp:hover {
  background: #176b41;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .28);
}

.floating-whatsapp-icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
}

.floating-whatsapp svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.page-hero {
  padding: 92px 0 56px;
  background: var(--paper);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.breadcrumbs a:hover {
  color: var(--bronze-dark);
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 36px;
}

.filter-pill {
  padding: 10px 14px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--graphite);
  cursor: pointer;
  font-size: 13px;
}

.filter-pill.active,
.filter-pill:hover {
  border-color: var(--bronze);
  color: var(--bronze-dark);
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 54px;
  align-items: start;
}

.detail-image {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #ded8cf;
}

.detail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.spec-table {
  display: grid;
  margin: 28px 0;
  border-top: 1px solid var(--line);
}

.spec-row {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}

.spec-row strong {
  color: var(--muted);
  font-weight: 600;
}

.content-block {
  margin-top: 44px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.process-card {
  padding: 28px;
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, .55);
}

.contact-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 56px;
}

.contact-card {
  border-top: 1px solid var(--line);
  padding-top: 22px;
}

.enquiry-form {
  display: grid;
  gap: 16px;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 13px;
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  padding: 13px 14px;
  font: inherit;
}

textarea {
  min-height: 150px;
  resize: vertical;
}

.honeypot {
  position: absolute;
  left: -9999px;
}

.notice {
  padding: 14px 16px;
  border: 1px solid var(--line);
  color: var(--success);
  background: #f4f6f0;
}

.legal-content {
  max-width: 900px;
}

.legal-content h2 {
  font-size: 36px;
  margin-top: 42px;
}

@media (max-width: 960px) {
  .menu-toggle {
    display: grid;
    place-items: center;
  }

  .nav-links {
    position: absolute;
    left: 0;
    right: 0;
    top: 74px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 18px 24px 26px;
    background: var(--ink);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    width: 100%;
    padding: 13px 0;
  }

  .grid-4,
  .grid-3,
  .watch-grid,
  .split,
  .detail-layout,
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-head {
    display: block;
  }
}

@media (max-width: 640px) {
  body.admin-bar .site-header {
    top: 0;
  }

  .nav-wrap,
  .hero-inner,
  .section-inner {
    width: min(100% - 24px, 1180px);
  }

  .hero {
    min-height: 760px;
    background-image:
      linear-gradient(90deg, rgba(0, 0, 0, .74), rgba(0, 0, 0, .38) 48%, rgba(0, 0, 0, .12)),
      url("assets/hero-watch-mobile.webp");
    background-position: center;
  }

  .hero-copy {
    padding: 72px 0 100px;
  }

  .section,
  .page-hero {
    padding: 64px 0;
  }

  .actions,
  .form-row,
  .steps,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .actions .button,
  .button,
  button,
  input[type="submit"] {
    width: 100%;
  }

  .floating-whatsapp {
    right: 16px;
    bottom: 16px;
    min-height: 44px;
    width: 44px;
    justify-content: center;
    padding: 0;
  }

  .floating-whatsapp-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .spec-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .editorial-image,
  .team-image {
    min-height: 340px;
  }
}
