/* V4: expressive editorial composition, with V3 readable type and compact services. */
:root { --muted: #615e57; }
main { display: flex; flex-direction: column; }
.hero { order: 1; }
.work-section { order: 2; }
.statement { order: 3; }
.craft-section { order: 4; }
.form-study { order: 5; }
.process-section { order: 6; }
.contact-section { order: 7; }
.craft-section { display: none !important; }
.hero { min-height: 655px; padding-top: 38px; }
.hero-photo { height: 585px; }
.hero-sheet { width: 520px; padding: 36px 40px; }
.hero h1 { font-size: 64px; margin: 24px 0; }
.hero-description { font-size: 16px; line-height: 1.65; }
.hero-rule { margin-bottom: 20px; }
.hero-actions { margin-top: 24px; gap: 18px; }
.hero-actions .plain-link { font-size: 13px; }
.hero-bottom { position: absolute; bottom: 12px; left: 0; right: 0; margin: 0 var(--gutter); }
.work-section { padding-block: 36px 64px; }
.section-top { margin-bottom: 28px; }
.work-heading { margin-bottom: 24px; }
.work-heading h2, .craft-intro h2, .process-section h2 {
  font-size: clamp(38px, 4.4vw, 64px); line-height: 1.12;
}
.work-heading > p { font-size: 16px; max-width: 340px; }
.work-filters { margin-bottom: 28px; }
.work-filters button { font-size: 14px; }
.projects-grid, .projects-grid.is-filtered { grid-template-columns: 1fr 1fr; gap: 32px; }
.project-offset { margin-top: 0; }
.project-photo { aspect-ratio: 1.65; }
.project-kind { font-size: 11px; top: 14px; left: 18px; }
.project-caption { padding-top: 14px; }
.project-caption h3 { font-size: 22px; font-weight: 500; }
.project-caption > span { font-size: 14px; }
.work-bottom { margin-top: 12px; padding-top: 24px; }
.work-bottom > p { font-size: 13px; }
.work-section .section-top,
.work-section .work-heading,
.work-section .work-filters,
.work-section #filter-status,
.work-section .work-bottom { display: none !important; }
.work-section { padding-block: 24px 64px; }
.projects-grid, .projects-grid.is-filtered { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.project-offset { margin-top: 0; }
.project-photo, .project:nth-child(2) .project-photo { aspect-ratio: 1; }
.project-kind { display: none; }
.project-hover { display: none; }
.project-open { display: none; }
.project-caption { padding-top: 12px; text-align: center; }
.project-caption h3 { font-size: 18px; font-weight: 600; }
.project-caption > span { display: none; }
.project:hover .project-photo img { transform: scale(1.03); }
.craft-section { padding-block: 64px 44px; display: grid; grid-template-columns: 1fr 1fr; gap: 0 44px; padding-inline: var(--gutter); }
.craft-section > .section-shell { padding-inline: 0; }
.craft-intro { grid-column: 1; }
.craft-intro > .eyebrow { margin-bottom: 24px; }
.craft-intro-bottom { margin-left: 0; grid-template-columns: 1fr; gap: 12px; padding-block: 24px; font-size: 16px; }
.craft-intro-bottom p:first-child { display: none; }
.craft-media { grid-column: 2; grid-row: 1 / 3; width: 100%; aspect-ratio: 1.35; align-self: center; }
.material-list { grid-column: 1; justify-content: start; gap: 8px 20px; padding-block: 0 24px; font-size: 13px; }
.craft-services { grid-column: 1 / -1; margin-top: 32px; }
.craft-services summary { font-size: 25px; padding-block: 18px; font-weight: 400; }
.craft-services details > p { font-size: 16px; line-height: 1.65; margin-bottom: 22px; max-width: 720px; }
.soft-light { color: #c6c3ba; }
.engraving-mark { font-size: 30px; letter-spacing: -.04em; }
.price-section { padding-block: 72px; border-top: 1px solid var(--line); }
.price-section > .section-top { padding-top: 0; border-top: 0; }
.price-section h2 { max-width: 720px; }
.price-intro { max-width: 600px; margin: 28px 0 36px; font-size: 17px; line-height: 1.7; color: #514f48; }
.price-medals { max-width: 430px; margin-bottom: 44px; }
.price-statuettes-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 24px; margin-bottom: 18px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.price-statuettes-heading .eyebrow, .price-statuettes-heading p { margin: 0; }
.price-statuettes-heading p:last-child { color: #514f48; font-size: 14px; }
.price-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.price-grid-statuettes { grid-template-columns: repeat(3, 1fr); }
.price-card { min-height: 240px; padding: 22px 20px; border: 1px solid var(--line); background: #f5f3ed; display: flex; flex-direction: column; }
.price-card-medals { min-height: 0; }
.trophy-visual { width: 100%; aspect-ratio: 1.6; margin: -4px 0 14px; border: 1px solid #dfd9cf; background-image: url('assets/statuette-layers-concept.png'); background-size: 300% 200%; background-repeat: no-repeat; background-color: #f7f4ee; }
.trophy-visual-1 { background-position: 0% 0%; }
.trophy-visual-2 { background-position: 50% 0%; }
.trophy-visual-3 { background-position: 100% 0%; }
.trophy-visual-4 { background-position: 0% 100%; }
.trophy-visual-5 { background-position: 50% 100%; }
.trophy-visual-6 { background-position: 100% 100%; }
.price-card-label { margin: 0; font-size: 11px; font-weight: 500; letter-spacing: .04em; line-height: 1.35; color: #6b685f; text-transform: uppercase; }
.price-value { margin: auto 0 8px; font-size: clamp(27px, 2.7vw, 39px); line-height: 1; letter-spacing: -.04em; }
.price-meta, .price-card ul, .price-note { margin: 0; font-size: 14px; line-height: 1.55; color: #514f48; }
.price-card ul { padding-left: 18px; margin-top: 14px; }
.price-note { margin-top: 13px; }
.price-footer { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--line); }
.price-footer p { max-width: 720px; margin: 0; font-size: 16px; line-height: 1.65; color: #514f48; }
.process-section { position: relative; padding-block: 64px; display: grid; grid-template-columns: 1fr 1fr; gap: 0 48px; }
.section-anchor { position: absolute; top: 0; }
.process-section > .section-top { grid-column: 1 / -1; padding-top: 0; border-top: 0; }
.process-intro { font-size: 17px; line-height: 1.7; align-self: center; color: #514f48; max-width: 520px; }
.process-steps { grid-column: 1 / -1; margin-top: 36px; gap: 30px; }
.process-steps h3 { margin: 12px 0 10px; font-size: 21px; font-weight: 500; }
.process-steps p { font-size: 15px; line-height: 1.65; color: #514f48; }
.contact-section { padding-block: 40px; }
.contact-title { font-size: clamp(42px, 6vw, 82px); margin-block: 24px 32px; }
.contact-bottom { font-size: 15px; }
.eyebrow { font-size: 12px; letter-spacing: .09em; }
.project-detail-copy p, .project-detail-copy dd { font-size: 16px; }
@media (max-width: 1024px) and (min-width: 601px) {
  .hero-sheet { width: 470px; padding: 30px; }
  .hero h1 { font-size: 58px; }
  .hero-photo { left: 22%; }
  .craft-section { gap: 0 28px; }
}
@media (max-width: 767px) {
  .craft-section { grid-template-columns: 1fr; }
  .craft-media { grid-column: 1; grid-row: auto; aspect-ratio: 2; margin-block: 12px 20px; }
  .material-list { grid-row: auto; }
  .craft-services { margin-top: 10px; }
  .price-grid { grid-template-columns: repeat(2, 1fr); }
  .price-grid-statuettes { grid-template-columns: repeat(2, 1fr); }
  .price-footer { align-items: start; flex-direction: column; }
  .process-section { grid-template-columns: 1fr; }
  .process-intro { margin-top: 22px; }
  .process-steps { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .hero { padding-top: 0; min-height: 0; }
  .hero-sheet { width: 100%; padding: 28px var(--gutter); }
  .hero h1 { font-size: clamp(44px, 12vw, 64px); margin-block: 22px; }
  .hero-photo { height: auto; width: 100%; aspect-ratio: 1.8; }
  .hero-bottom { position: static; margin: 12px var(--gutter) 0; }
  .hero-bottom > span { display: none; }
  .hero-bottom a { font-size: 13px; justify-content: space-between; width: 100%; }
  .hero .eyebrow, .eyebrow { font-size: 11px; }
  .hero-actions .pill-link, .hero-actions .plain-link { font-size: 13px; }
  .work-section { padding-block: 24px 44px; }
  .price-section { padding-block: 48px; }
  .price-grid { grid-template-columns: 1fr; }
  .price-grid-statuettes { grid-template-columns: 1fr; }
  .price-statuettes-heading { align-items: start; flex-direction: column; gap: 6px; }
  .price-card { min-height: 0; }
  .work-heading h2 { font-size: 38px; }
  .work-heading > p { margin-top: 18px; }
  .work-filters { gap: 8px 20px; }
  .projects-grid, .projects-grid.is-filtered { grid-template-columns: 1fr; gap: 28px; }
  .projects-grid, .projects-grid.is-filtered { grid-template-columns: 1fr 1fr; gap: 18px 12px; }
  .project-photo { aspect-ratio: 1.5; }
  .project-caption h3 { font-size: 21px; }
  .work-bottom > p { font-size: 12px; }
  .craft-section { padding-block: 44px 16px; }
  .craft-services summary { font-size: 21px; }
  .craft-services details > p { margin-left: 0; }
  .material-list { display: flex; }
  .process-section { padding-block: 44px; }
  .process-steps { gap: 24px; }
  .process-steps h3 { font-size: 18px; }
  .contact-section { padding-block: 32px; }
  .contact-bottom { grid-template-columns: 1fr; gap: 20px; }
  .contact-bottom > .text-link { grid-column: 1; }
}
@media (max-width: 360px) {
  .process-steps { grid-template-columns: 1fr; gap: 18px; }
  .hero-actions { gap: 8px 16px; }
}

/* A studio statement, then a deliberately staggered collection. */
.statement { padding-block: 100px 90px; gap: 36px 60px; grid-template-columns: 1fr 2.1fr; }
.statement-heading { font-size: clamp(48px, 6.4vw, 94px); line-height: 1.05; }
.statement-bottom { grid-template-columns: 160px 1fr; gap: 48px; align-items: center; }
.studio-wordmark { display: flex; flex-direction: column; font-size: 58px; line-height: .85; font-weight: 650; letter-spacing: -.075em; gap: 5px; }
.studio-point { color: var(--accent); }
.brand-logo { display: block; width: 92px; height: 92px; object-fit: contain; }
.studio-logo { width: min(180px, 28vw); height: auto; object-fit: contain; align-self: center; }
.engraving-logo { width: 76px; height: 76px; object-fit: contain; opacity: .92; }
.footer-logo { display: block; width: 86px; height: 86px; object-fit: contain; }
.menu-logo { display: block; width: 108px; height: 108px; object-fit: contain; }
.statement-bottom p { font-size: 16px; line-height: 1.7; }
.statement-bottom .text-link { font-size: 14px; }
.projects-grid { grid-template-columns: 1.12fr 1fr; gap: 40px 7vw; }
.project-offset { margin-top: 100px; }
.project-photo { aspect-ratio: 1.16; }
.project:nth-child(2) .project-photo { aspect-ratio: 1.35; }
.project:nth-child(3) .project-photo { aspect-ratio: 1.35; }
.project-caption h3 { font-weight: 400; }
.projects-grid.is-filtered { grid-template-columns: 1fr 1fr; gap: 32px; }
.projects-grid.is-filtered .project { margin-top: 0; }
.form-study { min-height: min(950px, 100svh); padding-block: 90px; grid-template-columns: .85fr 1.3fr; gap: 6vw; align-items: center; }
.study-copy h2 { font-size: clamp(54px, 6.8vw, 98px); margin: 32px 0; line-height: 1.04; }
.study-copy > p:not(.eyebrow) { font-size: 17px; color: #514f48; max-width: 360px; }
.study-copy .study-note { font-size: 13px !important; color: #615e57 !important; margin-top: 24px; }
.study-scene { height: clamp(560px, 48vw, 740px); color: var(--ink); background: #e9e4da; }
.study-controls { font-size: 12px; }
.process-section { border-top: 1px solid var(--line); }
@media (max-width: 1024px) {
 .statement { grid-template-columns: 1fr; gap: 28px; }
 .statement-heading { margin-left: 18%; }
 .statement-bottom { grid-column: 1; margin-left: 18%; }
 .form-study { min-height: auto; gap: 32px; padding-block: 72px; }
 .study-copy h2 { font-size: 64px; }
 .study-scene { height: 560px; }
}
@media (max-width: 767px) {
 .statement { padding-block: 64px; }
 .statement-heading { margin-left: 0; font-size: clamp(42px, 8.2vw, 64px); }
 .statement-bottom { margin-left: 0; grid-template-columns: 110px 1fr; gap: 28px; }
 .studio-wordmark { font-size: 44px; }
 .brand-logo { width: 76px; height: 76px; }
 .studio-logo { width: min(150px, 32vw); }
 .form-study { grid-template-columns: 1fr; padding-block: 56px; }
 .study-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 28px; }
 .study-copy > .eyebrow { grid-column: 1 / -1; }
 .study-copy h2 { grid-row: 2 / 4; margin: 0; }
 .study-copy .study-note { margin-top: 0; }
 .study-scene { height: 550px; }
}
@media (max-width: 600px) {
 .projects-grid, .projects-grid.is-filtered { grid-template-columns: 1fr; gap: 36px; }
 .project-offset { margin-top: 0; }
 .project-photo { aspect-ratio: 1.16; }
 .project:nth-child(2), .project:nth-child(4) { margin-left: 18px; }
 .project:nth-child(1), .project:nth-child(3) { margin-right: 18px; }
 .projects-grid.is-filtered .project { margin-inline: 0; }
 .project-caption h3 { font-size: 22px; }
 .statement-bottom { grid-template-columns: 1fr; gap: 24px; }
 .studio-wordmark { font-size: 48px; }
 .brand-logo { width: 66px; height: 66px; }
 .studio-logo { width: 130px; }
 .study-copy { display: block; }
 .study-copy h2 { font-size: clamp(52px, 14vw, 72px); margin-block: 24px; }
 .study-copy > p:not(.eyebrow) { font-size: 16px; }
 .study-copy .study-note { margin-top: 20px; }
 .study-scene { height: 460px; }
 .study-controls { left: 18px; right: 18px; }
}

/* First-screen direction chooser: labels only, no campaign copy or numbering. */
.work-section .section-top,
.work-section .work-heading,
.work-section .work-filters,
.work-section #filter-status,
.work-section .work-bottom { display: none; }
.work-section { padding-block: 24px 64px; }
.projects-grid,
.projects-grid.is-filtered { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.project-offset,
.project:nth-child(1),
.project:nth-child(2),
.project:nth-child(3) { margin: 0; }
.project-photo,
.project:nth-child(2) .project-photo,
.project:nth-child(3) .project-photo { aspect-ratio: 1; }
.project-kind,
.project-hover,
.project-open { display: none; }
.project-caption { padding-top: 12px; text-align: center; }
.project-caption h3 { font-size: 18px; font-weight: 600; }
.project-caption > span { display: none; }
.project:hover .project-photo img { transform: scale(1.03); }
@media (max-width: 767px) {
  .projects-grid,
  .projects-grid.is-filtered { grid-template-columns: 1fr 1fr; gap: 18px 12px; }
  .project-caption h3 { font-size: 17px; }
}

/* Category navigator: photographic objects rather than a row of square tiles. */
.projects-grid,
.projects-grid.is-filtered {
  align-items: start;
  gap: clamp(14px, 2.4vw, 36px);
}
.project { display: grid; justify-items: center; }
.project-photo,
.project:nth-child(2) .project-photo,
.project:nth-child(3) .project-photo {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
  background: #e7e5e0;
  box-shadow: inset 0 0 0 1px rgba(18, 18, 17, .12), 0 10px 28px rgba(18, 18, 17, .08);
  transition: transform .45s cubic-bezier(.2,.7,.2,1), box-shadow .45s ease;
}
.project:nth-child(2) .project-photo,
.project:nth-child(4) .project-photo { width: 88%; margin-top: 12%; }
.project-photo img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .45s ease;
}
.project:nth-child(1) .project-photo img { object-position: 48% 53%; }
.project:nth-child(2) .project-photo img { object-position: 52% 47%; }
.project:nth-child(3) .project-photo img { object-position: 50% 52%; }
.project:nth-child(4) .project-photo img { object-position: 50% 52%; }
.project-caption { padding-top: 15px; }
.project-caption h3 { font-weight: 600; letter-spacing: -.035em; }
.project:hover .project-photo,
.project:focus-visible .project-photo {
  transform: translateY(-8px) rotate(-2deg);
  box-shadow: inset 0 0 0 1px rgba(18, 18, 17, .18), 0 18px 36px rgba(18, 18, 17, .18);
}
.project:nth-child(even):hover .project-photo,
.project:nth-child(even):focus-visible .project-photo { transform: translateY(-8px) rotate(2deg); }
.project:hover .project-photo img,
.project:focus-visible .project-photo img { transform: scale(1.1); filter: saturate(1.08) contrast(1.03); }
@media (max-width: 767px) {
  .projects-grid,
  .projects-grid.is-filtered { gap: 20px 12px; }
  .project:nth-child(2) .project-photo,
  .project:nth-child(4) .project-photo { width: 92%; margin-top: 8%; }
  .project-caption { padding-top: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  .project-photo, .project-photo img { transition: none; }
}

/* Hero: let the award image lead; text remains legible through a soft tonal veil. */
.hero { min-height: 620px; padding-top: 0; isolation: isolate; background: #0b0b0b; }
.hero-photo { inset: 0; left: 0; width: 100%; height: 620px; z-index: -2; }
.hero-photo > img {
  object-fit: cover; object-position: center;
  filter: brightness(1.28) contrast(1.04) saturate(1.08);
}
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background: linear-gradient(90deg, rgba(7,7,7,.54) 0%, rgba(7,7,7,.34) 28%, rgba(7,7,7,.10) 57%, rgba(7,7,7,.02) 100%);
}
.hero-sheet {
  width: min(570px, 47vw); margin: 0 auto; padding: 76px 0 42px;
  background: transparent; color: #f8f6f0;
  text-align: center;
}
.hero .eyebrow, .hero-actions { justify-content: center; }
.hero-description { margin-inline: auto; }
.hero .eyebrow, .hero-description { color: #f8f6f0; }
.hero .small-dash, .hero-rule { background: #f8f6f0; }
.hero h1 { color: #fff; text-shadow: 0 3px 24px rgba(0,0,0,.35); }
.hero .title-soft { color: rgba(248,246,240,.7); }
.hero-actions .plain-link { color: #fff; border-color: rgba(255,255,255,.7); }
.hero-actions .plain-link:hover { border-color: #fff; }
.photo-index { z-index: 1; }
@media (max-width: 1024px) and (min-width: 601px) {
  .hero { min-height: 590px; }
  .hero-photo { height: 590px; left: 0; }
  .hero-sheet { width: min(490px, 55vw); margin: 0 auto; padding-top: 66px; }
}
@media (max-width: 600px) {
  .hero { min-height: 620px; padding-top: 0; }
  .hero-photo { position: absolute; inset: 0; width: 100%; height: 620px; aspect-ratio: auto; }
  .hero-photo > img { object-fit: cover; object-position: 62% center; }
  .hero::after { background: linear-gradient(180deg, rgba(7,7,7,.66) 0%, rgba(7,7,7,.88) 70%, rgba(7,7,7,.96) 100%); }
  .hero-sheet { width: auto; margin: 0; padding: 56px var(--gutter) 36px; }
  .hero-description { max-width: 340px; }
  .hero-bottom { position: absolute; bottom: 12px; z-index: 2; }
}
