:root {
  --ink: #181a18;
  --paper: #faf9f6;
  --muted: #686963;
  --line: #d9d9d1;
  --accent: #d4c6aa;
  --serif: Georgia, 'Times New Roman', serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: 'Noto Sans Arabic', Tahoma, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}

button,
a {
  touch-action: manipulation;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid #a38148;
  outline-offset: 5px;
}

button {
  cursor: pointer;
}

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

.skip {
  position: fixed;
  top: -100px;
  background: white;
  padding: 12px;
  z-index: 100;
}

.skip:focus {
  top: 0;
}

.announcement {
  background: #171b18;
  color: #fff;
  text-align: center;
  font-family: var(--serif);
  font-size: 12px;
  letter-spacing: 2px;
  padding: 8px 20px;
  direction: ltr;
}

.announcement span {
  font-family: 'Noto Sans Arabic', sans-serif;
  letter-spacing: 0;
  margin-left: 24px;
  font-size: 12px;
}

.header {
  height: 104px;
  padding: 0 5%;
  display: flex;
  align-items: center;
  gap: 55px;
  background: #fff;
  position: relative;
  z-index: 10;
}

.brand {
  display: block;
  flex-shrink: 0;
  width: 155px;
  height: 86px;
  overflow: hidden;
  background: #000;
}

.brand img {
  width: 155px;
  height: 165px;
  max-width: none;
  transform: translateY(-40px);
}

nav {
  display: flex;
  gap: 36px;
  margin: auto;
}

nav a {
  font-size: 14px;
}

nav a:hover,
.text-link:hover {
  color: #866f49;
}

.header-cta {
  font-size: 14px;
  border-bottom: 1px solid var(--ink);
  padding: 7px 0;
}

.header-cta span {
  margin-right: 22px;
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 660px;
  height: min(800px, calc(100svh - 140px));
  color: white;
  background: #282a27;
  overflow: hidden;
}

.hero-photos {
  position: absolute;
  inset: 0;
  display: flex;
  direction: ltr;
}

.hero-photos > .crop {
  width: 50%;
  height: 100%;
  aspect-ratio: auto;
}

.crop {
  overflow: hidden;
  position: relative;
  background: #222;
  aspect-ratio: 245 / 328;
}

.crop img {
  position: absolute;
  max-width: none;
  width: 301.63%;
  height: auto;
  pointer-events: none;
}

.hero-black img {
  left: -100.8%;
  top: -168.9%;
}

.hero-blue img {
  left: -201.6%;
  top: -168.9%;
}

.suit-black img {
  left: -201.6%;
  top: -71.6%;
}

.suit-navy img {
  left: -100.8%;
  top: -71.6%;
}

.suit-cream img {
  left: -201.6%;
  top: -369.2%;
}

.gallery-shirt img {
  left: -100.8%;
  top: -269.2%;
}

.gallery-tie img {
  left: 0;
  top: -369.2%;
}

.hero-photos > .crop img {
  width: auto;
  height: 487.8%;
  left: auto;
}

.hero-photos > .hero-black img {
  right: -201.6%;
}

.hero-photos > .hero-blue img {
  right: 0;
}

.hero:after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      270deg,
      rgba(0,0,0,.65),
      rgba(0,0,0,.15) 65%
    ),
    linear-gradient(
      0deg,
      rgba(0,0,0,.65),
      transparent 35%
    );
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 80px 8%;
  max-width: 750px;
}

.eyebrow {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2.6px;
  direction: ltr;
  margin: 0 0 18px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: clamp(54px, 5.9vw, 90px);
  line-height: 1.35;
  font-weight: 500;
  margin: 0 0 23px;
  letter-spacing: -2px;
}

.hero-content > p:not(.eyebrow) {
  font-size: 19px;
  margin-bottom: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  min-height: 54px;
  padding: 13px 26px;
  font-size: 14px;
  border: 1px solid transparent;
  transition: background .2s, color .2s;
}

.light {
  color: #191b18;
  background: #fff;
}

.light:hover {
  background: #e4ddcf;
}

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

.dark:hover {
  background: #44483f;
}

.hero-link {
  display: inline-block;
  margin-right: 24px;
  font-size: 14px;
  border-bottom: 1px solid #ffffff80;
}

.hero-foot {
  position: absolute;
  bottom: 23px;
  left: 5%;
  right: 5%;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
}

.hero-foot span:first-child {
  font-family: var(--serif);
  letter-spacing: 2px;
}

.hero-foot a {
  font-size: 25px;
}

.intro-strip {
  padding: 22px 6%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7%;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}

.intro-strip i {
  height: 4px;
  width: 4px;
  background: #9b9079;
  border-radius: 50%;
}
.section {
  padding: 95px 6%;
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 40px;
}

.section-heading p:last-child {
  color: var(--muted);
  font-size: 15px;
}

.section-heading h2 {
  margin: 0;
}

h2 {
  font-size: clamp(30px, 3.4vw, 48px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -1px;
}

h3 {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 0;
}

.collections {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.collection > .crop {
  transition: filter .25s;
}

.collection:hover > .crop {
  filter: brightness(1.12);
}

.collection-caption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.collection-caption span {
  font: 11px Arial, sans-serif;
  letter-spacing: 2px;
}

.collection-caption b {
  font-size: 27px;
  font-weight: 400;
}

.tailoring {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #eae9e2;
}

.tailoring-art {
  aspect-ratio: auto;
  min-height: 690px;
}

.tailoring-art img {
  width: auto;
  height: 487.8%;
  left: -102%;
  top: -71.6%;
}

.tailoring-copy {
  padding: 70px 12%;
  align-self: center;
}

.tailoring-copy > p:not(.eyebrow) {
  color: var(--muted);
}

.detail-row {
  display: flex;
  gap: 25px;
  border-top: 1px solid #cacbc2;
  padding: 22px 0;
}

.detail-row > span {
  font: 14px var(--serif);
  padding-top: 12px;
  color: var(--muted);
}

.detail-row h3 {
  font-size: 18px;
  margin-bottom: 6px;
}

.detail-row p {
  font-size: 14px;
  margin: 0;
  color: var(--muted);
}

.text-link {
  display: inline-block;
  font-size: 14px;
  border-bottom: 1px solid;
  padding-bottom: 6px;
}

.tailoring .text-link {
  margin-top: 14px;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.gallery figure {
  margin: 0;
}

.gallery figcaption {
  font-size: 14px;
  padding-top: 14px;
}

.reviews {
  background: #f0eee8;
  text-align: center;
}

.reviews h2 {
  margin-bottom: 12px;
}

.sample-note {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 35px;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  text-align: right;
}

.review-grid blockquote {
  margin: 0;
  padding: 25px;
  border-top: 1px solid #bebeb2;
}

.quote {
  font: 60px var(--serif);
  line-height: 1;
  color: #898272;
}

.review-grid blockquote p {
  font-size: 16px;
  min-height: 65px;
}

.review-grid footer {
  font-size: 14px;
}

.review-grid footer span {
  display: block;
  font-size: 12px;
  color: var(--muted);
}
.appointment {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 8%;
  background: #fff;
}

.appointment-intro > p {
  color: var(--muted);
}

.appointment-note {
  display: grid;
  grid-template-columns: 25px 1fr;
  gap: 8px 20px;
  margin: 30px 0;
}

.appointment-note span {
  font-family: var(--serif);
  font-size: 14px;
  color: #8e836d;
}

.appointment-note p {
  font-size: 14px;
  margin: 0;
}

.small {
  font-size: 13px;
}

form {
  border: 1px solid var(--line);
  padding: 32px;
  background: var(--paper);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

label {
  display: block;
  font-size: 14px;
}

input,
select,
textarea {
  display: block;
  width: 100%;
  border: 1px solid #c9cbc4;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  padding: 11px 12px;
  margin: 7px 0 0;
  font-size: 16px;
  min-height: 48px;
}

input[type=date] {
  min-width: 0;
}

textarea {
  resize: vertical;
}

form > label {
  margin-top: 20px;
}

.optional {
  font-size: 12px;
  color: var(--muted);
}

.submit {
  width: 100%;
  margin-top: 24px;
}

.form-help {
  font-size: 12px;
  color: var(--muted);
  text-align: center;
  margin: 14px 0 0;
}

#form-status {
  font-size: 14px;
  margin: 12px 0 0;
}

#form-status:empty {
  display: none;
}

.location {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #eae9e2;
}

.location-copy {
  padding: 65px 12%;
}

.location-copy h2 {
  font-size: 35px;
}

.location dl {
  margin: 25px 0 35px;
}

.location dl > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 0;
  border-bottom: 1px solid #cacbc2;
  font-size: 14px;
}

.location dd {
  margin: 0;
}

.location-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}

.location-actions .button {
  gap: 15px;
}

.map-wrap {
  min-height: 400px;
  display: flex;
  flex-direction: column;
}

.map-wrap iframe {
  border: 0;
  width: 100%;
  min-height: 380px;
  flex: 1;
  filter: grayscale(1);
}

.map-wrap p {
  font-size: 12px;
  margin: 0;
  padding: 10px 18px;
  color: var(--muted);
}
.footer {
  background: #111612;
  color: #fff;
  padding: 30px 6% 20px;
}

.footer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding-bottom: 28px;
}

.footer-main p {
  margin: 0;
  font-size: 22px;
}

.footer-main > a:last-child {
  font: 12px Arial, sans-serif;
  letter-spacing: 2px;
}

.footer-bottom {
  border-top: 1px solid #ffffff28;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #aaa;
  font-size: 12px;
}

.footer-bottom > span:first-child {
  font-family: Arial, sans-serif;
}


/* Horizontal suit collection: native touch scrolling and keyboard navigation. */

.collection-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 20px;
}

.collection-navigation > span {
  font-size: 14px;
  color: var(--muted);
}

.collection-arrows {
  display: flex;
  gap: 10px;
}

.collection-arrows button {
  width: 48px;
  height: 48px;
  border: 1px solid var(--ink);
  background: transparent;
  color: var(--ink);
  font-size: 24px;
  transition: background .2s, color .2s;
}

.collection-arrows button:hover:not(:disabled) {
  background: var(--ink);
  color: white;
}

.collection-arrows button:disabled {
  opacity: .25;
  cursor: default;
}

#suit-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: #a39a87 transparent;
  padding-bottom: 16px;
}

#suit-track > .collection {
  flex: 0 0 calc((100% - 48px) / 3);
  min-width: 0;
  scroll-snap-align: start;
}

.suit-grey img {
  left: -100.8%;
  top: -369.2%;
}

@media(max-width:1000px) {
  #suit-track > .collection {
    flex-basis: calc((100% - 24px) / 2);
  }
}

@media(max-width:700px) {
  #suit-track {
    gap: 16px;
  }

  #suit-track > .collection {
    flex-basis: 84%;
  }

  .collection-arrows button {
    width: 44px;
    height: 44px;
  }
}

/* CHANGE PHOTO FRAMING HERE: adjust object-position (e.g. center 20%) to move the visible crop. All image paths are in index.html. */

.photo-frame {
  position: relative;
  overflow: hidden;
  background: #222;
  aspect-ratio: 4 / 5;
}

.photo-frame img,
.hero-photos > .photo-frame img,
.tailoring-art.photo-frame img {
  display: block;
  position: absolute;
  inset: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
  visibility: visible;
  transform: none;
}

.hero-photos > .photo-frame {
  width: 50%;
  height: 100%;
  aspect-ratio: auto;
}

.tailoring-art.photo-frame {
  aspect-ratio: auto;
  min-height: 690px;
  background-image: none;
}

.collection > .photo-frame {
  transition: filter .25s;
}

.collection:hover > .photo-frame {
  filter: brightness(1.08);
}


@media(max-width:1000px) {

  .header {
    gap: 25px;
  }

  nav {
    gap: 20px;
  }

  .hero {
    min-height: 610px;
  }

  .hero-content {
    padding-top: 65px;
  }

  .tailoring-copy {
    padding: 45px 8%;
  }

  .tailoring-art {
    min-height: 640px;
  }

  .appointment {
    gap: 4%;
  }

  .section {
    padding: 70px 5%;
  }

  .location-copy {
    padding: 45px 8%;
  }

  .location-copy h2 {
    font-size: 30px;
  }
}


@media(max-width:700px) {

  html {
    scroll-padding-top: 20px;
  }

  .announcement {
    font-size: 11px;
  }

  .announcement span {
    display: none;
  }

  .header {
    height: 85px;
    padding: 0 5%;
    gap: 15px;
  }

  .brand {
    width: 125px;
    height: 70px;
  }

  .brand img {
    width: 125px;
    height: 133px;
    transform: translateY(-32px);
  }

  .menu-toggle {
    display: block;
    background: none;
    border: 0;
    font-size: 14px;
    margin-right: auto;
  }

  .menu-toggle span {
    margin-right: 8px;
  }

  .header-cta {
    display: none;
  }

  nav {
    display: none;
    position: absolute;
    top: 85px;
    left: 0;
    right: 0;
    background: white;
    padding: 24px;
    box-shadow: 0 10px 15px #0001;
  }

  nav.open {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .hero {
    height: 680px;
    min-height: 0;
  }

  .hero-photos > .hero-blue {
    display: none;
  }

  .hero-photos > .hero-black {
    width: 100%;
  }

  .hero:after {
    background:
      linear-gradient(270deg,#0009,#0003),
      linear-gradient(0deg,#000b,transparent 60%);
  }

  .hero-content {
    padding: 100px 7% 30px;
  }

  .hero-content .eyebrow {
    font-size: 10px;
    letter-spacing: 2px;
  }

  h1 {
    font-size: 61px;
  }

  .hero-content > p:not(.eyebrow) {
    font-size: 17px;
  }

  .hero-link {
    display: block;
    width: max-content;
    margin: 22px 0 0;
  }

  .hero-foot {
    font-size: 11px;
  }

  .intro-strip {
    font-size: 11px;
    gap: 4%;
    padding: 20px 10px;
  }

  .section {
    padding: 58px 6%;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 25px;
  }

  .section-heading p:last-child {
    margin: 0;
    font-size: 14px;
  }

  .eyebrow {
    font-size: 10px;
    letter-spacing: 2px;
  }

  .collections {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .collection-caption {
    padding: 14px 0;
  }

  .collection > .crop {
    aspect-ratio: 245 / 328;
  }

  .tailoring {
    grid-template-columns: 1fr;
  }

  .tailoring-art {
    min-height: 0;
    height: auto;
    aspect-ratio: 245 / 328;
  }

  .tailoring-copy {
    padding: 40px 7%;
  }

  .gallery {
    grid-template-columns: 1fr 1fr;
    gap: 22px 12px;
  }

  .gallery figcaption {
    font-size: 12px;
  }

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

  .review-grid blockquote {
    padding: 22px 4px;
  }

  .review-grid blockquote p {
    min-height: 0;
  }

  .appointment {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .appointment-intro h2 br {
    display: none;
  }

  form {
    padding: 22px;
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .location {
    grid-template-columns: 1fr;
  }

  .location-copy {
    padding: 45px 6%;
  }

  .map-wrap {
    min-height: 330px;
  }

  .map-wrap iframe {
    min-height: 320px;
  }

  .footer-main {
    flex-wrap: wrap;
  }

  .footer-main p {
    font-size: 17px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }

  .hero-photos > .hero-blue {
    display: none;
  }

  .hero-photos > .hero-black {
    width: 100%;
  }

  .tailoring-art.photo-frame {
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .hero-photos > .photo-frame img {
    object-position: center 20%;
  }
}


@media(prefers-reduced-motion:reduce) {

  html {
    scroll-behavior: auto;
  }

  *,
  *:before,
  *:after {
    transition: none !important;
  }
}